This repository contains the source for the DeepCube (3D, Web, Studio) and Tessa documentation site, built with MkDocs and the Material theme.
📖 Published site: https://docs.deepcube.ai
This repo is where corrections and additions to the docs are made, changes here are what eventually ship to the published site above.
docs/— the actual documentation pages (Markdown source)overrides/— theme customizations for the Material themetemplates/— page/layout templates used across the docs
.\serve.ps1 runs a local preview using mkdocs.dev.yml, a dev-specific config that skips slower plugins (like git revision dates) for faster rebuilds while you write:
.\serve.ps1This is equivalent to running envprep.ps1 followed by python -m mkdocs serve -f mkdocs.dev.yml directly.
See the build instructions below for environment setup.
Follow the steps at https://www.mkdocs.org/
- Determine if
pythonneeds to be installed, follow instructions on https://www.python.org/downloads/ Make sure to select add to PATH
$ python --version
Python 3.12.4
& envprep.ps1powershell .\serve.ps1Look at the serve output for the local URL for the docs.
https://squidfunk.github.io/mkdocs-material/
mkdocs build