summaryrefslogtreecommitdiff
path: root/subpage.mdwn
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-01-20 21:06:27 +0100
committerJonas Smedegaard <dr@jones.dk>2008-01-20 21:06:27 +0100
commit34726343bc67e29c1776d845910d0574a43116c2 (patch)
treed00495d56711adfc9fa7e6245bdf93b9577f0d21 /subpage.mdwn
parentfc77a881a640719ae7effabb96ca310d5c94fa55 (diff)
Sync with ikiwiki 2.20 part I: Move a bunch of pages to ikiwiki/ subsir.
Diffstat (limited to 'subpage.mdwn')
-rw-r--r--subpage.mdwn11
1 files changed, 0 insertions, 11 deletions
diff --git a/subpage.mdwn b/subpage.mdwn
deleted file mode 100644
index 4366920..0000000
--- a/subpage.mdwn
+++ /dev/null
@@ -1,11 +0,0 @@
-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]].