aboutsummaryrefslogtreecommitdiffstats
path: root/mkdocs.py
diff options
context:
space:
mode:
authorTom Christie2013-04-30 09:32:11 +0100
committerTom Christie2013-04-30 09:32:11 +0100
commitd0ba48b5c0c2ba08b20ec17490c0847b4e27405e (patch)
tree424e0a4ef0ca11e1f28b6c29e7e8cde4e4cc58b0 /mkdocs.py
parent549f15414cabf3ba8f3c09900f38e7549d551499 (diff)
downloaddjango-rest-framework-d0ba48b5c0c2ba08b20ec17490c0847b4e27405e.tar.bz2
Simplify the README
Diffstat (limited to 'mkdocs.py')
-rwxr-xr-xmkdocs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkdocs.py b/mkdocs.py
index 2602eef4..c4da7aea 100755
--- a/mkdocs.py
+++ b/mkdocs.py
@@ -137,7 +137,7 @@ for (dirpath, dirnames, filenames) in os.walk(docs_dir):
toc += template + '\n'
if filename == 'index.md':
- main_title = 'Django REST framework - Web Browseable APIs'
+ main_title = 'Django REST framework - APIs made easy'
else:
main_title = 'Django REST framework - ' + main_title