diff options
| author | Dougal Matthews | 2014-10-22 21:13:08 +0100 | 
|---|---|---|
| committer | Dougal Matthews | 2014-11-25 12:32:29 +0000 | 
| commit | b2762cbb76a2602361fe5a9af6804863127d1c67 (patch) | |
| tree | d29ab8f34c26d5f6957f9518d3915250352e1952 /mkdocs.yml | |
| parent | 3a648b9f0b0aa9a955065b96ea1a03376816ec00 (diff) | |
| download | django-rest-framework-b2762cbb76a2602361fe5a9af6804863127d1c67.tar.bz2 | |
Fixed typos in the config and updated Google analytics
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -site_name: Django REST frameowkr +site_name: Django REST framework  site_url: http://www.django-rest-framework.org/  site_description: Django REST framework - Web APIs for DjangoProject documentation with Markdown. @@ -52,4 +52,4 @@ pages:  theme_dir: docs/theme  copyright: Copyright © 2014, <a href="https://twitter.com/_tomchristie">Tom Christie</a>. -google_analytics: ['UA-27795084-5', 'mkdocs.org'] +google_analytics: ['UA-18852272-2', 'django-rest-framework.org']  | 
