summaryrefslogtreecommitdiff
path: root/exampleSite/content.en/docs/shortcodes/section
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2022-11-02 23:28:30 +0100
committerAlex Shpak <alex-shpak@users.noreply.github.com>2022-11-02 23:28:30 +0100
commit9013a1f4570885416254aabbe7e389822d2fb215 (patch)
tree99733fd2fab2fea9d70f4d679adf3527c3c73035 /exampleSite/content.en/docs/shortcodes/section
parent6e1b44c4c4654d8abb8c534b50869c754b8cad27 (diff)
#352: move english content to content.en
Diffstat (limited to 'exampleSite/content.en/docs/shortcodes/section')
-rw-r--r--exampleSite/content.en/docs/shortcodes/section/_index.md15
-rw-r--r--exampleSite/content.en/docs/shortcodes/section/first-page.md6
-rw-r--r--exampleSite/content.en/docs/shortcodes/section/second-page.md6
3 files changed, 27 insertions, 0 deletions
diff --git a/exampleSite/content.en/docs/shortcodes/section/_index.md b/exampleSite/content.en/docs/shortcodes/section/_index.md
new file mode 100644
index 0000000..bd5db38
--- /dev/null
+++ b/exampleSite/content.en/docs/shortcodes/section/_index.md
@@ -0,0 +1,15 @@
+---
+bookCollapseSection: true
+---
+
+# Section
+
+Section renders pages in section as definition list, using title and description.
+
+## Example
+
+```tpl
+{{</* section */>}}
+```
+
+{{<section>}}
diff --git a/exampleSite/content.en/docs/shortcodes/section/first-page.md b/exampleSite/content.en/docs/shortcodes/section/first-page.md
new file mode 100644
index 0000000..999c120
--- /dev/null
+++ b/exampleSite/content.en/docs/shortcodes/section/first-page.md
@@ -0,0 +1,6 @@
+# First page
+
+Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
+
+<!--more-->
+Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
diff --git a/exampleSite/content.en/docs/shortcodes/section/second-page.md b/exampleSite/content.en/docs/shortcodes/section/second-page.md
new file mode 100644
index 0000000..70414a3
--- /dev/null
+++ b/exampleSite/content.en/docs/shortcodes/section/second-page.md
@@ -0,0 +1,6 @@
+# Second Page
+Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
+
+<!--more-->
+Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+