aboutsummaryrefslogtreecommitdiffstats
path: root/mkdocs.py
AgeCommit message (Collapse)Author
2014-07-15Fusion adsTom Christie
2014-01-08Use www.django-rest-framework.org for docs instead of ↵Tom Christie
django-rest-framework.org due to issues with naked domains
2014-01-03Link to BrightAPI, and remove ad except from frontpageTom Christie
2013-12-22Change the page title to prioritize page contentbennbollay
When many tab's are open (which is necessary for DRF's documentation), it becomes impossible to determine which tab contains which pieces of documentation. That they are all related is obvious by the use of a common icon, just not the specific page each tab is loaded to. This change inverts the order of the title to maintain as much useful context as possible on the tabbar.
2013-11-19Canonical page for index should be '/', not '/index'Tom Christie
2013-11-18Drop .html suffixes in docsTom Christie
2013-08-16Update docs to include testing.Tom Christie
2013-07-02Added 'Documenting your API' section. Closes #616Tom Christie
2013-04-30Simplify the READMETom Christie
2013-04-25Docs, docs, docsTom Christie
2013-04-09Viewsets and routers in seperate docsTom Christie
2013-03-31Add viewsets/routers to indexs etcTom Christie
2013-03-28Add search and next/prevTom Christie
2013-03-15Better titles & descriptionsTom Christie
2012-11-15./mkdocs.py -p opens a preview in your default browser. Tested on Mac, but ↵Marko Tibold
should work on windows and Linux as well.
2012-10-30Package and doc tweaksTom Christie
2012-10-30Make docs ready to push to django-rest-framework.orgTom Christie
2012-10-09Tweak static files with docsTom Christie
2012-10-09Flesh out quickstart guide and make some style tweaksTom Christie
2012-09-27Rename category_dir to relative_dirTom Christie
2012-09-27Improve changes with upstream's advicesCharpentier Johan
2012-09-26Fix bug with relative/real pathCharpentier Johan
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie
2012-09-09Collapsing menu, travis and github badges, horizontal scrolling code on overflowTom Christie
2012-09-08Links to source files in docsTom Christie
2012-09-08Code highlighting in docsTom Christie
2012-09-07[docs] Add 'img' to static file processing.Alec Perkins
2012-09-05Fix up index suffixesTom Christie
2012-09-01Fix docs base URLTom Christie
2012-09-01Get docs ready to deployTom Christie