Skip to content

ISAC-SIMO Documentation deployed on GitHub Pages ๐Ÿ“ƒ

Notifications You must be signed in to change notification settings

ISAC-SIMO/ISAC-SIMO-Documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

ISAC-SIMO Documentation

We use MkDocs for building and generating the documentations. MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.

Learn About MkDocs

The Markdown files listed above are used for their specific documentation. They can be edited and built into HTML documentation pages.

Building Documentation:

You you have not setup Pipenv already, then MkDocs and a template need to be installed first using pip

pip install mkdocs
pip install mkdocs-material

From the root our repository, we need to run:

mkdocs build

If Pipenv is setup then from virtual shell or from the root our repository, we need to run:

pipenv run mkdocs build

This, will build the documentation as HTML and saves them in the site directory. Note that we use some mkdocs markdown extensions that can be viewed in mkdocs.yml file.

The Documentation is hosted at: https://docs.isac-simo.net/

All Documentation:

About

ISAC-SIMO Documentation deployed on GitHub Pages ๐Ÿ“ƒ

Resources

Stars

Watchers

Forks