Description
The current mpa.md file describes the process of running the documentation build in docker. The docker command for windows is slightly off.
It's is not providing the path in the correct format: -v c/projects/office365-cli/docs/manual:/docs but should be -v c:/projects/office365-cli/docs/manual:/docs
Also the documentation build only works with a specific version of material version. Suggestion is to provide that version in the sample and a note how to check what version is used by referring to the config.yml to check current used version.
Steps to reproduce
Run docker command sample
Expected result
Provide correct command so copy paste does not throw an error.
Actual result
n/a
Environment
Docker on windows
Description
The current mpa.md file describes the process of running the documentation build in docker. The docker command for windows is slightly off.
It's is not providing the path in the correct format:
-v c/projects/office365-cli/docs/manual:/docsbut should be-v c:/projects/office365-cli/docs/manual:/docsAlso the documentation build only works with a specific version of material version. Suggestion is to provide that version in the sample and a note how to check what version is used by referring to the config.yml to check current used version.
Steps to reproduce
Run docker command sample
Expected result
Provide correct command so copy paste does not throw an error.
Actual result
n/a
Environment
Docker on windows