mirror of
https://github.com/sstent/TESTSITE.git
synced 2026-01-26 15:12:33 +00:00
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:
65
ll_CC/navigation.md
Normal file
65
ll_CC/navigation.md
Normal 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)
|
||||
-->
|
||||
Reference in New Issue
Block a user