From c792a2cfeb0f6065558b35803be6425ac9a58244 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 9 Sep 2020 13:17:10 +0200 Subject: [PATCH] mkdocs: add entry for scaffolder installation (#2361) --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index b12c8f81c7..eb8fa1bf84 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -34,6 +34,7 @@ nav: - API: 'features/software-catalog/api.md' - Software creation templates: - Overview: 'features/software-templates/index.md' + - Installation: 'features/software-templates/installation.md' - Adding templates: 'features/software-templates/adding-templates.md' - Extending the Scaffolder: - Overview: 'features/software-templates/extending/index.md'