summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/README.md2
-rw-r--r--docs/SUMMARY.md5
-rw-r--r--docs/templating.md8
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.
+
+
+