docs: remove Coder from Quickstart title (#16016)

[preview](https://coder.com/docs/@quickstart-coder-coder/tutorials/quickstart)
This commit is contained in:
Edward Angert
2025-01-03 00:27:56 -05:00
committed by GitHub
parent add6923e4a
commit 3f1795fd92
4 changed files with 9 additions and 20 deletions
+3 -3
View File
@@ -141,6 +141,6 @@ or [the v2 migration guide and FAQ](https://coder.com/docs/v1/guides/v2-faq).
## Up next
- Learn about [Templates](./admin/templates/index.md)
- [Install Coder](./install/index.md)
- Follow the [Quickstart guide](./tutorials/quickstart.md) to try Coder out for yourself.
- [Template](./admin/templates/index.md)
- [Installing Coder](./install/index.md)
- [Quickstart](./tutorials/quickstart.md) to try Coder out for yourself.
+2 -2
View File
@@ -69,5 +69,5 @@ coder login https://coder.example.com
## Next steps
- [Set up your first deployment](../tutorials/quickstart.md)
- [Expose your control plane to other users](../admin/setup/index.md)
- [Quickstart](../tutorials/quickstart.md)
- [Configure Control Plane Access](../admin/setup/index.md)
+3 -3
View File
@@ -8,8 +8,8 @@
"icon_path": "./images/icons/home.svg",
"children": [
{
"title": "Coder quickstart",
"description": "Try it out for yourself",
"title": "Quickstart",
"description": "Learn how to install and run Coder quickly",
"path": "./tutorials/quickstart.md"
},
{
@@ -657,7 +657,7 @@
"icon_path": "./images/icons/generic.svg",
"children": [
{
"title": "Get started with Coder",
"title": "Quickstart",
"description": "Learn how to install and run Coder quickly",
"path": "./tutorials/quickstart.md"
},
+1 -12
View File
@@ -1,15 +1,4 @@
# Get started with Coder
<div style="padding: 0px; margin: 0px;">
<span style="vertical-align:middle;">Author: </span>
<a href="https://github.com/EdwardAngert" style="text-decoration: none; color: inherit; margin-bottom: 0px;">
<span style="vertical-align:middle;">Edward Angert</span>
<img src="https://avatars.githubusercontent.com/u/17991901?v=4" width="24px" height="24px" style="vertical-align:middle; margin: 0px;"/>
</a>
</div>
October 23, 2024
---
# Quickstart
Follow the steps in this guide to install Coder locally or on a cloud-hosting
provider, set up a workspace, and connect to it from VS Code.