diff options
Diffstat (limited to 'api-guide/throttling')
| -rw-r--r-- | api-guide/throttling/index.html | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/api-guide/throttling/index.html b/api-guide/throttling/index.html index be4c727f..bc5cd449 100644 --- a/api-guide/throttling/index.html +++ b/api-guide/throttling/index.html @@ -82,13 +82,20 @@ <li ><a href="/">Home</a></li> <li class="dropdown"> - <a href="#" class="dropdown-toggle" data-toggle="dropdown">Tutorial <b class="caret"></b></a> + <a href="#" class="dropdown-toggle" data-toggle="dropdown">Quickstart <b class="caret"></b></a> <ul class="dropdown-menu"> <li > <a href="../../tutorial/quickstart">Quickstart</a> </li> + </ul> + </li> + + <li class="dropdown"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown">Tutorial <b class="caret"></b></a> + <ul class="dropdown-menu"> + <li > <a href="../../tutorial/1-serialization">1 - Serialization</a> </li> @@ -110,7 +117,7 @@ </li> <li > - <a href="../../tutorial/6-viewsets-and-routers">6- Viewsets and routers</a> + <a href="../../tutorial/6-viewsets-and-routers">6 - Viewsets and routers</a> </li> </ul> @@ -165,10 +172,6 @@ </li> <li > - <a href="../validators">Validators</a> - </li> - - <li > <a href="../authentication">Authentication</a> </li> |
