diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-18 22:23:34 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-18 22:23:34 +0000 |
commit | 01dfa1d4ac6d459d5b383f27640f0df9e2946a3e (patch) | |
tree | 56595dc90d675f1383e4a1109499a0dbcec0d80a | |
parent | eea9f5053a36e178d35479501dda13d0dcd3a535 (diff) | |
download | ikiwiki-01dfa1d4ac6d459d5b383f27640f0df9e2946a3e.tar ikiwiki-01dfa1d4ac6d459d5b383f27640f0df9e2946a3e.tar.gz |
clarify
-rw-r--r-- | doc/plugins/sidebar.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/sidebar.mdwn b/doc/plugins/sidebar.mdwn index 316579a1d..f38e56817 100644 --- a/doc/plugins/sidebar.mdwn +++ b/doc/plugins/sidebar.mdwn @@ -1,6 +1,6 @@ If this plugin is enabled, then a sidebar is added to pages in the wiki. The content of the sidebar is simply the content of a page named -"sidebar". +"sidebar" (ie, create a "sidebar.mdwn"). Typically this will be a page in the root of the wiki, but it can also be a [[SubPage]]. In fact, this page, [[plugins/sidebar|plugins/sidebar]], will |