You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/writing-hugo.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,9 +67,10 @@ This new page will be created with the default how-to archetype. To use a specif
67
67
68
68
Our archetypes [currently include](/archetypes/) the following:
69
69
70
-
-`default` (How-to instructions, general use)
71
-
-`concept`(An explanation of one implementation detail and some use cases)
72
-
-`tutorial` (An in-depth set of how-to instructions, referencing concepts)
70
+
-`default` - How-to instructions, general use
71
+
-`concept` - An explanation of one implementation detail and some use cases
72
+
-`tutorial` - An in-depth set of how-to instructions, referencing concepts
73
+
-`landing-page` - A special archetype for the landing page of a documentation set, with a unique layout
73
74
74
75
These archetypes are adapted from some existing [templates](/templates/): please [file an issue](https://github.com/nginx/documentation/issues/new?template=1-feature_request.md) if you would like a new archetype.
0 commit comments