0.1.0 • Published 10 years ago

gitbook-plugin-restructure-navigation v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

gitbook-structured-toc

A module for Gitbook that restructures the navigation, switching places between navigation items. This is necessary if you want to move another page before the introduction / readme page.

Configuration (in book.json):

"plugins": [
  "restructure-navigation"
],
"pluginsConfig": {
  "gitbook-restructure-navigation": {
    "transformations": [
      {
        "from": 0,
        "to": 1
      }
    ]
  }
}
0.1.0

10 years ago

0.0.6

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago