diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2022-11-02 23:28:30 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2022-11-02 23:28:30 +0100 |
commit | 9013a1f4570885416254aabbe7e389822d2fb215 (patch) | |
tree | 99733fd2fab2fea9d70f4d679adf3527c3c73035 /exampleSite/content.en/menu | |
parent | 6e1b44c4c4654d8abb8c534b50869c754b8cad27 (diff) |
#352: move english content to content.en
Diffstat (limited to 'exampleSite/content.en/menu')
-rw-r--r-- | exampleSite/content.en/menu/index.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/exampleSite/content.en/menu/index.md b/exampleSite/content.en/menu/index.md new file mode 100644 index 0000000..45e8287 --- /dev/null +++ b/exampleSite/content.en/menu/index.md @@ -0,0 +1,22 @@ +--- +headless: true +--- + +- [**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" >}}) +- [Collapsed]({{< relref "/docs/example/collapsed" >}}) + - [3rd]({{< relref "/docs/example/collapsed/3rd-level" >}}) + - [4th]({{< relref "/docs/example/collapsed/3rd-level/4th-level" >}}) +<br /> + +- **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" >}}) +<br /> |