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.yml
file, update the theme section:
theme:
name: skedgo
- Then run your MKDocs project locally to see the new is applied
- Go to
skedgo_mkdocs_theme
folder:cd skedgo_mkdocs_theme
- Run
npm install
- Run
npm run dev
- Increase
version
number in filesetup.py
- Increase
theme_version
number in filemkdocs_theme.yml
- Run
npm run build