Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wiki:layout [2022/11/27 10:42] – created ric | wiki:layout [2022/11/30 16:29] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 4: | Line 4: | ||
Unlike mediawiki dokuwiki uses a folder based approach for storing it's content. | Unlike mediawiki dokuwiki uses a folder based approach for storing it's content. | ||
- | In the url for example this page will be `/ | + | In the url for example this page will be `/ |
The `wiki: | The `wiki: | ||
+ | ## Adding / Removing Pages | ||
+ | |||
+ | Lets say I want to creat | ||
+ | e a page within `tools: | ||
+ | |||
+ | * First I type in the url in the browser to point to `/ | ||
+ | * Next dokuwiki will tell me the page doesn' | ||
+ | * Then I just click the option for creating a new page and add some content. | ||
+ | |||
+ | If I want to delete the page, | ||
+ | |||
+ | * Navigate to the page to be removed. | ||
+ | * Edit the page | ||
+ | * Delete all of its content then click save | ||
+ | |||
+ | This will cause it to not show in the menu and be deleted. | ||
+ | |||
+ | ## Creating a page on the folder | ||
+ | |||
+ | If I want to create a page that can be visited by clicking on the folder in the index menu. | ||
+ | Then I just need to end the name of the page with `: | ||
+ | So for example `tools: | ||
+ | |||
+ | ## Overriding the Sidebar | ||
+ | |||
+ | If you create a page called `sidebar` at any point | ||
+ | within the directory structure. | ||
+ | Then this will override the default sidebar on the left hand side with the menu. | ||
+ | |||
+ | Typically the default root sidebar is hidden in the menu, but you can navigate to it via `/ | ||
+ | The contents is the indexmenu plugin for showing page navigation. | ||
+ | |||
+ | * https:// | ||
+ | |||
+ | ``` | ||
+ | {{indexmenu>: | ||
+ | ``` | ||