From 9013a1f4570885416254aabbe7e389822d2fb215 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Wed, 2 Nov 2022 23:28:30 +0100 Subject: #352: move english content to content.en --- exampleSite/content.en/docs/shortcodes/section/_index.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 exampleSite/content.en/docs/shortcodes/section/_index.md (limited to 'exampleSite/content.en/docs/shortcodes/section/_index.md') 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 +{{}} +``` + +{{
}} -- cgit v1.2.3