A custom MkDocs theme built for SkedGo documentation sites.
- Go to your MkDocs project directory
- Install the theme from GitHub:
pip install git+https://github.com/skedgo/skedgo-mkdocs-theme - In your
mkdocs.ymlfile, update the theme section:
theme:
name: skedgo
- Then run your MKDocs project locally to see the new is applied
- Go to
skedgo_mkdocs_themefolder:cd skedgo_mkdocs_theme - Run
npm install - Run
npm run dev
- Increase
versionnumber in filesetup.py - Increase
theme_versionnumber in filemkdocs_theme.yml - Run
npm run build