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