-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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]:Enhanced Installation & Getting Started Docs #5904
base: main
Are you sure you want to change the base?
[Docs]:Enhanced Installation & Getting Started Docs #5904
Conversation
Updating Documentation Branch with `main` latest
Thanks so much for putting this together! There's definitely some great additional info on here. Going to bring this up with folks and see what they say. |
Hey @mamoodi thanks for the update and context. I agree things are subjective which is why I wanted early feedback before committing too many changes :-) I'd just like to add a few talking points for your discussion with the team. I've run support and sales engineering for a lot of vendors and spent a lot of time working on documentation and knowledge base design and I think the current focus on "simple" misses some important issues. As with your comments these are opinionated and subjective but I think they're important to the discussion. My changes might not be right but I definitely think that some kind of changes are needed.
|
Great points! Thanks for writing all that out! My understanding was that the installation steps should have you in a working state for Ubuntu, MacOS, Windows with WSL. Unfortunately I can't confirm that myself other than on MacOS and it may not be 100% working on Ubuntu or Windows. Lots of good points here so I'll defer this to @rbren and the rest of the maintainers on how they want this documentation to look like. |
End-user friendly description of the problem this fixes or functionality that this introduces
This PR provides a more detailed installation and getting started workflow designed to be user friendly for a range of user skill levels and to prevent/deflect requests for setup help for the maintainers. The intended result is a reduction in variability in the deployment state and configuration across users of the OpenHands app (development workflow will be addressed separately).
It's expected that this will require some rounds of feedback so is set to Draft. There are also further changes required to other docs that are part of this effort but I wanted feedback on the general approach ASAP before making too many changes.
Give a summary of what the PR does, explaining any non-trivial design decisions
installation.mdx
- most of the changes are to this page of the docs. The changes here are designed to move the user from zero to getting started as quickly and reliably as possible. There's a huge correlation between time-to-value and product adoption so this stage is critical for growing any project or product.getting-started.mdx
- minor heading changecommon-use-cases.mdx
- this is a new page designed to highlight common use cases and requirements and then direct users to the correct advanced documentation sections. This is designed to be more or a routing page that doesn't have any unique content but helps new users find and navigate the technical sections of the documentation at a time when they may not know the OpenHands specific terminology or may need to combine features to complete a use case. At this stage it is pretty sparse but as the feature set and documentation grows I think this will become a very useful page. It is also a good place to catch common but more difficult configuration needs that would distract or complicate users during the installation phase. It also acts as a way to advertise the more advanced capabilities of the app early on.troubleshooting.mdx
- added additional Docker errors for consistency in case users end up here at a later time.sidebars.ts
- added the new Common Use Cases page to the ToC nav treeFeedback & Open Questions
start_openhands.sh
method working right now, the frontend times out waiting for the backed client. This shouldn't be merged until Ican resolve that.Link of any specific issues this addresses
#5878