diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-02-29 21:50:48 +0100 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-02-29 21:50:48 +0100 |
commit | c08e5ce62c30cb8d014151448bfe6da6b5a47fcf (patch) | |
tree | fd9504c00d46786aebe2c65c6a95fa62edb363a7 /docs/SUMMARY.md | |
parent | ec353e179dedf1ebf1ab6e54f6217a88d087ea75 (diff) | |
download | gitbook-c08e5ce62c30cb8d014151448bfe6da6b5a47fcf.zip gitbook-c08e5ce62c30cb8d014151448bfe6da6b5a47fcf.tar.gz gitbook-c08e5ce62c30cb8d014151448bfe6da6b5a47fcf.tar.bz2 |
Improve structure of doc
Diffstat (limited to 'docs/SUMMARY.md')
-rw-r--r-- | docs/SUMMARY.md | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index a304801..2919ab7 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -14,16 +14,15 @@ * [Configuration](config.md) * [AsciiDoc](asciidoc.md) -### Miscellaneous - -* [Templating](templating.md) -* [Content References](conrefs.md) -* [Variables](variables.md) - ### Customization -* [Plugins](plugins.md) -* [Theming](themes.md) +* [Templating](templating/README.md) + * [Content References](templating/conrefs.md) + * [Variables](templating/variables.md) +* [Plugins](plugins/README.md) + * [Create a plugin](plugins/create.md) + * [Test your plugin](plugins/testing.md) +* [Theming](themes/README.md) -- |