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: docs/changelogs/v2.10.0.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
##Changelog
2
2
3
3
>[!NOTE]
4
-
>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).
4
+
>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).
Copy file name to clipboardExpand all lines: docs/changelogs/v2.9.0.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@
61
61
62
62
###Experimental features
63
63
64
-
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).
64
+
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).
65
65
66
66
- 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)
67
67
- Port sharing: Allow users to share ports running in their workspace with other Coder users (#11939) (#12119) (#12383) (@deansheather) (@f0ssel)
Copy file name to clipboardExpand all lines: docs/install/releases/feature-stages.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ staging deployment.
35
35
36
36
<details><summary>To enable early access features:</summary>
37
37
38
-
Use the[Coder CLI](../install/cli.md)`--experiments` flag to enable early access features:
38
+
Use the[Coder CLI](../../install/cli.md)`--experiments` flag to enable early access features:
39
39
40
40
- Enable all early access features:
41
41
@@ -49,7 +49,7 @@ Use the [Coder CLI](../install/cli.md) `--experiments` flag to enable early acce
49
49
coder server --experiments=feature1,feature2
50
50
```
51
51
52
-
You can also use the`CODER_EXPERIMENTS`[environment variable](../admin/setup/index.md).
52
+
You can also use the`CODER_EXPERIMENTS`[environment variable](../../admin/setup/index.md).
53
53
54
54
You can opt-out of a feature after you've enabled it.
55
55
@@ -101,7 +101,7 @@ If your Coder license includes an SLA, please consult it for an outline of speci
101
101
For support, consult our knowledgeable and growing community on[Discord](https://discord.gg/coder), or create a[GitHub issue](https://github.com/coder/coder/issues) if one doesn't exist already.
102
102
Customers with a valid Coder license, can submit a support request or contact your[account team](https://coder.com/contact).
103
103
104
-
We intend[Coder documentation](../README.md) to be the[single source of truth](https://en.wikipedia.org/wiki/Single_source_of_truth) and all features should have some form of complete documentation that outlines how to use or implement a feature.
104
+
We intend[Coder documentation](../../README.md) to be the[single source of truth](https://en.wikipedia.org/wiki/Single_source_of_truth) and all features should have some form of complete documentation that outlines how to use or implement a feature.
105
105
If you discover an error or if you have a suggestion that could improve the documentation, please[submit a GitHub issue](https://github.com/coder/internal/issues/new?title=request%28docs%29%3A+request+title+here&labels=["customer-feedback","docs"]&body=please+enter+your+request+here).
106
106
107
107
Some GA features can be disabled for air-gapped deployments.