Skip to content

myibu/gitbook-plugin-theme-myibu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitbook-plugin-theme-myibu

gitbook theme plugin for myibu

Implements

Based on jQuery and gitbook api

Installation

npm i gitbook-plugin-theme-myibu

or config in your book.json

{
    "plugins": [
        "theme-myibu"
    ]
}

More Usage

  • config top navigation menu
{
  "pluginsConfig": {
    "myibuConfig": {
      "topMenus": [
        {
          "url": "XXX",
          "name": "title1"
        },
        {
          "url": "XXX",
          "name": "title2"
        },
        {
          "url": "XXX",
          "name": "title3"
        }
      ]
    }
  }
}

Change Notes

0.0.8

  • add page inner navgation
  • add chapter expand
  • add code

0.0.9

  • add top navigation menu

0.0.10

0.0.11

  • fix bug: code can not scroll
  • add page header
  • fix bug: topMenu home link can not visit

1.0.0

  • add splitter

About

gitbook plugin for myibu theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published