aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-02-09 14:27:22 -0400
committerJoey Hess <joey@kitenet.net>2011-02-09 14:27:22 -0400
commit6e7c5bcda3af184fe36a6a09041388e10cd39ad1 (patch)
treeefe3426900c470c9462a026b8f7e40f3d8b26f7c
parentf264204aafd90014939bddad4d028eccbf2cfa3f (diff)
downloadikiwiki-6e7c5bcda3af184fe36a6a09041388e10cd39ad1.tar
ikiwiki-6e7c5bcda3af184fe36a6a09041388e10cd39ad1.tar.gz
documentation
-rw-r--r--doc/plugins/autoindex.mdwn3
-rw-r--r--doc/plugins/tag.mdwn3
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/plugins/autoindex.mdwn b/doc/plugins/autoindex.mdwn
index 7c4e40419..e1cfe1157 100644
--- a/doc/plugins/autoindex.mdwn
+++ b/doc/plugins/autoindex.mdwn
@@ -5,3 +5,6 @@ This plugin searches for [[SubPages|ikiwiki/subpage]] with a missing parent
page, and generates the parent pages. The generated page content is
controlled by the `autoindex.tmpl` [[template|templates]], which by
default, uses a [[map]] to list the SubPages.
+
+The `autoindex_commit` setting is enabled by default, and causes
+pages generated by autoindex to be checked into version control.
diff --git a/doc/plugins/tag.mdwn b/doc/plugins/tag.mdwn
index 8e1286e62..1d6bfbdd9 100644
--- a/doc/plugins/tag.mdwn
+++ b/doc/plugins/tag.mdwn
@@ -15,6 +15,9 @@ The `tag_autocreate` setting can be used to control whether new tag pages
are created as needed. It defaults to being done only if a `tagbase` is
set.
+The `tag_autocreate_commit` setting is enabled by default, and causes
+new tag pages to be checked into version control.
+
[[!if test="enabled(tag)" then="""
This wiki has the tag plugin enabled, so you'll see a note below that this
page is tagged with the "tags" tag.