diff options
author | Dave Whiteland <dave@mysociety.org> | 2015-02-12 11:27:20 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2015-02-12 11:27:20 +0000 |
commit | 8adfd1071c43c103020e12aa235e20f90568ec90 (patch) | |
tree | ee3d10dbd6efff4aed1d9b389974588363acefae /docs/customising | |
parent | 75a11d4d75246a7c07d684296250552e3a097614 (diff) |
replace the section on categories in the themes page
because this now has a page all of its own, yay
Diffstat (limited to 'docs/customising')
-rw-r--r-- | docs/customising/themes.md | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/docs/customising/themes.md b/docs/customising/themes.md index a51ed447e..952fcdbcb 100644 --- a/docs/customising/themes.md +++ b/docs/customising/themes.md @@ -125,15 +125,19 @@ You can load extra stylesheets and javascript files by adding them to `lib/theme ## Adding your own categories for public bodies -Categories are implemented in Alaveteli using tags. Specific tags can be -used to group authorities together as a category. Categories themselves -are grouped under category headings on the side of the "View -authorities" page. You can create, edit and reorder categories and -category headings in the admin interface, from the "Categories" admin -menu item. You can apply the category tags you have created to -authorities under the "Authorities" admin menu item. For an authority to -appear under a category, the category's "category tag" must be one of -the tags applied to the authority. +You should add +<a href="{{ site.baseurl }}docs/glossary/#category" class="glossary__link">categories</a> +for the authorities on your site -- Alaveteli will display the authorities grouped +by categories if you have set any up. Alaveteli uses +<a href="{{ site.baseurl }}docs/glossary/#tag" class="glossary__link">tags</a> +to assign authorities to the right categories, but you should add tags anyway +because they are also used by the site's search facility. Together, categories +and tags help your users find the right authority for their request. + +You can set all this up using the +<a href="{{ site.baseurl }}docs/glossary/#admin" class="glossary__link">admin interface</a>. +See [more about categories and tags]({{ site.baseurl }}docs/running/categories_and_tags/) +for details. ## Customising the request states |