MkDocs Material site wrapper for Robotics_Tutorial.
The source documentation repository stays clean: Markdown and media are synced during build, then rendered as a Wiki-style static site.
python -m pip install -r requirements.txt
DOCS_SOURCE_PATH="/home/gpf/Nutstore Files/Robotics_Tutorial" python scripts/sync_docs.py
python -m mkdocs serve -f mkdocs.generated.ymlUse the included vercel.json:
- Framework Preset:
Other - Install Command:
python -m venv .venv && .venv/bin/python -m pip install -r requirements.txt - Build Command:
bash scripts/vercel_build.sh - Output Directory:
site
By default, the build script pulls:
https://github.com/Michael-Jetson/Robotics_Tutorial.git
For a private source repository, add DOCS_REPO_TOKEN in Vercel project environment variables.
The homepage hero layout and illustration are adapted from Material for MkDocs, licensed under MIT.
The homepage aurora landscape photo is by Jonny Gios on Unsplash, licensed under the Unsplash License.