-
The model yaml files are programmatically generated from the Google Sheet
-
The code that generates the yamls
From the main directory, run gen_model.sh
- From the project main directory, run
gen_markdown.sh - LinkML will generate the required markdown in the docs/ directory.
- Mkdocs will generate the website docs using the markdown files from the previous step.
- The new ReadTheDocs site will be built in the site/ directory.
- Access the new website with the webserver of your choice.
- switched biolinkml --> linkml
- split
gen-markdownout fromgen_model.shinto it's own scriptgen_markdown.sh - enhanced
mkdocs buildwith plugins to customize website output