This site is built by hugo static site generater and published using a github action to https://rhdhorchestrator.io
-
Requirements
- go
- git
- Download
hugoextended version from hugo releases page or runsudo snap install hugo
-
Run it
hugo server
If you encounter cache issue, ie: remote Markdown file not updated in Hugo, you can disable it by adding the
--ignoreCacheflag:hugo server --ignoreCache
- content/docs
The main directory for the project document - content/docs/workflows
Document for the selected set of workflows, for https://www.rhdhorchestrator.io/main/docs/serverless-workflows - content/docs/workflows-examples
Document for the examples workflows, for https://www.rhdhorchestrator.io/main/docs/serverless-workflows/examples - content/post
Articles, blog posts, etc.
Read more the on hugo documentation https://gohugo.io/documentation/
Documents can include markdown content from all the related rhdhorchestrator repositories.
To create a document entry from a markdown file use this, use a direct link to its raw format.
For example:
./generate-doc-for-repo.sh \
https://raw.githubusercontent.com/rhdhorchestrator/rhdhorchestrator.github.io/refs/heads/main/README.md > content/docs/newdoc.mdIf you wish to use the remoteMD function to render in-site pages from other sources, also provide a link to their raw markdown format, e.g.:
{{< remoteMD "https://raw.githubusercontent.com/rhdhorchestrator/rhdhorchestrator.github.io/refs/heads/main/README.md" >}}