summaryrefslogtreecommitdiff
path: root/doc/ikiwiki/directive/sidebar.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ikiwiki/directive/sidebar.mdwn')
-rw-r--r--doc/ikiwiki/directive/sidebar.mdwn14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/ikiwiki/directive/sidebar.mdwn b/doc/ikiwiki/directive/sidebar.mdwn
new file mode 100644
index 000000000..46f016747
--- /dev/null
+++ b/doc/ikiwiki/directive/sidebar.mdwn
@@ -0,0 +1,14 @@
+The `sidebar` directive is supplied by the [[!iki plugins/sidebar desc=sidebar]] plugin.
+
+This directive specifies a custom sidebar to display on the page, instead
+of any sidebar that is displayed globally.
+
+## examples
+
+ \[[!sidebar """
+ This is my custom sidebar for this page.
+
+ \[[!calendar pages="posts/*"]]
+ """]]
+
+[[!meta robots="noindex, follow"]]