Skip to content

Commit 3f1795f

Browse files
authored
docs: remove Coder from Quickstart title (#16016)
[preview](https://coder.com/docs/@quickstart-coder-coder/tutorials/quickstart)
1 parent add6923 commit 3f1795f

File tree

4 files changed

+9
-20
lines changed

4 files changed

+9
-20
lines changed

docs/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,6 @@ or [the v2 migration guide and FAQ](https://coder.com/docs/v1/guides/v2-faq).
141141

142142
## Up next
143143

144-
- Learn about [Templates](./admin/templates/index.md)
145-
- [Install Coder](./install/index.md)
146-
- Follow the [Quickstart guide](./tutorials/quickstart.md) to try Coder out for yourself.
144+
- [Template](./admin/templates/index.md)
145+
- [Installing Coder](./install/index.md)
146+
- [Quickstart](./tutorials/quickstart.md) to try Coder out for yourself.

docs/install/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ coder login https://coder.example.com
6969

7070
## Next steps
7171

72-
- [Set up your first deployment](../tutorials/quickstart.md)
73-
- [Expose your control plane to other users](../admin/setup/index.md)
72+
- [Quickstart](../tutorials/quickstart.md)
73+
- [Configure Control Plane Access](../admin/setup/index.md)

docs/manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"icon_path": "./images/icons/home.svg",
99
"children": [
1010
{
11-
"title": "Coder quickstart",
12-
"description": "Try it out for yourself",
11+
"title": "Quickstart",
12+
"description": "Learn how to install and run Coder quickly",
1313
"path": "./tutorials/quickstart.md"
1414
},
1515
{
@@ -657,7 +657,7 @@
657657
"icon_path": "./images/icons/generic.svg",
658658
"children": [
659659
{
660-
"title": "Get started with Coder",
660+
"title": "Quickstart",
661661
"description": "Learn how to install and run Coder quickly",
662662
"path": "./tutorials/quickstart.md"
663663
},

docs/tutorials/quickstart.md

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
1-
# Get started with Coder
2-
3-
<div style="padding: 0px; margin: 0px;">
4-
<span style="vertical-align:middle;">Author: </span>
5-
<a href="https://github.com/EdwardAngert" style="text-decoration: none; color: inherit; margin-bottom: 0px;">
6-
<span style="vertical-align:middle;">Edward Angert</span>
7-
<img src="https://avatars.githubusercontent.com/u/17991901?v=4" width="24px" height="24px" style="vertical-align:middle; margin: 0px;"/>
8-
</a>
9-
</div>
10-
October 23, 2024
11-
12-
---
1+
# Quickstart
132

143
Follow the steps in this guide to install Coder locally or on a cloud-hosting
154
provider, set up a workspace, and connect to it from VS Code.

0 commit comments

Comments
 (0)