File tree 4 files changed +9
-20
lines changed
4 files changed +9
-20
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,6 @@ or [the v2 migration guide and FAQ](https://coder.com/docs/v1/guides/v2-faq).
141
141
142
142
## Up next
143
143
144
- - Learn about [ Templates ] ( ./admin/templates/index.md )
145
- - [ Install Coder] ( ./install/index.md )
146
- - Follow the [ Quickstart guide ] ( ./tutorials/quickstart.md ) to try Coder out for yourself.
144
+ - [ Template ] ( ./admin/templates/index.md )
145
+ - [ Installing Coder] ( ./install/index.md )
146
+ - [ Quickstart] ( ./tutorials/quickstart.md ) to try Coder out for yourself.
Original file line number Diff line number Diff line change @@ -69,5 +69,5 @@ coder login https://coder.example.com
69
69
70
70
## Next steps
71
71
72
- - [ Set up your first deployment ] ( ../tutorials/quickstart.md )
73
- - [ Expose your control plane to other users ] ( ../admin/setup/index.md )
72
+ - [ Quickstart ] ( ../tutorials/quickstart.md )
73
+ - [ Configure Control Plane Access ] ( ../admin/setup/index.md )
Original file line number Diff line number Diff line change 8
8
"icon_path" : " ./images/icons/home.svg" ,
9
9
"children" : [
10
10
{
11
- "title" : " Coder quickstart " ,
12
- "description" : " Try it out for yourself " ,
11
+ "title" : " Quickstart " ,
12
+ "description" : " Learn how to install and run Coder quickly " ,
13
13
"path" : " ./tutorials/quickstart.md"
14
14
},
15
15
{
657
657
"icon_path" : " ./images/icons/generic.svg" ,
658
658
"children" : [
659
659
{
660
- "title" : " Get started with Coder " ,
660
+ "title" : " Quickstart " ,
661
661
"description" : " Learn how to install and run Coder quickly" ,
662
662
"path" : " ./tutorials/quickstart.md"
663
663
},
Original file line number Diff line number Diff line change 1
- # Get started with Coder
2
-
3
- <div style =" padding : 0px ; margin : 0px ;" >
4
- <span style =" vertical-align :middle ;" >Author: </span >
5
- <a href =" https://github.com/EdwardAngert " style =" text-decoration : none ; color : inherit ; margin-bottom : 0px ;" >
6
- <span style="vertical-align:middle;">Edward Angert</span>
7
- <img src="https://avatars.githubusercontent.com/u/17991901?v=4" width="24px" height="24px" style="vertical-align:middle; margin: 0px;"/>
8
- </a >
9
- </div >
10
- October 23, 2024
11
-
12
- ---
1
+ # Quickstart
13
2
14
3
Follow the steps in this guide to install Coder locally or on a cloud-hosting
15
4
provider, set up a workspace, and connect to it from VS Code.
You can’t perform that action at this time.
0 commit comments