Skip to content

chore(docs): move feature stage docs to install directory #17199

New issue

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

Merged
merged 5 commits into from
Apr 1, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
move feature-stages to releases
  • Loading branch information
EdwardAngert committed Apr 1, 2025
commit 42a343feb44757521b64cccfa25a3060f7ec6c0d
2 changes: 1 addition & 1 deletion docs/admin/monitoring/notifications/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ troubleshoot:
`CODER_VERBOSE=true` or `--verbose` to output debug logs.
1. If you are on version 2.15.x, notifications must be enabled using the
`notifications`
[experiment](../../../about/feature-stages.md#early-access-features).
[experiment](../../../install/releases/feature-stages.md#early-access-features).

Notifications are enabled by default in Coder v2.16.0 and later.

Expand Down
2 changes: 1 addition & 1 deletion docs/changelogs/v0.26.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
> previously necessary to activate this additional feature.

- Our scale test CLI is
[experimental](https://coder.com/docs/about/feature-stages.md#early-access-features)
[experimental](https://coder.com/docs/install/releases/feature-stages#early-access-features)
to allow for rapid iteration. You can still interact with it via
`coder exp scaletest` (#8339)

Expand Down
2 changes: 1 addition & 1 deletion docs/changelogs/v2.10.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Changelog

> [!NOTE]
> This is a mainline Coder release. We advise enterprise customers without a staging environment to install our [latest stable release](https://github.com/coder/coder/releases/latest) while we refine this version. Learn more about our [Release Schedule](../install/releases.md).
> This is a mainline Coder release. We advise enterprise customers without a staging environment to install our [latest stable release](https://github.com/coder/coder/releases/latest) while we refine this version. Learn more about our [Release Schedule](../install/releases/index.md).

### BREAKING CHANGES

Expand Down
2 changes: 1 addition & 1 deletion docs/changelogs/v2.9.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

### Experimental features

The following features are hidden or disabled by default as we don't guarantee stability. Learn more about experiments in [our documentation](https://coder.com/docs/about/feature-stages.md#early-access-features).
The following features are hidden or disabled by default as we don't guarantee stability. Learn more about experiments in [our documentation](https://coder.com/docs/install/releases/feature-stages#early-access-features).

- The `coder support` command generates a ZIP with deployment information, agent logs, and server config values for troubleshooting purposes. We will publish documentation on how it works (and un-hide the feature) in a future release (#12328) (@johnstcn)
- Port sharing: Allow users to share ports running in their workspace with other Coder users (#11939) (#12119) (#12383) (@deansheather) (@f0ssel)
Expand Down
2 changes: 1 addition & 1 deletion docs/install/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A single CLI (`coder`) is used for both the Coder server and the client.

We support two release channels: mainline and stable - read the
[Releases](./releases.md) page to learn more about which best suits your team.
[Releases](./releases/index.md) page to learn more about which best suits your team.

## Download the latest release from GitHub

Expand Down
2 changes: 1 addition & 1 deletion docs/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A single CLI (`coder`) is used for both the Coder server and the client.

We support two release channels: mainline and stable - read the
[Releases](./releases.md) page to learn more about which best suits your team.
[Releases](./releases/index.md) page to learn more about which best suits your team.

There are several ways to install Coder. Follow the steps on this page for a
minimal installation of Coder, or for a step-by-step guide on how to install and
Expand Down
2 changes: 1 addition & 1 deletion docs/install/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ details on the values that are available, or you can view the
file directly.

We support two release channels: mainline and stable - read the
[Releases](./releases.md) page to learn more about which best suits your team.
[Releases](./releases/index.md) page to learn more about which best suits your team.

- **Mainline** Coder release:

Expand Down
2 changes: 1 addition & 1 deletion docs/install/rancher.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ kubectl create secret generic coder-db-url -n coder \
- **Mainline**: `2.20.x`
- **Stable**: `2.19.x`

Learn more about release channels in the [Releases documentation](./releases.md).
Learn more about release channels in the [Releases documentation](./releases/index.md).

1. Select **Next** when your configuration is complete.

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ only for security issues or CVEs.
- In-product security vulnerabilities and CVEs are supported

For more information on feature rollout, see our
[feature stages documentation](../about/feature-stages.md).
[feature stages documentation](../releases/feature-stages.md).

## Installing stable

Expand Down
4 changes: 2 additions & 2 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@
{
"title": "Releases",
"description": "Learn about the Coder release channels and schedule",
"path": "./install/releases.md",
"path": "./install/releases/index.md",
"icon_path": "./images/icons/star.svg"
},
{
"title": "Feature stages",
"description": "Information about pre-GA stages.",
"path": "./about/feature-stages.md"
"path": "./install/releases/feature-stages.md"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/release/docs_update_experiments.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ parse_experiments() {
}

workdir=build/docs/experiments
dest=docs/about/feature-stages.md
dest=docs/install/releases/feature-stages.md

log "Updating available experimental features in ${dest}"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const FeatureStageBadge: FC<FeatureStageBadgeProps> = ({
</p>

<Link
href={docs("/install/feature-stages")}
href={docs("/install/releases/feature-stages")}
target="_blank"
rel="noreferrer"
css={styles.tooltipLink}
Expand Down
Loading