Note
The live site is located at wcrp-cmip.github.io/cmip7-guidance/
Docmentation is found in the docs folder with the file names and hierarchy affecting the navigational menu.
- menu/page name is determined by the
#header tag at the top of a file.
-
Create a conda environment with mkdocs. From the root of this repo;
conda env create -f environment.yml -
when complete activate the conda environment and run
mkdocs serveYou should see the link to a local process that is running a webserver -- connect to that and you can browse the pages as you edit them.