Skip to content

workfloworchestrator/workfloworchestrator.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WorkflowOrchestrator.org website

This is the website of the workflow orchestrator programme.

The webpage is built using mkdocs

Developing

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

Publishing

mkdocs gh-deploy --config-file mkdocs.yml --remote-branch master

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published