0.2.1 • Published 9 years ago

gitbook-plugin-restructure-navigation3 v0.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 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
      }
    ]
  }
}