Skip to content

Instantly share code, notes, and snippets.

@vsimko
Last active January 15, 2018 13:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vsimko/91c3e723ff4c0b058e7a1e391d67b6a5 to your computer and use it in GitHub Desktop.
Save vsimko/91c3e723ff4c0b058e7a1e391d67b6a5 to your computer and use it in GitHub Desktop.
How to add new page into biggis-docs
# install required stuff (you should have already installed it anyways)
pip install --user mkdocs
pip install --user mkdocs-material
sudo apt install nodejs

# clone the repo
git clone https://github.com/biggis-project/biggis-docs.git
cd biggis-docs

# add new section and serve the generated docs
echo "# Firefighting" > docs/demos/firefighting.md
./fix-mkdocs-pages.sh
mkdocs serve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment