summaryrefslogtreecommitdiff
path: root/exampleSite/content/menu
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2019-10-08 23:55:34 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-10-08 23:55:34 +0200
commitc7f93dc789da16ff03fa37b1c14ccc03c80e6b0a (patch)
treedac7298f9600cb14a51eb2a740e530ff2b29e6c5 /exampleSite/content/menu
parent1db63cef5cd631dd2fd73028183bc38ec816e92f (diff)
Update example file structure, give each shortcode own file
Diffstat (limited to 'exampleSite/content/menu')
-rw-r--r--exampleSite/content/menu/index.md21
1 files changed, 12 insertions, 9 deletions
diff --git a/exampleSite/content/menu/index.md b/exampleSite/content/menu/index.md
index 8f54c18..d07c65d 100644
--- a/exampleSite/content/menu/index.md
+++ b/exampleSite/content/menu/index.md
@@ -2,13 +2,16 @@
headless: true
---
-- [**Introduction**]({{< relref "/docs/introduction" >}})
-- [Examples]({{< relref "/docs/introduction/examples" >}})
- - [With Table of Contents]({{< relref "/docs/introduction/examples/with-toc" >}})
- - [Without Table of Contents]({{< relref "/docs/introduction/examples/without-toc" >}})
- - [Shortcodes]({{< relref "/docs/introduction/examples/shortcodes" >}})
-- **More Examples**
-- [Server]({{< relref "/docs/more-examples/server" >}})
-- [Client]({{< relref "/docs/more-examples/client" >}})
-- [Advanced]({{< relref "/docs/more-examples/advanced" >}})
+- [**Example Site**]({{< relref "/docs/example" >}})
+- [Table of Contents]({{< relref "/docs/example/table-of-contents" >}})
+ - [With ToC]({{< relref "/docs/example/table-of-contents/with-toc" >}})
+ - [Without ToC]({{< relref "/docs/example/table-of-contents/without-toc" >}})
+- **Shortcodes**
+- [Buttons]({{< relref "/docs/shortcodes/buttons" >}})
+- [Columns]({{< relref "/docs/shortcodes/columns" >}})
+- [Expand]({{< relref "/docs/shortcodes/expand" >}})
+- [Hints]({{< relref "/docs/shortcodes/hints" >}})
+- [Katex]({{< relref "/docs/shortcodes/katex" >}})
+- [Mermaid]({{< relref "/docs/shortcodes/mermaid" >}})
+- [Tabs]({{< relref "/docs/shortcodes/tabs" >}})
- [**Blog**]({{< relref "/posts" >}})