diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-02-14 19:07:04 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-02-14 19:07:04 +0100 |
commit | def115fe0f1df5c7c28694e99e096877a5c02e50 (patch) | |
tree | ca5c28958e9a00e6b9db4c2ce1875f9d07ee6571 /docs | |
parent | 01a7c6f4e0e6518197b93ac350e73940197f22b4 (diff) | |
download | gitbook-def115fe0f1df5c7c28694e99e096877a5c02e50.zip gitbook-def115fe0f1df5c7c28694e99e096877a5c02e50.tar.gz gitbook-def115fe0f1df5c7c28694e99e096877a5c02e50.tar.bz2 |
Add base for templating documentation
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.md | 2 | ||||
-rw-r--r-- | docs/SUMMARY.md | 5 | ||||
-rw-r--r-- | docs/templating.md | 8 |
3 files changed, 13 insertions, 2 deletions
diff --git a/docs/README.md b/docs/README.md index 3590f45..98246f3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,3 +1,3 @@ -# GitBook v{{ book.version }}: Technical documentation +# GitBook v{{ book.version }}: Documentation diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 2816186..ad5b67a 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -1,7 +1,10 @@ # Summary * [About this document](README.md) +* [Pages and Summary](pages.md) +* [Assets](assets.md) +* [Glossary](glossary.md) +* [Templating](templating.md) * [Content References](conrefs.md) * [Variables](variables.md) * [Filters](filters.md) - diff --git a/docs/templating.md b/docs/templating.md new file mode 100644 index 0000000..0c0f5af --- /dev/null +++ b/docs/templating.md @@ -0,0 +1,8 @@ +# Templating + +GitBook uses the Nunjucks templating language to process pages and templates. + +The Nunjucks syntax is very similar to Jinja2 and Liquid. + + + |