File tree 2 files changed +34
-0
lines changed
2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Open in Coder Button
2
+
3
+ This is a Markdown button you can add to your project's ` README.md ` to get your developers up and running with Coder twice as fast.
4
+
5
+ A basic example looks like this:
6
+
7
+ ``` text
8
+ [](https://dev.coder.com/?template=coder-ts)
9
+ ```
10
+
11
+ which renders like this:
12
+
13
+ ![ open in coder button] ( https://cdn.coder.com/embed-button.svg )
14
+
15
+ You can customize this to take developers directly to your team's template. Read on to learn more.
16
+
17
+ ### Customization
18
+
19
+ The underlying link for this button consists of the following pieces:
20
+ - <deployment-url >: where your Coder deployment lives i.e. https://dev.coder.com
21
+ - <query-params >: optional query parameters to customize the experience
22
+
23
+ These are the following query parameters we support:
24
+
25
+ ### template
26
+
27
+ A template to redirect your developers to after they authenticate on your deployment.
28
+
29
+ Example: https://dev.coder.com/?template=coder-ts
Original file line number Diff line number Diff line change 188
188
"title" : " Enterprise" ,
189
189
"description" : " Learn how to enable Enterprise features." ,
190
190
"path" : " ./admin/enterprise.md"
191
+ },
192
+ {
193
+ "title" : " Open in Coder Button" ,
194
+ "description" : " Learn how to create an 'Open in Coder' button." ,
195
+ "path" : " ./admin/open-in-coder.md"
191
196
}
192
197
]
193
198
},
You can’t perform that action at this time.
0 commit comments