Skip to content

Commit bf9e16f

Browse files
committed
fixed landing page parsing
1 parent cecc47a commit bf9e16f

File tree

3 files changed

+14
-131
lines changed

3 files changed

+14
-131
lines changed

docs/README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ and stages of cloud-native maturity.
2121
## How it works
2222

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

2728
<p align="center">
2829
<img src="./images/providers-compute.png">
@@ -31,13 +32,14 @@ product.
3132
Coder workspaces don't stop at compute. You can add storage buckets, secrets,
3233
sidecars and whatever else Terraform lets you dream up.
3334

34-
[Learn more about managing infrastructure.](../admin/templates/index.md)
35+
[Learn more about templates.](./admin/templates/index.md)
3536

3637
## IDE Support
3738

38-
You can use any Web IDE ([code-server](https://github.com/coder/code-server),
39+
You can use any [Web IDE](./admin/templates/extending-templates/web-ides.md)
40+
([code-server](https://github.com/coder/code-server),
3941
[projector](https://github.com/JetBrains/projector-server),
40-
[Jupyter](https://jupyter.org/), etc.),
42+
[Jupyter](https://jupyter.org), etc.),
4143
[JetBrains Gateway](https://www.jetbrains.com/remote-development/gateway/),
4244
[VS Code Remote](https://code.visualstudio.com/docs/remote/ssh-tutorial) or even
4345
a file sync such as [mutagen](https://mutagen.io/).
@@ -89,8 +91,8 @@ layer of infrastructure control. This additional layer allows admins to:
8991
hosted by a cloud service
9092

9193
Coder includes
92-
[production-ready templates](https://github.com/coder/coder/tree/main/examples/templates)
93-
for use with AWS EC2, Azure, Google Cloud, Kubernetes, and more.
94+
[production-ready templates](https://registry.coder.com/templates) for use with
95+
AWS EC2, Azure, Google Cloud, Kubernetes, and more.
9496

9597
## What Coder is _not_
9698

@@ -113,5 +115,5 @@ for use with AWS EC2, Azure, Google Cloud, Kubernetes, and more.
113115

114116
## Up next
115117

116-
- Learn about [Templates](../admin/templates/index.md)
117-
- [Install Coder](../install/index.md)
118+
- Learn about [Templates](./admin/templates/index.md)
119+
- [Install Coder](./install/index.md)

docs/index.md

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

docs/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"versions": ["main"],
33
"routes": [
44
{
5-
"title": "Home",
6-
"description": "Landing Page",
7-
"path": "./index.md",
5+
"title": "About",
6+
"description": "Coder docs",
7+
"path": "./README.md",
88
"icon_path": "./images/icons/home.svg",
99
"children": [
1010
{

0 commit comments

Comments
 (0)