Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
remove coder-tour
  • Loading branch information
EdwardAngert committed Oct 15, 2024
commit 7e6c07923cf6b5036be588c46bfaca88537116c9
6 changes: 3 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
187 changes: 0 additions & 187 deletions docs/start/coder-tour.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/tutorials/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Go to **Templates** and select **Create Workspace** and continue from Step 7 in

After that, you can try to:

- [Customize templates](../admin/templates/extending-templates//index.md)
- [Customize templates](../admin/templates/extending-templates/index.md)
- [Enable Prometheus metrics](../admin/integrations/prometheus.md)
- [Deploy to Google Cloud Platform (GCP)](../install/cloud/compute-engine.md)

Expand Down
Loading