Skip to content

Commit

Permalink
docs(helm): add helm chart doc to the gh page (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-awala authored May 5, 2024
1 parent 3ea2c4f commit 14d7fba
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ jobs:
- run: |
source .venv/bin/activate
helm-mkdocs chart -o docs/helm-chart
mkdocs gh-deploy --force
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@ nav:
- Getting Started: user-guide/getting_started.md
- Examples: user-guide/examples.md
- Code Reference: reference/
- Helm Chart: helm-chart/
16 changes: 15 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ mkdocs-material = "^9.5.21"
mkdocstrings = {version = "^0.25.1", extras = ["python"]}
mkdocs-gen-files = "^0.5.0"
mkdocs-literate-nav = "^0.6.1"
helm-mkdocs = "^0.0.5"

[tool.poetry.extras]
api = ["fastapi", "kubernetes-asyncio", "uvicorn", "httpx", "jinja2", "aiohttp", "websockets"]
Expand Down

0 comments on commit 14d7fba

Please sign in to comment.