mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Put "Using Rails for API-only Applications" in table of contents
When I was looking for more info regarding this the only way I ended up on that page was by googling something along the lines of "rails new api" (as I wanted to find out what are the proper parameters when generating api app). I think it's beneficial to have that page in table of contents.
This commit is contained in:
parent
020d6fda29
commit
52a82f15f6
1 changed files with 4 additions and 0 deletions
|
@ -135,6 +135,10 @@
|
|||
work_in_progress: true
|
||||
url: profiling.html
|
||||
description: This guide explains how to profile your Rails applications to improve performance.
|
||||
-
|
||||
name: Using Rails for API-only Applications
|
||||
url: api_app.html
|
||||
description: This guide explains how to effectively use Rails to develop a JSON API application.
|
||||
|
||||
-
|
||||
name: Extending Rails
|
||||
|
|
Loading…
Reference in a new issue