-
I have two questions:
So per your documentation, the docker command to setup a folder to be mkdocs project: If I force this command to instead mount to "src" - that doesn't work, and I assumed this would create sample index.md under a "src" sub-folder. So my understanding is wrong.
Given that the docker command only allows "docs" as the markdown folder, I have to manually fix the project structure. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
No, |
Beta Was this translation helpful? Give feedback.
No,
/docs
is just the name of the internal mount point. You can mount anything you like, but the current working directory seems to be the best option.