summaryrefslogtreecommitdiff
path: root/basewiki/subpage.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-20 05:11:41 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-20 05:11:41 +0000
commit5cc3d4e4a345f47d809738b7fa591e46ea061348 (patch)
treec61b5defc5d361a19bf9166bccb3dfd1930984b5 /basewiki/subpage.mdwn
parentba335c94c7e1da5506f45e4c2ee8e521bad8bacd (diff)
add
Diffstat (limited to 'basewiki/subpage.mdwn')
-rw-r--r--basewiki/subpage.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/basewiki/subpage.mdwn b/basewiki/subpage.mdwn
new file mode 100644
index 000000000..43669209c
--- /dev/null
+++ b/basewiki/subpage.mdwn
@@ -0,0 +1,11 @@
+ikiwiki supports placing pages in a directory hierarchy. For example,
+this page, [[SubPage]] has some related pages placed under it, like
+[[SubPage/LinkingRules]]. This is a useful way to add some order to your
+wiki rather than just having a great big directory full of pages.
+
+To add a SubPage, just make a subdirectory and put pages in it. For
+example, this page is SubPage.mdwn in this wiki's source, and there is also
+a SubPage subdirectory, which contains SubPage/LinkingRules.mdwn. Subpages
+can be nested as deeply as you'd like.
+
+Linking to and from a SubPage is explained in [[LinkingRules]].