Start Mkdocs Project
Clone project
- Make sure that
mkdocsis installed if not you can usepip install mkdocsto install the package - Make also sure that
mkdocs-materialis installed if not you can usepip install mkdocs-materialto install the package - Next go to project folder
mkdocs-wikiwhere also the readme etc is -
Create python virtual environment
-
Activate virtual environment
-
now in the console it should look like
(venv) C:\Git\mkdocs-wiki> -
start the dev server so you can see changes you make but make sure that you are in the folder where the
mkdocs.ymlfile is located
Commands
mkdocs new [dir-name]- Create a new project.mkdocs serve- Start the live-reloading docs server.mkdocs build- Build the documentation site.mkdocs -h- Print help message and exit.