docs(v2): fix broken link to Sidebar item section

This commit is contained in:
Alexey Pyltsyn 2020-04-03 11:15:28 +03:00
parent 6935b3315e
commit 2b4dbc322b
2 changed files with 2 additions and 2 deletions

View file

@ -424,7 +424,7 @@ We intend to implement many of the deprecated config fields as plugins in future
### Sidebar
In previous version, nested sidebar category is not allowed and sidebar category can only contain doc id. However, v2 allows infinite nested sidebar and we have many types of [Sidebar Item](sidebar.md#sidebar-item) other than document.
In previous version, nested sidebar category is not allowed and sidebar category can only contain doc id. However, v2 allows infinite nested sidebar and we have many types of [Sidebar Item](docs.md#sidebar-item) other than document.
You'll have to migrate your sidebar if it contains category type. Rename `subcategory` to `category` and `ids` to `items`.

View file

@ -424,7 +424,7 @@ We intend to implement many of the deprecated config fields as plugins in future
### Sidebar
In previous version, nested sidebar category is not allowed and sidebar category can only contain doc id. However, v2 allows infinite nested sidebar and we have many types of [Sidebar Item](sidebar.md#sidebar-item) other than document.
In previous version, nested sidebar category is not allowed and sidebar category can only contain doc id. However, v2 allows infinite nested sidebar and we have many types of [Sidebar Item](docs.md#sidebar-item) other than document.
You'll have to migrate your sidebar if it contains category type. Rename `subcategory` to `category` and `ids` to `items`.