Skip to content

Commit

Permalink
docs:contrib: Document bigbutton shortcode
Browse files Browse the repository at this point in the history
Also bump theme

Signed-off-by: Aesara Binder <[email protected]>
  • Loading branch information
AesaraB committed Aug 23, 2024
1 parent 5d971cf commit 5b2007a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pages/docs/contributing/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]|
Expand Down

0 comments on commit 5b2007a

Please sign in to comment.