Skip to content

Commit 4f97664

Browse files
committed
move upload options to tabs
1 parent 9d685f9 commit 4f97664

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/tutorials/template-from-scratch.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,9 @@ use the Coder CLI.
364364
Add your template files to your Coder deployment. You can upload the template
365365
through the CLI, or through the Coder dashboard:
366366

367-
#### Upload template from the Coder CLI
367+
<div class="tabs">
368+
369+
#### CLI
368370

369371
1. Run `coder templates create` from the directory with your template files:
370372

@@ -392,7 +394,7 @@ through the CLI, or through the Coder dashboard:
392394

393395
![Your new template, ready to use](../images/templates/template-tour.png)
394396

395-
#### Upload template from the Coder dashboard
397+
#### Dashboard
396398

397399
1. Create a `.zip` of the template files.
398400

@@ -421,6 +423,8 @@ through the CLI, or through the Coder dashboard:
421423

422424
![Your new template, ready to use](../images/templates/template-tour.png)
423425

426+
</div>
427+
424428
### Next steps
425429

426430
- [Setting up templates](../admin/templates/index.md)

0 commit comments

Comments
 (0)