diff options
Diffstat (limited to 'docs/template.html')
| -rw-r--r-- | docs/template.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/template.html b/docs/template.html index 4ac94f40..fbd30159 100644 --- a/docs/template.html +++ b/docs/template.html @@ -16,7 +16,7 @@ <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> - <body onload="prettyPrint()" class="{{ page_id }}"> + <body onload="prettyPrint()" class="{{ page_id }}-page"> <div class="navbar navbar-inverse navbar-fixed-top"> <div class="navbar-inner"> @@ -55,6 +55,7 @@ <li><a href="{{ base_url }}/api-guide/authentication{{ suffix }}">Authentication</a></li> <li><a href="{{ base_url }}/api-guide/permissions{{ suffix }}">Permissions</a></li> <li><a href="{{ base_url }}/api-guide/throttling{{ suffix }}">Throttling</a></li> + <li><a href="{{ base_url }}/api-guide/pagination{{ suffix }}">Pagination</a></li> <li><a href="{{ base_url }}/api-guide/content-negotiation{{ suffix }}">Content negotiation</a></li> <li><a href="{{ base_url }}/api-guide/format-suffixes{{ suffix }}">Format suffixes</a></li> <li><a href="{{ base_url }}/api-guide/reverse{{ suffix }}">Returning URLs</a></li> @@ -122,4 +123,4 @@ event.stopPropagation(); }); </script> -</body></html>
\ No newline at end of file +</body></html> |
