diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-09-27 14:56:52 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-09-27 14:56:52 +0100 |
commit | b3fea58c6f9a29ec5fb428d82c25e3a82ac962af (patch) | |
tree | f7b79502c8bcbc158451c205944ee8d337750f8e /docs/training/index.md | |
parent | 371927debffc6bb42d8d86a90afc715d1d837e74 (diff) |
Move docs from gh-pages branch.
Diffstat (limited to 'docs/training/index.md')
-rw-r--r-- | docs/training/index.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/docs/training/index.md b/docs/training/index.md new file mode 100644 index 000000000..9fcaee9df --- /dev/null +++ b/docs/training/index.md @@ -0,0 +1,33 @@ +--- +layout: page +title: FixMyStreet training guides +author: dave +--- + +FixMyStreet training notes +=========================== + +<p class="lead"> + These notes may serve as a basis for training people new to the FixMyStreet + platform. They might be helpful if you're setting up a new site or team. +</p> +<div class="attention-box helpful-hint"> + <p> + Basic training notes like these are available for + </p> + <ul> + <li><a href="{{ "/training/citizens" | relative_url }}">citizens</a></li> + <li><a href="{{ "/training/staff" | relative_url }}">staff</a></li> + <li><a href="{{ "/training/admins" | relative_url }}">administrators</a></li> + </ul> + <p> + Refer to the <a href="{{ "/overview" | relative_url }}">full documentation</a> + for more detailed information! + </p> +</div> + +Remember that every FixMyStreet installation is different, and can both +look and behave differently, depending on how it has been +[customised]({{ "/customising/" | relative_url }}). + + |