Skip to content

Commit 68a0a74

Browse files
authored
Merge pull request #744 from M00nF1sh/local_helm_repo
adding helm-repo as github pages
2 parents ebac62d + 5e37ada commit 68a0a74

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ name = "pypi"
66
[packages]
77
mkdocs = "*"
88
mkdocs-material = "*"
9+
mkdocs-helm = "*"
910

1011
[dev-packages]
1112

Pipfile.lock

Lines changed: 15 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ nav:
2626
- Roadmap: 'ROADMAP.md'
2727
plugins:
2828
- search
29+
- helm-repo:
30+
chart: alb-ingress-controller-helm
2931
theme:
3032
name: material
3133
feature:

0 commit comments

Comments
 (0)