-
Notifications
You must be signed in to change notification settings - Fork 885
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
Conversation
|
||
> **Note**: | ||
> Coder is in an alpha state, but any serious bugs are P1 for us so [please report them](https://github.com/coder/coder/issues/new/choose). | ||
Coder creates remote development machines so your team can develop from anywhere. |
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.
Keep it short and simple.
|
||
## Installing Coder | ||
> **Note**: |
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.
Important, but they don't need to know this until they go to install and use it.
**Manage less** | ||
|
||
- Ensure your entire team is using the same tools and resources | ||
- Rollout critical updates to your developers with one command | ||
- Automatically shut down expensive cloud resources | ||
- Keep your source code and data behind your firewall | ||
|
||
## How it works |
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.
Join the community on [Discord](https://discord.gg/coder) and [Twitter](https://twitter.com/coderhq) #coder! | ||
|
||
[Suggest improvements and report problems](https://github.com/coder/coder/issues/new/choose) | ||
Visit our docs [here](./docs/index.md). |
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 called it index.md
because that was what first came to mind. Open to other suggestions.
@@ -155,7 +72,13 @@ Please file [an issue](https://github.com/coder/coder/issues/new) if any informa | |||
|
|||
--- | |||
|
|||
_As of 5/27/22_ | |||
_Last updated: 5/27/22_ |
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.
Felt like this was easier to understand
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.
All these changes look good to me, I added some suggestions.
<p align="center"> | ||
<img src="./docs/images/ide-icons.svg" height=72> | ||
</p> |
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.
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 comment
The 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 comment
The 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 comment
The reason will be displayed to describe this comment to others. Learn more.
we've received some early feedback that the IDE/cloud icons helped explain what Coder does
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.
* docs: move docs table of contents to docs/index.md * docs: move how it works and IDE support to about.md * docs: move readme steps to walkthrough * docs: slim down readme * refactor: walkthrough -> quickstart * docs: minor edits
Description
This PR refactors the
README.md
to be more slim and concise with the goal of making it less overwhelming when someone lands on the repo page.I also moved the Documentation Table of Contents to
./docs/index.md
and some getting started information to./docs/walkthrough.md
. Open to suggestions!🖼️ Rendered