@zalando/gitbook-plugin-restructure-navigation
v0.1.1
Published
A Plugin for Gitbook.IO that restructures the navigation links
Downloads
4
Keywords
Readme
gitbook-plugin-restructure-navigation
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
}
]
}
}