1.0.3 • Published 4 years ago

gitbook-plugin-theme-gt_doc v1.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

GITBOOK 主题插件 gitbook-plugin-theme-gt_doc

book.json 配置参数

{
  "title": "GateChain Doc",
  "author": "GateChain Team",
  "description": "GateChain Documents",
  "copyright": "版权所有Copyright 2019-2020, All Rights Reserved",
  "styles": {
        "website": "styles/website.css"
  },
  "variables": {
      "themelixj": {
          "logo": "/images/GT.png",
          "summary_title": "目录",
          "anchor_title": "文章导航"
      }
  },
  "pluginsConfig": {
      "theme-gt_doc":{
        "search-placeholder":"输入关键字搜索"
      }
    }
}