We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a343f commit 3110b68Copy full SHA for 3110b68
docs/manifest.json
@@ -106,12 +106,14 @@
106
"title": "Releases",
107
"description": "Learn about the Coder release channels and schedule",
108
"path": "./install/releases/index.md",
109
- "icon_path": "./images/icons/star.svg"
110
- },
111
- {
112
- "title": "Feature stages",
113
- "description": "Information about pre-GA stages.",
114
- "path": "./install/releases/feature-stages.md"
+ "icon_path": "./images/icons/star.svg",
+ "children": [
+ {
+ "title": "Feature stages",
+ "description": "Information about pre-GA stages.",
+ "path": "./install/releases/feature-stages.md"
115
+ }
116
+ ]
117
}
118
]
119
},
0 commit comments