diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-09-05 23:03:08 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-09-05 23:03:08 +0200 |
commit | 9a58945b8bd0dbaba8f22a38603eafac23e70185 (patch) | |
tree | fe7be7ccb3a78b48b4cbb0f630f2d59fd52f07c5 /exampleSite/content/menu/index.md | |
parent | ae3c5017c4b7cae25e6107a31a37c2fdb2dbab4c (diff) |
Reorganize files structure to be similar to menu bundle
Diffstat (limited to 'exampleSite/content/menu/index.md')
-rw-r--r-- | exampleSite/content/menu/index.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/exampleSite/content/menu/index.md b/exampleSite/content/menu/index.md index 1087242..8f54c18 100644 --- a/exampleSite/content/menu/index.md +++ b/exampleSite/content/menu/index.md @@ -2,13 +2,13 @@ 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" >}}) - - [Shortcodes]({{< relref "/docs/shortcodes.md" >}}) +- [**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/server.md" >}}) -- [Client]({{< relref "/docs/client.md" >}}) -- [Advanced]({{< relref "/docs/advanced.md" >}}) +- [Server]({{< relref "/docs/more-examples/server" >}}) +- [Client]({{< relref "/docs/more-examples/client" >}}) +- [Advanced]({{< relref "/docs/more-examples/advanced" >}}) - [**Blog**]({{< relref "/posts" >}}) |