# Cheddar 3.3 Developer Guide The guide is available at: http://beru.univ-brest.fr/cheddar/dg/dg_v3_3/ # docs folder Markdown source of the guide. **To update the guide, we should modify the content in this folder.** # site folder HTML output of the mkdocs build command. The content will be overriden after each build The content can be visualised locally; however, navigation works better when using the demo link. # Building the user guide To build the user guide, mkdocs and the enumerate-headings plugin ## MkDocs installation * Follow instructions on : https://www.mkdocs.org/user-guide/installation/ ## MkDocs plugin * To install the [ennumerate-headings plugin](https://github.com/timvink/mkdocs-enumerate-headings-plugin) pip3 install mkdocs-enumerate-headings-plugin ## Build command * Navigate to the dg_v3_3 folder cd [dg_v3_3 folder] * Execute the command below. The results are stored in the site folder mkdocs build * To visualise the results in a navigator, we can use the command mkdocs serve Then open a navigator and go to : http://127.0.0.1:8000/