Skip to content

rhdhorchestrator/rhdhorchestrator.github.io

Repository files navigation

rhdhorchestrator.github.io

This site is built by hugo static site generater and published using a github action to https://rhdhorchestrator.io

Devleopment

  • Requiremens

    • go
    • git
    • Download hugo extended version from hugo releases page or run
      sudo 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 --ignoreCache flag:

    hugo server --ignoreCache

Content Organization

Read more the on hugo documentation https://gohugo.io/documentation/

How to add a document?

Documents can include markdown content from all the related rhdhorchestrator repositories. To create a document entry from a markdown file use this:

./generate-doc-for-repo.sh \
    https://github.com/rhdhorchestrator/$REPO/blob/$BRANCH//README.md > content/docs/newdoc.md

Releases

No releases published

Packages

No packages published