Updated config/theme-configs for outlineTitle property

pull/908/head
Otabek 3 years ago committed by GitHub
parent df3f487bef
commit 6113d7056c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -130,6 +130,23 @@ interface SidebarItem {
}
```
## outlineTitle
- Type: `string`
Can be used to customize title of right sidebar, on top of the outline links. This is useful when writing documentation in another language.
If the option is `undefined`, then the value of `outlineTitle` option will be used. Namely, it shows "On this page" text by default.
```js
export default {
themeConfig: {
outlineTitle: 'In hac pagina'
}
}
```
## socialLinks
- Type: `SocialLink`

Loading…
Cancel
Save