From e2ee252b703a4971964efa9135b27d29f43c971d Mon Sep 17 00:00:00 2001 From: Jan Larwig Date: Mon, 4 Dec 2023 23:01:09 +0100 Subject: [PATCH] add template command --- mkdocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yaml b/mkdocs.yaml index 6b245e4..32a09d2 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -13,6 +13,7 @@ nav: - "helm compose down": "commands/down.md" - "helm compose list": "commands/list.md" - "helm compose get": "commands/get.md" + - "helm compose template": "commands/template.md" theme: name: material