0.1.1 • Published 7 years ago

@zalando/gitbook-plugin-restructure-navigation v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

gitbook-plugin-restructure-navigation Travis Codecov npm license

Caution: This plugin only supports Gitbook major version 2.

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
      }
    ]
  }
}