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/quickstart | |
| parent | c3948af9fa04272bf0979805cb992cfac273149c (diff) | |
| download | django-rest-framework-0b84e842d3d5e01b11483371bf6f643fa91087b4.tar.bz2 | |
Update documentation
Diffstat (limited to 'tutorial/quickstart')
| -rw-r--r-- | tutorial/quickstart/index.html | 15 | 
1 files changed, 9 insertions, 6 deletions
| diff --git a/tutorial/quickstart/index.html b/tutorial/quickstart/index.html index 0aad281b..d2f73262 100644 --- a/tutorial/quickstart/index.html +++ b/tutorial/quickstart/index.html @@ -82,13 +82,20 @@                <li ><a href="/">Home</a></li>                <li class="dropdown active"> -                <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 class="active" >                      <a href=".">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="../1-serialization">1 - Serialization</a>                    </li> @@ -110,7 +117,7 @@                    </li>                    <li > -                    <a href="../6-viewsets-and-routers">6- Viewsets and routers</a> +                    <a href="../6-viewsets-and-routers">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> | 
