From dc600a2ae031a13fd6d5c1337d322eca10c17e1e Mon Sep 17 00:00:00 2001 From: EdwardAngert Date: Thu, 2 Jan 2025 19:54:21 +0000 Subject: [PATCH] remove Coder from doc title --- docs/README.md | 6 +++--- docs/install/index.md | 4 ++-- docs/manifest.json | 6 +++--- docs/tutorials/quickstart.md | 13 +------------ 4 files changed, 9 insertions(+), 20 deletions(-) diff --git a/docs/README.md b/docs/README.md index 1cf9b61679a4d..b5a07021d3670 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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. diff --git a/docs/install/index.md b/docs/install/index.md index 335f17d00302c..4f499257fa65d 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -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) diff --git a/docs/manifest.json b/docs/manifest.json index fcac552ee0496..171dd8ac38b9c 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -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" }, diff --git a/docs/tutorials/quickstart.md b/docs/tutorials/quickstart.md index 8ad2b88fb1407..4f66165fd7459 100644 --- a/docs/tutorials/quickstart.md +++ b/docs/tutorials/quickstart.md @@ -1,15 +1,4 @@ -# Get started with Coder - -
- Author: - - Edward Angert - - -
-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.