Reverted because of writing outlineTitle into incorrect file.

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

@ -172,18 +172,3 @@ export default {
titleTemplate: 'Vite & Vue powered static site generator'
}
```
## 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