diff --git a/docs/config/app-configs.md b/docs/config/app-configs.md index 14b99d4d..c4cb66aa 100644 --- a/docs/config/app-configs.md +++ b/docs/config/app-configs.md @@ -258,6 +258,14 @@ export default { } ``` +To configure a title separator other than `|`, you can omit `title` and use the `:title` symbol in `titleTemplate`. + +```ts +export default { + titleTemplate: ':title - Vitepress' +} +``` + ## cleanUrls (Experimental) - Type: `'disabled' | 'without-subfolders' | 'with-subfolders'`