Skip to content

chore(docs): add Quickstart doc to tutorials #14744

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,4 @@ or [the v2 migration guide and FAQ](https://coder.com/docs/v1/guides/v2-faq).

- 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.
6 changes: 3 additions & 3 deletions docs/admin/templates/managing-templates/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Working with templates

You create and edit Coder templates as [Terraform](../../../start/coder-tour.md)
configuration files (`.tf`) and any supporting files, like a README or
configuration files for other services.
You create and edit Coder templates as
[Terraform](../../../tutorials/quickstart.md) configuration files (`.tf`) and
any supporting files, like a README or configuration files for other services.

## Who creates templates?

Expand Down
Binary file added docs/images/screenshots/create-template.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ coder login https://coder.example.com

## Next steps

- [Set up your first deployment](../start/coder-tour.md)
- [Set up your first deployment](../tutorials/quickstart.md)
- [Expose your control plane to other users](../admin/setup/index.md)
11 changes: 8 additions & 3 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"icon_path": "./images/icons/home.svg",
"children": [
{
"title": "Tour Coder",
"description": "Tour Coder by creating a deployment with Docker",
"path": "./start/coder-tour.md"
"title": "Coder quickstart",
"description": "Try it out for yourself",
"path": "./tutorials/quickstart.md"
},
{
"title": "Screenshots",
Expand Down Expand Up @@ -634,6 +634,11 @@
"path": "./tutorials/index.md",
"icon_path": "./images/icons/generic.svg",
"children": [
{
"title": "Get started with Coder",
"description": "Learn how to install and run Coder quickly",
"path": "./tutorials/quickstart.md"
},
{
"title": "Write a Template from Scratch",
"description": "Learn how to author Coder templates",
Expand Down
187 changes: 0 additions & 187 deletions docs/start/coder-tour.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Enterprise. These tutorials are hosted on our
request new topics to be covered.

<children>
This page is rendered on https://coder.com/docs/guides. Refer to the other documents in the `guides/` directory for specific employee-written guides.
This page is rendered on <https://coder.com/docs/tutorials>. Refer to the other documents in the `docs/tutorials/` directory for specific employee-written guides.
</children>
Loading