Skip to content

Commit 7bb2ce9

Browse files
committed
moved feature stages to install
1 parent 583a0c6 commit 7bb2ce9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/manifest.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@
1616
"title": "Screenshots",
1717
"description": "View screenshots of the Coder platform",
1818
"path": "./start/screenshots.md"
19-
},
20-
{
21-
"title": "Feature stages",
22-
"description": "Information about pre-GA stages.",
23-
"path": "./about/feature-stages.md"
2419
}
2520
]
2621
},
@@ -112,6 +107,11 @@
112107
"description": "Learn about the Coder release channels and schedule",
113108
"path": "./install/releases.md",
114109
"icon_path": "./images/icons/star.svg"
110+
},
111+
{
112+
"title": "Feature stages",
113+
"description": "Information about pre-GA stages.",
114+
"path": "./about/feature-stages.md"
115115
}
116116
]
117117
},

site/src/components/FeatureStageBadge/FeatureStageBadge.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const FeatureStageBadge: FC<FeatureStageBadgeProps> = ({
6161
</p>
6262

6363
<Link
64-
href={docs("/about/feature-stages")}
64+
href={docs("/install/feature-stages")}
6565
target="_blank"
6666
rel="noreferrer"
6767
css={styles.tooltipLink}

0 commit comments

Comments
 (0)