From aae983b3d9b71914e4a22b68a88906021488f8e8 Mon Sep 17 00:00:00 2001 From: Mitchell Tannenbaum Date: Wed, 20 Nov 2013 13:35:51 -0500 Subject: [PATCH] Added CATEGORIES_SAVE_AS setting to settings.rst --- docs/settings.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/settings.rst b/docs/settings.rst index 82752436..9e6312c0 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -250,6 +250,7 @@ Setting name (default value) What does it do? use the default language. `CATEGORY_URL` (``'category/{slug}.html'``) The URL to use for a category. `CATEGORY_SAVE_AS` (``'category/{slug}.html'``) The location to save a category. +`CATEGORIES_SAVE_AS` (``'categories.html'``) The location to save the categories list. `TAG_URL` (``'tag/{slug}.html'``) The URL to use for a tag. `TAG_SAVE_AS` (``'tag/{slug}.html'``) The location to save the tag page. `TAGS_URL` (``'tags.html'``) The URL to use for the tag list.