From 5b2007ac20e9eb293b100500a5e460c4f6927651 Mon Sep 17 00:00:00 2001 From: Aesara Binder Date: Fri, 23 Aug 2024 20:55:58 +0930 Subject: [PATCH] docs:contrib: Document bigbutton shortcode Also bump theme Signed-off-by: Aesara Binder --- pages/docs/contributing/documentation.md | 1 + themes/mypaint | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/docs/contributing/documentation.md b/pages/docs/contributing/documentation.md index 6a136e1..b97298b 100644 --- a/pages/docs/contributing/documentation.md +++ b/pages/docs/contributing/documentation.md @@ -182,6 +182,7 @@ Front matter specific to [list pages][hugo-list] ### Custom Shortcodes |Shortcode|Type|Parameters|Description| |:--------|:---|:---------|:----------| +|``bigbutton``|Inline|``title``: string, ``subtitle``: string, [``href``][html-a-href]: path, [``src``][html-img-src]|Add a styled [anchor][html-a] with ``title`` and ``subtitle`` and image (optional)| |``button``|Inline|``content``: string, [``href``][html-a-href]: path, [``src``][html-img-src]|Add a styled [anchor][html-a] labelled ``content`` with an image (optional)| |``colour``|Content|``0``: oneof (red, yellow)|Change the [colour][css-color] of the contained text| |``flex``|Content|[``direction``][css-flex-direction]: oneof (column, row), [``grow``][css-flex-grow]: boolean|Enclose the contained content in a [flexbox][css-flexbox]| diff --git a/themes/mypaint b/themes/mypaint index 1f25316..f1b812b 160000 --- a/themes/mypaint +++ b/themes/mypaint @@ -1 +1 @@ -Subproject commit 1f25316b4e8e0948aa40cb15ee4a658afd508907 +Subproject commit f1b812b54805002efe1d04182c108b272ee4c3aa