Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit f30965d

Browse files
committed
chore: remove local preview script
1 parent 12f90f7 commit f30965d

File tree

3 files changed

+10
-265
lines changed

3 files changed

+10
-265
lines changed

manifest.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
2-
"versions": ["v1.31", "v1.30", "v1.29", "v1.28", "v1.27", "v1.26"],
2+
"versions": [
3+
"v1.31",
4+
"v1.30",
5+
"v1.29",
6+
"v1.28",
7+
"v1.27",
8+
"v1.26"
9+
],
310
"routes": [
411
{
512
"path": "./index.md",
@@ -154,10 +161,6 @@
154161
{
155162
"path": "./setup/kubernetes/index.md",
156163
"children": [
157-
{
158-
"path": "./setup/kubernetes/local-preview.md",
159-
"navigable": false
160-
},
161164
{
162165
"path": "./setup/kubernetes/k3s.md"
163166
},
@@ -823,4 +826,4 @@
823826
]
824827
}
825828
]
826-
}
829+
}

setup/kubernetes/k3s.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ machine for use with Coder.
88

99
[K3s](https://k3s.io/) is a lightweight Kubernetes distribution that works well
1010
for single-node or multi-node clusters. For single-user trial purposes, you may
11-
want to consider the options in [local preview](./local-preview.md).
11+
want to consider the options in [Coder for Docker](../coder-for-docker/index.md).
1212

1313
> This installation method is not officially supported or tested by Coder. If
1414
> you have questions or run into issues, feel free to reach out using our

setup/kubernetes/local-preview.md

Lines changed: 0 additions & 258 deletions
This file was deleted.

0 commit comments

Comments
 (0)