Skip to content

Commit 470b917

Browse files
committed
refactor: clean up and restructure docs links
1 parent e9230db commit 470b917

File tree

2 files changed

+7
-20
lines changed

2 files changed

+7
-20
lines changed

docs/README.md

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
# Coder Docs Landing
2-
3-
TODO: Make this a landing page with links to relevant docs, see
4-
5-
- [Docker](https://docs.docker.com/)
6-
- [Vercel](https://vercel.com/docs)
7-
-
8-
9-
<!-- # About Coder
1+
# About Coder
102

113
Coder is an open-source platform for creating and managing developer workspaces
124
on your preferred clouds and servers.
@@ -26,7 +18,7 @@ By building on top of common development interfaces (SSH) and infrastructure too
2618
## How it works
2719

2820
Coder workspaces are represented with Terraform, but no Terraform knowledge is
29-
required to get started. We have a database of pre-made templates built into the
21+
required to get started. We have a [database](https://registry.coder.com/templates) of pre-made templates built into the
3022
product.
3123

3224
<p align="center">
@@ -36,11 +28,11 @@ product.
3628
Coder workspaces don't stop at compute. You can add storage buckets, secrets, sidecars
3729
and whatever else Terraform lets you dream up.
3830

39-
[Learn more about managing infrastructure.](./templates/index.md)
31+
[Learn more about templates.](./admin/templates/README.md)
4032

4133
## IDE Support
4234

43-
You can use any Web IDE ([code-server](https://github.com/coder/code-server), [projector](https://github.com/JetBrains/projector-server), [Jupyter](https://jupyter.org/), etc.), [JetBrains Gateway](https://www.jetbrains.com/remote-development/gateway/), [VS Code Remote](https://code.visualstudio.com/docs/remote/ssh-tutorial) or even a file sync such as [mutagen](https://mutagen.io/).
35+
You can use any [Web IDE](./admin/templates/extending-templates/web-ides.md) ([code-server](https://github.com/coder/code-server), [projector](https://github.com/JetBrains/projector-server), [Jupyter](https://jupyter.org), etc.), [JetBrains Gateway](https://www.jetbrains.com/remote-development/gateway/), [VS Code Remote](https://code.visualstudio.com/docs/remote/ssh-tutorial) or even a file sync such as [mutagen](https://mutagen.io/).
4436

4537
<p align="center">
4638
<img src="./images/ide-icons.svg" height=72>
@@ -88,7 +80,7 @@ layer of infrastructure control. This additional layer allows admins to:
8880
- Enable persistent workspaces, which are like local machines, but faster and
8981
hosted by a cloud service
9082

91-
Coder includes [production-ready templates](https://github.com/coder/coder/tree/c6b1daabc5a7aa67bfbb6c89966d728919ba7f80/examples/templates) for use with AWS EC2,
83+
Coder includes [production-ready templates](https://registry.coder.com/templates) for use with AWS EC2,
9284
Azure, Google Cloud, Kubernetes, and more.
9385

9486
## What Coder is _not_
@@ -112,5 +104,5 @@ Azure, Google Cloud, Kubernetes, and more.
112104

113105
## Up next
114106

115-
- Learn about [Templates](./templates/index.md)
116-
- [Install Coder](./install/index.md#install-coder) -->
107+
- Learn about [Templates](./admin/templates/README.md)
108+
- [Install Coder](./install/README.md)

docs/manifest.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
"path": "./README.md",
88
"icon_path": "./images/icons/home.svg",
99
"children": [
10-
{
11-
"title": "Getting Started",
12-
"description": "Start here to learn about Coder",
13-
"path": "./install/README.md"
14-
},
1510
{
1611
"title": "Tour Coder",
1712
"description": "Tour Coder by creating a deployment with Docker",

0 commit comments

Comments
 (0)