Skip to content

workfloworchestrator/workfloworchestrator.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WorkflowOrchestrator.org website

This is the website of the workflow orchestrator programme.

The webpage is built using mkdocs

Developing

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 serve

Note

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/lib

For more advanced options in MKdocs check the documentation of the theme here

Publishing

mkdocs gh-deploy --config-file mkdocs.yml

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages