diff options
author | Dave Whiteland <dave@mysociety.org> | 2014-05-23 14:52:45 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2014-05-23 15:32:04 +0100 |
commit | 79ade771116e2f6ae33efeb95139bd0558beb49b (patch) | |
tree | 5b0eb101c9d028181d1836dad99c506a19fdecb5 | |
parent | 0a3873ff9edb2361e0d873a0dc952df20727d913 (diff) |
move lead graf below title
-rw-r--r-- | developers/overview.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/developers/overview.md b/developers/overview.md index 7f0f30b04..ca2d27985 100644 --- a/developers/overview.md +++ b/developers/overview.md @@ -3,14 +3,13 @@ layout: page title: High-level overview --- +# High-level overview + <p class="lead"> This page describes the process and entities that make up Alaveteli. It's a high-level overview of how Alaveteli works to help you orientate yourself to the code. </p> - -# High-level overview - _See also the [schema diagram](#schema-diagram) at the bottom of this page._ The main entity is **InfoRequest**, which represents a request for information by a |