From 9a58945b8bd0dbaba8f22a38603eafac23e70185 Mon Sep 17 00:00:00 2001
From: Alex Shpak <alex-shpak@users.noreply.github.com>
Date: Thu, 5 Sep 2019 23:03:08 +0200
Subject: Reorganize files structure to be similar to menu bundle

---
 exampleSite/content/menu/index.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

(limited to 'exampleSite/content/menu')

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" >}})
-- 
cgit v1.2.3