Fix list item numbering on API docs main page [ci-skip]

Follow-up to #47178.

RDoc's Markdown parser requires multi-line list items to use a hanging
indent of at least four spaces.  Otherwise, trailing lines will be
rendered as an independent paragraph, and the next list item will start
a new list.
This commit is contained in:
Jonathan Hefner 2023-08-17 16:12:43 -05:00
parent ac5f9dec53
commit 92dcc9a09f

@ -73,10 +73,12 @@ In addition to that, \Rails also comes with:
Run with `--help` or `-h` for options.
4. Go to `http://localhost:3000` and you'll see the \Rails bootscreen with your \Rails and Ruby versions.
4. Go to `http://localhost:3000` and you'll see the \Rails bootscreen with your
\Rails and Ruby versions.
5. Follow the guidelines to start developing your application. You may find the
following resources handy:
5. Follow the guidelines to start developing your application. You may find
the following resources handy:
* [Getting Started with Rails](https://guides.rubyonrails.org/getting_started.html)
* [Ruby on Rails Guides](https://guides.rubyonrails.org)
* [The API Documentation](https://api.rubyonrails.org)