Skip to content

Commit 220458d

Browse files
committed
add quickstart tutorial
1 parent c9313bc commit 220458d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/manifest.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,11 @@
634634
"path": "./tutorials/index.md",
635635
"icon_path": "./images/icons/generic.svg",
636636
"children": [
637+
{
638+
"title": "Get started with Coder",
639+
"description": "Learn how to install and run Coder quickly",
640+
"path": "./tutorials/quickstart.md"
641+
},
637642
{
638643
"title": "Write a Template from Scratch",
639644
"description": "Learn how to author Coder templates",

docs/tutorials/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ Enterprise. These tutorials are hosted on our
66
request new topics to be covered.
77

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

0 commit comments

Comments
 (0)