Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 956 Bytes

File metadata and controls

36 lines (23 loc) · 956 Bytes

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.

The project uses pre-commit to enforce YAML and Markdown codestyle, install that with:

uv run pre-commit install

This Mkdocs setup implements monorepo, and expects 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 and install everything you need with:

./setup_subprojects.sh

Now you can edit the documentation.

To render the documentation locally, run:

uv run mkdocs serve

Publishing

Publishing is automated with a GitHub action that runs whenever there is a commit on the main branch.