From c7f93dc789da16ff03fa37b1c14ccc03c80e6b0a Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Tue, 8 Oct 2019 23:55:34 +0200 Subject: Update example file structure, give each shortcode own file --- exampleSite/content/menu/index.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'exampleSite/content/menu') diff --git a/exampleSite/content/menu/index.md b/exampleSite/content/menu/index.md index 8f54c18..d07c65d 100644 --- a/exampleSite/content/menu/index.md +++ b/exampleSite/content/menu/index.md @@ -2,13 +2,16 @@ headless: true --- -- [**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/more-examples/server" >}}) -- [Client]({{< relref "/docs/more-examples/client" >}}) -- [Advanced]({{< relref "/docs/more-examples/advanced" >}}) +- [**Example Site**]({{< relref "/docs/example" >}}) +- [Table of Contents]({{< relref "/docs/example/table-of-contents" >}}) + - [With ToC]({{< relref "/docs/example/table-of-contents/with-toc" >}}) + - [Without ToC]({{< relref "/docs/example/table-of-contents/without-toc" >}}) +- **Shortcodes** +- [Buttons]({{< relref "/docs/shortcodes/buttons" >}}) +- [Columns]({{< relref "/docs/shortcodes/columns" >}}) +- [Expand]({{< relref "/docs/shortcodes/expand" >}}) +- [Hints]({{< relref "/docs/shortcodes/hints" >}}) +- [Katex]({{< relref "/docs/shortcodes/katex" >}}) +- [Mermaid]({{< relref "/docs/shortcodes/mermaid" >}}) +- [Tabs]({{< relref "/docs/shortcodes/tabs" >}}) - [**Blog**]({{< relref "/posts" >}}) -- cgit v1.2.3