A demo docs site that uses mkdocs with the material mkdocs theme and the mkdocs-template-light-dark template.
This repo contains the docs
directory, which contains all of the documentation pages.
This repo contains the mkdocs config files, theme overrides, and css changes.
To get started you need to have mkdocs installed. All dependencies can be installed with a single command, you can run:
pip install -r requirements.txt
To view the demo site locally, all you have to do is run:
mkdocs serve