dx: add identifier to docs archetypes
This commit is contained in:
parent
22711254a7
commit
876ad1ccc9
|
@ -9,6 +9,7 @@ images: []
|
|||
menu:
|
||||
docs:
|
||||
parent: ""
|
||||
identifier: "{{ .Name }}"
|
||||
weight: 999
|
||||
toc: true
|
||||
---
|
||||
|
|
|
@ -10,6 +10,7 @@ type: docs
|
|||
menu:
|
||||
{{ .Section }}:
|
||||
parent: "lorem"
|
||||
identifier: "{{ .Name }}"
|
||||
weight: 100
|
||||
toc: true
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue