diff --git a/archetypes/concept.md b/archetypes/concept.md index 328a4e9ea..6543c698e 100644 --- a/archetypes/concept.md +++ b/archetypes/concept.md @@ -6,10 +6,10 @@ weight: i00 # Creates a table of contents and sidebar, useful for large documents toc: false # Types have a 1:1 relationship with Hugo archetypes, so you shouldn't need to change this -type: concept +nd-content-type: concept # Intended for internal catalogue and search, case sensitive: # Agent, N4Azure, NIC, NIM, NGF, NAP-DOS, NAP-WAF, NGINX One, NGINX+, Solutions, Unit -product: +nd-product: --- [//]: # "These are Markdown comments to guide you through document structure. Remove them as you go, as well as any unnecessary sections." diff --git a/archetypes/default.md b/archetypes/default.md index 707434ec0..f6bc3566e 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -6,10 +6,10 @@ weight: i00 # Creates a table of contents and sidebar, useful for large documents toc: false # Types have a 1:1 relationship with Hugo archetypes, so you shouldn't need to change this -type: how-to +nd-content-type: how-to # Intended for internal catalogue and search, case sensitive: # Agent, N4Azure, NIC, NIM, NGF, NAP-DOS, NAP-WAF, NGINX One, NGINX+, Solutions, Unit -product: +nd-product: --- [//]: # "These are Markdown comments to guide you through document structure. Remove them as you go, as well as any unnecessary sections." diff --git a/archetypes/tutorial.md b/archetypes/tutorial.md index 794d3f9bd..5efa9e260 100644 --- a/archetypes/tutorial.md +++ b/archetypes/tutorial.md @@ -6,10 +6,10 @@ weight: i00 # Creates a table of contents and sidebar, useful for large documents toc: false # Types have a 1:1 relationship with Hugo archetypes, so you shouldn't need to change this -type: tutorial +nd-content-type: tutorial # Intended for internal catalogue and search, case sensitive: # Agent, N4Azure, NIC, NIM, NGF, NAP-DOS, NAP-WAF, NGINX One, NGINX+, Solutions, Unit -product: +nd-product: --- [//]: # "These are Markdown comments to guide you through document structure. Remove them as you go, as well as any unnecessary sections."