diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-02-06 14:13:47 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-02-06 14:16:19 +0000 |
commit | f5247f270413af8478748b2e1ae52caa2fa226ee (patch) | |
tree | df8598e8e78a05f94c50637dc11c3231de4db115 | |
parent | afbcab65b7a0a5cbc628c4895cab4d840a487015 (diff) |
Add some info on the sidebar template
-rw-r--r-- | docs/customising/themes.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/customising/themes.md b/docs/customising/themes.md index 863eac8fa..b0a94350f 100644 --- a/docs/customising/themes.md +++ b/docs/customising/themes.md @@ -207,6 +207,8 @@ The important pages to customise and translate are listed here. We note where Al * [why email](https://github.com/mysociety/alaveteli/blob/master/app/views/help/_why_they_should_reply_by_email.html.erb): a snippet of information that explains why users should insist on replies by email. This is displayed next to requests that have ["gone postal"]({{ site.baseurl }}docs/customising/states/#gone_postal) - where the authority has asked for the user's physical address so that they can reply with a paper response. +* [sidebar](https://github.com/mysociety/alaveteli/blob/master/app/views/help/_sidebar.html.erb): a menu for the help pages with a link to each one. You should customise this so that it includes any extra help pages you add, and doesn't include any you remove. + You can add your own help pages to your site by replacing the default pages in your theme with your own versions, using a locale suffix for each page to indicate what language the page is written in. No locale |