dx: make identifier unique
This commit is contained in:
parent
876ad1ccc9
commit
b4682116de
|
@ -9,7 +9,7 @@ images: []
|
||||||
menu:
|
menu:
|
||||||
docs:
|
docs:
|
||||||
parent: ""
|
parent: ""
|
||||||
identifier: "{{ .Name }}"
|
identifier: "{{ .Name }}-{{ delimit (shuffle (split (md5 .Name) "" )) "" }}"
|
||||||
weight: 999
|
weight: 999
|
||||||
toc: true
|
toc: true
|
||||||
---
|
---
|
||||||
|
|
|
@ -10,7 +10,7 @@ type: docs
|
||||||
menu:
|
menu:
|
||||||
{{ .Section }}:
|
{{ .Section }}:
|
||||||
parent: "lorem"
|
parent: "lorem"
|
||||||
identifier: "{{ .Name }}"
|
identifier: "{{ .Name }}-{{ delimit (shuffle (split (md5 .Name) "" )) "" }}"
|
||||||
weight: 100
|
weight: 100
|
||||||
toc: true
|
toc: true
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue