docs: add `outlineTitle` in theme config (#908)

Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
pull/931/head
Otabek 2 years ago committed by GitHub
parent 481a6e9cbd
commit 55fa5d0e5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -130,6 +130,22 @@ interface SidebarItem {
}
```
## outlineTitle
- Type: `string`
- Default: `On this page`
Can be used to customize the title of the right sidebar (on the top of outline links). This is useful when writing documentation in another language.
```js
export default {
themeConfig: {
outlineTitle: 'In hac pagina'
}
}
```
## socialLinks
- Type: `SocialLink`

Loading…
Cancel
Save