Reorganize files structure to be similar to menu bundle

This commit is contained in:
Alex Shpak
2019-09-05 23:03:08 +02:00
parent ae3c5017c4
commit 9a58945b8b
14 changed files with 94 additions and 160 deletions
+8 -8
View File
@@ -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" >}})