The site is setup using mkdocs-material, a documentation framework. To setup the environment locally for editing the project site:
- Clone the git repository.
- Install using Python manage
pip install mkdocs-material - Run the project site locally using
mkdocs serveafter changing to the repository. - The site URL is
http://127.0.0.1:8000/wiki/. - Any changes you do will be reflected immediately in the site.
- To configure the pages and subpages, modify the page structure in
mkdocs.ymlundernav. - Add a markdown file inside
docsfolder and add an entry'Title': name.mdwhereTitleis the page title displayed in the navigation bar andname.mdthe name of the corresponding markdown file. - Edit the markdown files as needed.
- The design can be customized more precisely by adding CSS or JS files and/or overriding the theme. Check below resources for instructions