This is the website of the workflow orchestrator programme.
The webpage is built using mkdocs
You need uv to run this, take a look at this to install it. Once you have it , to edit do the following :
uv run mkdocs serveNote
This Mkdocs setup implements multirepo, and expectes other repositories to be present. The expected repos are listed in the mkdocs.yml config file. Comment out these parts if you dont need them. Otherwise you can clone everything you need with: grep INCLUDED_REPO mkdocs.yml | awk '{print "git clone "$3}' | sh
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/libFor more advanced options in MKdocs check the documentation of the theme here
mkdocs gh-deploy --config-file mkdocs.yml