-
Notifications
You must be signed in to change notification settings - Fork 104
PYTHON-4095, PYTHON-4096, PYTHON-4098: Rewrite READMEs to be more approachable for first-time users #12
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.
Much-needed clarifications, thanks Jib! Minor wording edits, I'll do a fresh install and run-through of this guide tomorrow to see if anything major sticks out.
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.
One final nitpick 😄
README.md
Outdated
|
||
### Dashboard Login | ||
For those that want to dive in and play around with the generated code, here's quick start guide on how to do it. It is advised, though, once you have run through generating this app the first time, that you circle back and check out the more fleshed out [Building a Generated App](./docs/getting-started.md) section. |
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.
"here's quick start guide" -> "here's a quick start guide"
README.md
Outdated
- Flower: Admin tool of Celery Tasks -- http://localhost:5555 | ||
- Traefik UI to see how routes are being handled by the proxy: http://localhost:8090 | ||
|
||
See [Building a Generated App](./docs/getting-started.md) for images of what some of these pages will look like and to understand the configuration details better. |
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.
^^
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.
Minor consistency edits, then all good to go!
Universal Changes
Authorisation
->Authorization
as well as updated language around distinguishing logged in and superuserREADME.md
Changesdocs/getting-started.md
ChangesBuilding a Generated App
instead ofGetting Started