This is the website of the workflow orchestrator programme.
The webpage is built using mkdocs
To edit do the following:
pip install -r requirements.txt
mkdocs serve
You can add menu items in the mkdocs.yml
file. Content is added by changing the files in the docs/
directory.
If it does not work, you might need to set the following in your ENV:
export DYLD_FALLBACK_LIBRARY_PATH=/opt/homebrew/lib
For more advanced options in MKdocs check the documentation of the theme here
mkdocs gh-deploy --config-file mkdocs.yml --remote-branch master