We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
876ad1ccc992ebfce224fdac25e0470066187fd8
Note that (to be documented), identifier needs to be unique. However (unfortunately), can't use .Parent for this.
.Parent
./archetypes/docs.md
--- title: "{{ replace .Name "-" " " | title }}" description: "" lead: "" date: {{ .Date }} lastmod: {{ .Date }} draft: true images: [] menu: docs: parent: "" identifier: "{{ .Name }}" weight: 999 toc: true ---
See also:
Originally posted by @h-enk in thuliteio/doks#806 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
876ad1ccc992ebfce224fdac25e0470066187fd8
Note that (to be documented), identifier needs to be unique. However (unfortunately), can't use
.Parent
for this.Example
./archetypes/docs.md
See also:
Originally posted by @h-enk in thuliteio/doks#806 (comment)
The text was updated successfully, but these errors were encountered: