Skip to content

Latest commit

 

History

History
41 lines (20 loc) · 632 Bytes

20-hide-element.md

File metadata and controls

41 lines (20 loc) · 632 Bytes

hide-element 隐藏元素

可以隐藏不想看到的元素,比如导航栏中 Published by GitBook

配置使用方法:

{
    "plugins": [
        "hide-element"
    ],
    "pluginsConfig": {
        "hide-element": {
            "elements": [".gitbook-link"]
        }
    }
}

插件 Github 地址:https://github.com/gonjay/gitbook-plugin-hide-element

效果预览:

plugin-preview-hide-element 隐藏元素预览