This repository can be used to quickly setup a local dev environment to run your mkdocs site locally.
- Git
- PowerShell (running as administrator)
- ExecutionPolicy set to bypass (Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass)
- Microsoft Visual C++ 14.0 or greater is required
- Internet access
git clone https://github.com/amerintlxperts/mkdocs-local-dev.git
cd mkdocs-local-dev
./setup_local_mkdocs.bat track
Replace
<track>
with your desired track name (ot, secops, cloud, lanedge, sase)
After setup:
cd <track>-playground
..\venv\Scripts\Activate.ps1
mkdocs serve
Then open: http://localhost:8000
Remove-Item -Recurse -Force .\<track>-playground
Then re-run the setup.