Skip to content

包含菜单、侧边栏导航以及miniMap的gitbook样式主题

License

Notifications You must be signed in to change notification settings

forkpath/gitbook-plugin-theme-door

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitbook-plugin-theme-door

含有Header导航,Sidebar导航以及MiniMap导航的gitbook主题。

主题样式

主题样式

使用方式

{
  "plugins": [
    "splitter",
    "hide-element",
    "code",
    "theme-door",
    "-lunr",
    "-search",
    "-sharing",
    "search-pro-fixed"
  ],
  "variables": {
    "doorTheme": {
      "nav": [
        {
          "url": "xxxxx",
          "target": "_blank",
          "name": "论坛"
        },
        {
          "url": "xxxxx",
          "target": "_blank",
          "name": "登录"
        }
      ]
    }
  },
  "pluginsConfig": {
    "hide-element": {
      "elements": [".gitbook-link"]
    },
    "doorTheme": {
      "search-placeholder": "请输入关键字搜索",
      "logo": "./_media/logo.svg",
      "favicon": "./_media/favicon.ico"
    }
  }
}

About

包含菜单、侧边栏导航以及miniMap的gitbook样式主题

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published