-
I'm trying to include a file like this: The file appears correctly in the home page, so I know it should work. I can't find any examples of include file with paths to other folders. Here's the warning I get:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I figured out that the path is resolved based on the value of |
Beta Was this translation helpful? Give feedback.
I figured out that the path is resolved based on the value of
base_path
in mkdocs.yml, so I don't need to specify a full relative directory path, just the path frombase_path
.