aboutsummaryrefslogtreecommitdiffstats
path: root/mkdocs.py
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.py')
-rwxr-xr-xmkdocs.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/mkdocs.py b/mkdocs.py
index 529d2314..b4c41408 100755
--- a/mkdocs.py
+++ b/mkdocs.py
@@ -80,6 +80,7 @@ path_list = [
'topics/rest-framework-2-announcement.md',
'topics/2.2-announcement.md',
'topics/2.3-announcement.md',
+ 'topics/2.4-announcement.md',
'topics/release-notes.md',
'topics/credits.md',
]
@@ -142,7 +143,7 @@ for (dirpath, dirnames, filenames) in os.walk(docs_dir):
toc += template + '\n'
if filename == 'index.md':
- main_title = 'Django REST framework - APIs made easy'
+ main_title = 'Django REST framework - Web APIs for Django'
else:
main_title = main_title + ' - Django REST framework'