diff options
| author | Tom Christie | 2014-12-18 15:42:42 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-12-18 15:42:42 +0000 | 
| commit | c1e4ec0c64933da5411e4cc3e63894d5f82cc337 (patch) | |
| tree | 16c79f4fa235f00e7c8354d717f839e59c25e969 /api-guide/format-suffixes | |
| parent | c678a1f118ea65fc1d13c40ef1a083577fdd5381 (diff) | |
| download | django-rest-framework-c1e4ec0c64933da5411e4cc3e63894d5f82cc337.tar.bz2 | |
Update documentation
Diffstat (limited to 'api-guide/format-suffixes')
| -rw-r--r-- | api-guide/format-suffixes/index.html | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/api-guide/format-suffixes/index.html b/api-guide/format-suffixes/index.html index facede7b..22181b1b 100644 --- a/api-guide/format-suffixes/index.html +++ b/api-guide/format-suffixes/index.html @@ -65,7 +65,7 @@            <a class="repo-link btn btn-inverse btn-small " rel="prev" href="../reverse">              Next <i class="icon-arrow-right icon-white"></i>            </a> -          <a class="repo-link btn btn-inverse btn-small " rel="next" href="../content-negotiation"> +          <a class="repo-link btn btn-inverse btn-small " rel="next" href="../metadata">              <i class="icon-arrow-left icon-white"></i> Previous            </a>            <a class="repo-link btn btn-inverse btn-small" href="#searchModal" data-toggle="modal"><i class="icon-search icon-white"></i> Search</a> @@ -192,6 +192,10 @@                      <a href="../content-negotiation">Content negotiation</a>                    </li> +                  <li > +                    <a href="../metadata">Metadata</a> +                  </li> +                                      <li class="active" >                      <a href=".">Format suffixes</a>                    </li>  | 
