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