hugo-book-theme/exampleSite/content/menu/index.md
2018-11-24 15:10:43 +01:00

13 lines
427 B
Markdown

---
headless: true
---
- [**Introduction**]({{< ref "/" >}})
- [Examples]({{< ref "/docs/examples.md" >}})
- [With Table of contents]({{< ref "/docs/with-toc.md" >}})
- [Without Table of Contents]({{< ref "/docs/without-toc.md" >}})
- **More Examples**
- [Server]({{< ref "/docs/server.md" >}})
- [Client]({{< ref "/docs/client.md" >}})
- [Advanced]({{< ref "/docs/advanced.md" >}})
- [**Blog**]({{< ref "/posts" >}})