summaryrefslogtreecommitdiff
path: root/exampleSite/content/menu
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2019-05-22 14:37:31 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-05-22 14:37:55 +0200
commit0e6864f5aad8072fbdcecaad48c0151d231b1d25 (patch)
tree0c29f67a3222db94b1ca828dd8fe113606f7aa04 /exampleSite/content/menu
parent8f5aaee7aaf82a8939deb715483a1c45fe45efa8 (diff)
#39, Add expand and tabs shortcodes
Diffstat (limited to 'exampleSite/content/menu')
-rw-r--r--exampleSite/content/menu/index.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/exampleSite/content/menu/index.md b/exampleSite/content/menu/index.md
index cc8634d..3b535a9 100644
--- a/exampleSite/content/menu/index.md
+++ b/exampleSite/content/menu/index.md
@@ -5,7 +5,8 @@ headless: true
- [**Introduction**]({{< relref "/" >}})
- [Examples]({{< relref "/docs/examples.md" >}})
- [With Table of contents]({{< relref "/docs/with-toc.md" >}})
- - [Without Table of Contents]({{< relref "/docs/without-toc.md" >}})
+ - [Without Table of Contents]({{< relref "/docs/without-toc.md" >}})
+ - [Shortcodes]({{< relref "/docs/shortcodes.md" >}})
- **More Examples**
- [Server]({{< relref "/docs/server.md" >}})
- [Client]({{< relref "/docs/client.md" >}})