From 876ad1ccc992ebfce224fdac25e0470066187fd8 Mon Sep 17 00:00:00 2001 From: Henk Verlinde Date: Thu, 7 Jul 2022 10:07:46 +0200 Subject: [PATCH] dx: add identifier to docs archetypes --- archetypes/docs.md | 1 + archetypes/docs/lorem/ipsum/index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/archetypes/docs.md b/archetypes/docs.md index 436bd08..32a551c 100644 --- a/archetypes/docs.md +++ b/archetypes/docs.md @@ -9,6 +9,7 @@ images: [] menu: docs: parent: "" + identifier: "{{ .Name }}" weight: 999 toc: true --- diff --git a/archetypes/docs/lorem/ipsum/index.md b/archetypes/docs/lorem/ipsum/index.md index 2cc6395..e181d05 100644 --- a/archetypes/docs/lorem/ipsum/index.md +++ b/archetypes/docs/lorem/ipsum/index.md @@ -10,6 +10,7 @@ type: docs menu: {{ .Section }}: parent: "lorem" + identifier: "{{ .Name }}" weight: 100 toc: true ---