-
Notifications
You must be signed in to change notification settings - Fork 891
split examples into examples and quickstart #4634
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
5cf20d6
a471feb
40c8e1b
edd0aab
392b23f
bea6c19
9c526de
de4b3fb
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ import ( | |
"github.com/coder/coder/coderd/userpassword" | ||
"github.com/coder/coder/coderd/util/slice" | ||
"github.com/coder/coder/codersdk" | ||
"github.com/coder/coder/examples" | ||
examples "github.com/coder/coder/templates" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @ericpaulsen Shouldn't this specifically be the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @bpmct yeah, quickstarts should be referenced when running There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think we need to change this to only reference the quickstarts since it's used for the autoimport behavior. I might be missing something though? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I guess, I'm asking if we should change it to this
|
||
) | ||
|
||
// Returns whether the initial user has been created or not. | ||
|
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Templates | ||
~# Example templates | ||
|
||
List template examples in our CLI with `coder templates init`. | ||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.