diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-29 18:21:01 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-29 18:21:01 +0000 |
commit | 975ae0944cdd18a510d803da7a499c2247ac855e (patch) | |
tree | 64b60d576903f4ebdb694fdf40f84b9a5927dced /doc/subpage.mdwn | |
parent | 20fd32fcf3bfa8653fb876117970ebd07cc1bb35 (diff) | |
download | ikiwiki-975ae0944cdd18a510d803da7a499c2247ac855e.tar ikiwiki-975ae0944cdd18a510d803da7a499c2247ac855e.tar.gz |
Implemented --underlaydir, and moved files provided by underlay out of doc
so I don't need to maintain two copies anymore.
You might also want to remove the files provided in the basewiki underlay
from your wiki, if you have not created custom local versions of them, so
that these pages will be automatically updated in future ikiwiki upgrades.
Diffstat (limited to 'doc/subpage.mdwn')
-rw-r--r-- | doc/subpage.mdwn | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/subpage.mdwn b/doc/subpage.mdwn deleted file mode 100644 index 43669209c..000000000 --- a/doc/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]]. |