-
Notifications
You must be signed in to change notification settings - Fork 982
docs: slim down readme #2140
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
docs: slim down readme #2140
Changes from 1 commit
0b6a177
2d942c5
ecc83dd
0f8f45e
9238232
5c40887
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,28 +37,6 @@ Coder creates remote development machines so you can develop your code from anyw | |
- Automatically shut down expensive cloud resources | ||
- Keep your source code and data behind your firewall | ||
|
||
## How it works | ||
|
||
Coder workspaces are represented with Terraform. But, no Terraform knowledge is | ||
required to get started. We have a database of pre-made templates built into the | ||
product. | ||
|
||
<p align="center"> | ||
<img src="./docs/images/providers-compute.png"> | ||
</p> | ||
|
||
Coder workspaces don't stop at compute. You can add storage buckets, secrets, sidecars | ||
and whatever else Terraform lets you dream up. | ||
|
||
[Learn more about managing infrastructure.](./docs/templates.md) | ||
|
||
## IDE Support | ||
|
||
You can use any Web IDE ([code-server](https://github.com/coder/code-server), [projector](https://github.com/JetBrains/projector-server), [Jupyter](https://jupyter.org/), etc.), [JetBrains Gateway](https://www.jetbrains.com/remote-development/gateway/), [VS Code Remote](https://code.visualstudio.com/docs/remote/ssh-tutorial) or even a file sync such as [mutagen](https://mutagen.io/). | ||
|
||
<p align="center"> | ||
<img src="./docs/images/ide-icons.svg" height=72> | ||
</p> | ||
Comment on lines
-58
to
-60
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. While it does take up some scrolling space, we've received some early feedback that the IDE/cloud icons helped explain what Coder does. Do you think these make the README more confusing? 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. hmm... When we use a product screenshot, we can attempt to include the use of the IDE icons and clouds there 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 like the second idea! 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 agree with this, but it also makes me wonder, does our copy not convey this already? It probably should! aka the IDE/Cloud icons should be additive and shouldn't be necessary to explain Coder. |
||
|
||
## Installing 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.
Diff is hard to read. I just moved these down a bit.