docs: Add Quickstart part 2 (Customize workspace startup)#26275
Open
nickvigilante wants to merge 4 commits into
Open
docs: Add Quickstart part 2 (Customize workspace startup)#26275nickvigilante wants to merge 4 commits into
nickvigilante wants to merge 4 commits into
Conversation
Docs preview📖 View docs preview for |
Contributor
Documentation CheckUpdates Needed
Previously Reported (Resolved)
Automated review via Coder Agents |
Contributor
Author
|
@bpmct This is now ready for review! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds the Quickstart Part 2 docs: Customize workspace startup.
What this guide accomplishes: Edit the Quickstart template to add a new programming language (Ruby), enable automatic dotfiles installation, and gate workspace creation on GitHub authentication for seamless private-repo cloning. Optional bonus sections add a workspace metadata widget, a custom workspace app, and a new preset.
Approximate time: 20-30 minutes for the three main enhancements. Add ~10-15 min if the reader attempts the bonus sections.
Why this belongs in the series: This is where the reader learns that templates are editable artifacts, not fixed infrastructure. They practice the three highest-leverage Terraform patterns in any Coder template: editing existing
coder_parameterblocks, pulling registry modules, and declaring data sources for their side effects. Without this part, readers never see HCL and never understand the relationship between the template file and what their workspace becomes.