0.3.4 • Published 5 years ago

gitbook-plugin-theme-fexa-black v0.3.4

Weekly downloads
82
License
-
Repository
github
Last release
5 years ago

Gitbook theme

Image

Usage

Add the theme to your book's configuration book.json or book.js:

{
    "plugins": [
        "theme-fexa-black"
    ],
    "variables": {
        "themeFexa":{
            "showHome": false, //是否显示 home 图标,默认显示
            "showNavigator": false, //是否显示 内容的导航树
            "nav":[
                {
                    "url":"http://...",
                    "target":"_blank",
                    "name": "解决方案"
                },
                {
                    "url":"http://...",
                    "target":"_blank",
                    "name": "产品中心"
                },
                {
                    "url":"http://...",
                    "target":"_blank",
                    "name": "开发者文档"
                },
                {
                    "url":"http://...",
                    "target":"_blank",
                    "name": "管理控制台",
                    "border": "nav-border",
                    "type": "console" //跳转控制台用,非通用属性
                }
            ]
        },
    },
    "pluginsConfig": {
        "theme-fexa":{
            "search-placeholder":"输入关键字搜索", //搜索框提示信息
            "logo":"./assets/logo.png", //logo地址
            "favicon": "./assets/favicon.ico" //ico地址
        }
    }
},

Install by command:

gitbook install

Recommand plugins

plugins: [
    '-sharing',
    "-fontsettings",
    'back-to-top-button',
    "copy-code-button",
    "cuav-chapters",
    "heading-anchors",
    "theme-fexa-black",
    "lightbox"
    //...
]

Enjoy!

0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.8

5 years ago

0.2.7

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago