diff options
| author | Tom Christie | 2014-11-25 16:24:47 +0000 |
|---|---|---|
| committer | Tom Christie | 2014-11-25 16:24:47 +0000 |
| commit | 0b84e842d3d5e01b11483371bf6f643fa91087b4 (patch) | |
| tree | f129e684fed0e5799c3eab9a8ecb52b95b50e156 /tutorial/6-viewsets-and-routers/index.html | |
| parent | c3948af9fa04272bf0979805cb992cfac273149c (diff) | |
| download | django-rest-framework-0b84e842d3d5e01b11483371bf6f643fa91087b4.tar.bz2 | |
Update documentation
Diffstat (limited to 'tutorial/6-viewsets-and-routers/index.html')
| -rw-r--r-- | tutorial/6-viewsets-and-routers/index.html | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/tutorial/6-viewsets-and-routers/index.html b/tutorial/6-viewsets-and-routers/index.html index d299743f..8c76947a 100644 --- a/tutorial/6-viewsets-and-routers/index.html +++ b/tutorial/6-viewsets-and-routers/index.html @@ -4,11 +4,11 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta charset="utf-8"> - <title>6- Viewsets and routers - Django REST framework</title> + <title>6 - Viewsets and routers - Django REST framework</title> <link href="../../img/favicon.ico" rel="icon" type="image/x-icon"> <link rel="canonical" href="http://www.django-rest-framework.org/tutorial/6-viewsets-and-routers/" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <meta name="description" content="Django, API, REST, 6- Viewsets and routers"> + <meta name="description" content="Django, API, REST, 6 - Viewsets and routers"> <meta name="author" content="Tom Christie"> <!-- Le styles --> @@ -81,14 +81,21 @@ <ul class="nav navbar-nav"> <li ><a href="/">Home</a></li> - <li class="dropdown active"> - <a href="#" class="dropdown-toggle" data-toggle="dropdown">Tutorial <b class="caret"></b></a> + <li class="dropdown"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown">Quickstart <b class="caret"></b></a> <ul class="dropdown-menu"> <li > <a href="../quickstart">Quickstart</a> </li> + </ul> + </li> + + <li class="dropdown active"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown">Tutorial <b class="caret"></b></a> + <ul class="dropdown-menu"> + <li > <a href="../1-serialization">1 - Serialization</a> </li> @@ -110,7 +117,7 @@ </li> <li class="active" > - <a href=".">6- Viewsets and routers</a> + <a href=".">6 - Viewsets and routers</a> </li> </ul> @@ -165,10 +172,6 @@ </li> <li > - <a href="../../api-guide/validators">Validators</a> - </li> - - <li > <a href="../../api-guide/authentication">Authentication</a> </li> |
