aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.md
diff options
context:
space:
mode:
authorTom Christie2012-10-01 16:17:01 +0100
committerTom Christie2012-10-01 16:17:01 +0100
commit8d1d99018725469061d5696a5552e7ebdb5cccc9 (patch)
tree03af8aa34445b9b7715f2c89a41bd6199c33c684 /docs/index.md
parent1d432cf4327d5c4cdee323310cc80c5f111f0a23 (diff)
downloaddjango-rest-framework-8d1d99018725469061d5696a5552e7ebdb5cccc9.tar.bz2
Pagination docs
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md
index e7db5dbc..92afbea8 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -85,6 +85,7 @@ The API guide is your complete reference manual to all the functionality provide
* [Authentication][authentication]
* [Permissions][permissions]
* [Throttling][throttling]
+* [Pagination][pagination]
* [Content negotiation][contentnegotiation]
* [Format suffixes][formatsuffixes]
* [Returning URLs][reverse]
@@ -161,6 +162,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
[authentication]: api-guide/authentication.md
[permissions]: api-guide/permissions.md
[throttling]: api-guide/throttling.md
+[pagination]: api-guide/pagination.md
[contentnegotiation]: api-guide/content-negotiation.md
[formatsuffixes]: api-guide/format-suffixes.md
[reverse]: api-guide/reverse.md