Change structure so that it allows to create more than one wiki

… for each language that you would like to add.
This commit is contained in:
Ali Servet Donmez
2014-05-26 15:10:54 +02:00
parent f215e065ca
commit f2ff6e7bdc
15 changed files with 326 additions and 181 deletions

65
ll_CC/navigation.md Normal file
View File

@@ -0,0 +1,65 @@
<!--
-- Name of your wiki
-- Do NOT remove the preceding `#` character.
-->
# Your wiki name
<!--
-- Default theme
-- (Read: http://dynalon.github.io/mdwiki/#!customizing.md#Theme_chooser)
-->
[gimmick:theme](spacelab)
<!--
-- Navigation
-- (Read: http://dynalon.github.io/mdwiki/#!quickstart.md#Adding_a_navigation)
-->
[About](pages/about.md)
[Download](pages/download.md)
<!-- A more complex navigation example: ----------------------------------------
[Menu Item 1]()
* # SubMenu Heading 1
* [SubMenu Item 1](pages/subitem1.md)
* [SubMenu Item 2](pages/subitem2.md)
- - - -
* # SubMenu Heading 2
* [SubMenu Item 3](pages/subitem3.md)
- - - -
* # SubMenu Heading 3
* [SubMenu Item 3](pages/subitem3.md)
[Menu Item 2](pages/item2.md)
[Menu Item 3](pages/item3.md)
---------------------------------------------------------------------------- -->
<!--
-- Change the Language
-- Could be useful when there's more than one language wiki.
-->
<!--
[Change the Language]()
* [English (United States)](/en_US/)
* [English (United Kingdom)](/en_GB/)
* [Italian](/it/)
-->
<!--
-- Let the user choose a theme
-- (Read: http://dynalon.github.io/mdwiki/#!quickstart.md#Adding_a_navigation)
-->
<!--
[gimmick:themechooser](Choose theme)
-->