From da6624572949e800c0b74cdfe41d0dc7d5559f5b Mon Sep 17 00:00:00 2001 From: John Cramb Date: Wed, 13 Nov 2013 14:15:08 +1100 Subject: [PATCH] Update settings.rst Added missing CATEGORIES_URL and CATEGORIES_SAVE_AS settings to the table. --- docs/settings.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/settings.rst b/docs/settings.rst index 82752436..c9482303 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -248,6 +248,8 @@ Setting name (default value) What does it do? use the default language. `PAGE_LANG_SAVE_AS` (``'pages/{slug}-{lang}.html'``) The location we will save the page which doesn't use the default language. +`CATEGORIES_URL` (``'categories/'``) The URL to use for the category list. +`CATEGORIES_SAVE_AS` (``'categories/index.html'``) The location to save the category list. `CATEGORY_URL` (``'category/{slug}.html'``) The URL to use for a category. `CATEGORY_SAVE_AS` (``'category/{slug}.html'``) The location to save a category. `TAG_URL` (``'tag/{slug}.html'``) The URL to use for a tag.