summaryrefslogtreecommitdiff
path: root/docs/index.txt
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2015-01-03 16:10:12 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2015-01-10 19:41:14 +0100
commit6c392bb2c00a7779a0f2a485bfdeea456ed39181 (patch)
tree94c9d8b9ca69c773b7d9799e1c46e4042cae4b7a /docs/index.txt
parentb86107ced15f9093f49469b76860cc98e7a7a671 (diff)
Moved doc on the DTL's syntax to the ref/ section.
This makes room for a more general introduction about templating. Updated some links to point to the new location, but kept those that didn't talk specifically about the DTL.
Diffstat (limited to 'docs/index.txt')
-rw-r--r--docs/index.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt
index 632a7b7553..f390d06dd2 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -145,8 +145,11 @@ The template layer provides a designer-friendly syntax for rendering the
information to be presented to the user. Learn how this syntax can be used by
designers and how it can be extended by programmers:
+* **The basics:**
+ :doc:`Overview <topics/templates>`
+
* **For designers:**
- :doc:`Syntax overview <topics/templates>` |
+ :doc:`Language overview <ref/templates/language>` |
:doc:`Built-in tags and filters <ref/templates/builtins>` |
:doc:`Web design helpers <ref/contrib/webdesign>` |
:doc:`Humanization <ref/contrib/humanize>`