Skip to content

Commit ded931f

Browse files
authored
docs: rename quickstart to platforms + Kubernetes guide (#6972)
* rename quickstart to platforms + Kubernetes guide * fmt
1 parent 2d05109 commit ded931f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+103
-65
lines changed

README.md

+1-1

docs/admin/configure.md

-1

docs/install/binary.md

-1

docs/install/database.md

-1

docs/install/docker.md

-1

docs/install/kubernetes.md

-1

docs/install/packages.md

-1

docs/install/windows.md

-1

docs/manifest.json

+25-15
Original file line numberDiff line numberDiff line change
@@ -74,34 +74,44 @@
7474
]
7575
},
7676
{
77-
"title": "Quickstart",
78-
"description": "Create your first template and workspace",
79-
"path": "./quickstart.md",
77+
"title": "Platforms",
78+
"description": "Platform-specific guides using Coder",
79+
"path": "./platforms.md",
8080
"icon_path": "./images/icons/star.svg",
8181
"children": [
8282
{
8383
"title": "Docker",
84-
"description": "Setup Coder with Docker",
85-
"path": "./quickstart/docker.md",
84+
"description": "Set up Coder with Docker",
85+
"path": "./platforms/docker.md",
8686
"icon_path": "./images/icons/docker.svg"
8787
},
88-
{
89-
"title": "Google Cloud Platform",
90-
"description": "Setup Coder on a GCP Compute Engine VM",
91-
"path": "./quickstart/google-cloud-platform.md",
92-
"icon_path": "./images/google-cloud.svg"
93-
},
9488
{
9589
"title": "AWS",
96-
"description": "Setup Coder on an AWS EC2 VM",
97-
"path": "./quickstart/aws.md",
90+
"description": "Set up Coder on an AWS EC2 VM",
91+
"path": "./platforms/aws.md",
9892
"icon_path": "./images/aws.svg"
9993
},
94+
{
95+
"title": "GCP",
96+
"description": "Set up Coder on a GCP Compute Engine VM",
97+
"path": "./platforms/google-cloud-platform.md",
98+
"icon_path": "./images/google-cloud.svg"
99+
},
100100
{
101101
"title": "Azure",
102-
"description": "Setup Coder on an Azure VM",
103-
"path": "./quickstart/azure.md",
102+
"description": "Set up Coder on an Azure VM",
103+
"path": "./platforms/azure.md",
104104
"icon_path": "./images/azure.svg"
105+
},
106+
{
107+
"title": "Kubernetes",
108+
"description": "Set up Coder on Kubernetes",
109+
"path": "./platforms/kubernetes.md"
110+
},
111+
{
112+
"title": "Other platforms",
113+
"description": "Set up Coder on an another provider",
114+
"path": "./platforms/other.md"
105115
}
106116
]
107117
},

docs/platforms.md

+7

docs/quickstart/aws.md renamed to docs/platforms/aws.md

+9-9

docs/quickstart/azure.md renamed to docs/platforms/azure.md

+10-10

docs/quickstart/docker.md renamed to docs/platforms/docker.md

+3-3

docs/quickstart/google-cloud-platform.md renamed to docs/platforms/google-cloud-platform.md

+11-11

docs/platforms/kubernetes.md

+26

docs/platforms/other.md

+11

docs/quickstart.md

-9
This file was deleted.

0 commit comments

Comments
 (0)