From 9cf8415d8226073b166fcf5f26ad19655c36b091 Mon Sep 17 00:00:00 2001 From: "John Hawksley (Intergral)" Date: Tue, 17 Dec 2024 17:29:40 +0100 Subject: [PATCH] docs: update and complete Helm chart documentation, add MkDocs support Updated README.md files for better clarity and usage instructions, added `mkdocs.yml` to enable documentation site generation, and introduced custom CSS styling for MkDocs. --- .github/workflows/generate_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate_docs.yml b/.github/workflows/generate_docs.yml index 77869e0..19d4cf6 100644 --- a/.github/workflows/generate_docs.yml +++ b/.github/workflows/generate_docs.yml @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: master + ref: main - run: pip install helm_mkdocs mkdocs-material - run: | helm-mkdocs ./charts/katie -o docs_out/katie