Updated docs/config/app-configs.md for outlineTitle property.

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

@ -173,3 +173,17 @@ export default {
} }
``` ```
## outlineTitle
- Type: `string`
The suffix for the 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.
```ts
export default {
title: 'VitePress',
outlineTitle: 'In hac pagina'
}
```

Loading…
Cancel
Save