Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: docs/content/includes.md

Issue 29628724: Issue 5521 - Restructure CMS documentation to make it easier to use and extend (Closed) Base URL: https://hg.adblockplus.org/cms
Patch Set: Add initial API docs Created Dec. 13, 2017, 11:08 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/content/globals.md ('k') | docs/content/locales.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/content/includes.md
===================================================================
new file mode 100644
--- /dev/null
+++ b/docs/content/includes.md
@@ -0,0 +1,10 @@
+# Include files #
ire 2017/12/13 11:10:24 I also separated the part in pages.md that talked
+
+The following tag inserts an include file into the page (can be in a different
+format):
+
+ <? include foo ?>
+
+Include files should be placed into the `includes` directory of the repository.
+In the case above the contents of `includes/foo.md` or `includes/foo.tmpl` will
+be inserted (whichever is present).
« no previous file with comments | « docs/content/globals.md ('k') | docs/content/locales.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld