diff options
Diffstat (limited to 'exampleSite/content/menu')
-rw-r--r-- | exampleSite/content/menu/index.md | 3 |
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" >}}) |