diff options
| author | Tom Christie | 2014-09-14 16:52:53 +0100 | 
|---|---|---|
| committer | Tom Christie | 2014-09-14 16:52:53 +0100 | 
| commit | cefeb23b250c19a6c3f03494889a96d42884cdbd (patch) | |
| tree | 494d0533fca56d8a4db8e0c40cc7996f9fe01642 /docs/template.html | |
| parent | 293728579070d802342bd92fa164e8dc0f0a7990 (diff) | |
| parent | 915dfb9b3d6c235437a6459493cf26d248022e75 (diff) | |
| download | django-rest-framework-cefeb23b250c19a6c3f03494889a96d42884cdbd.tar.bz2 | |
Merge pull request #1871 from jpadilla/third-party-docs
Add Third Party Resources Topic section
Diffstat (limited to 'docs/template.html')
| -rw-r--r-- | docs/template.html | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/docs/template.html b/docs/template.html index 19542bfe..bb3ae221 100644 --- a/docs/template.html +++ b/docs/template.html @@ -117,6 +117,7 @@ a.fusion-poweredby {                    <li><a href="{{ base_url }}/topics/browser-enhancements{{ suffix }}">Browser enhancements</a></li>                    <li><a href="{{ base_url }}/topics/browsable-api{{ suffix }}">The Browsable API</a></li>                    <li><a href="{{ base_url }}/topics/rest-hypermedia-hateoas{{ suffix }}">REST, Hypermedia & HATEOAS</a></li> +                  <li><a href="{{ base_url }}/topics/third-party-resources{{ suffix }}">Third Party Resources</a></li>                    <li><a href="{{ base_url }}/topics/contributing{{ suffix }}">Contributing to REST framework</a></li>                    <li><a href="{{ base_url }}/topics/rest-framework-2-announcement{{ suffix }}">2.0 Announcement</a></li>                    <li><a href="{{ base_url }}/topics/2.2-announcement{{ suffix }}">2.2 Announcement</a></li> | 
