-
Notifications
You must be signed in to change notification settings - Fork 887
docs: add dogfooding guide #3099
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd suggest we place this in the dogfood
folder instead, we wouldn't want this to accidentally be placed on coder.com/docs ;p
lol good call! i was going to ask if we wanted to hide from the docs website. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The current instructions to dogfood Coder locally don't align with using dev.coder.com. I think this set of instructions could work:
- Go to https://dev.coder.com/templates/coder-ts. If you don't have an account, sign in with GitHub
- Create a workspace
- [Connect with your favorite IDE)(https://coder.com/docs/coder-oss/latest/ides)
- Clone the repository:
git clone git@github.com:coder/coder.git
- ... the rest of the steps for running Coder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jsjoeio!
As kyle suggested the official template is I also second that this should go in the |
562dd1d
to
82a27a3
Compare
Thanks everyone for the helpful feedback! @kylecarbs I think I addressed everything you brought up. Ready for another review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's still in the docs/
folder.
129ae11
to
3842679
Compare
Ah, I misunderstood and didn't realize we were talking about |
Description
This adds the v2/coder dogfooding guide from our internal Notion to the
/docs
repo.🖼️ Rendered
Additional Notes
I wasn't sure if this should show up on coder.com/docs. Added to
/docs/dogfood
so it wouldn't. Sourcegraph does publish theirs, in case we want to go the other route.