文档社交分享按钮模块

于文档正文下方显示社交分享按钮。

本页内容

Modulegithub.com/hbstack/docs/modules/social-share-buttons
Repository⭐ Please consider giving a star if your like it.
Stars
Version
Used by
Requirements
License
UsageSee how to use modules.

参数

params.toml

1[hb]
2  [hb.docs]
3    [hb.docs.social_share_buttons]
4      alignment = 'start'
5      icons = true
6      labels = true
7      media = ['twitter', 'facebook']

params.yaml

1hb:
2  docs:
3    social_share_buttons:
4      alignment: start
5      icons: true
6      labels: true
7      media:
8      - twitter
9      - facebook

params.json

 1{
 2   "hb": {
 3      "docs": {
 4         "social_share_buttons": {
 5            "alignment": "start",
 6            "icons": true,
 7            "labels": true,
 8            "media": [
 9               "twitter",
10               "facebook"
11            ]
12         }
13      }
14   }
15}

详情请参阅参数