From db0a1c93e5b71a4e04c44d687558230282565e00 Mon Sep 17 00:00:00 2001 From: Christian Georgi Date: Mon, 8 Jul 2024 16:56:24 +0200 Subject: [PATCH] Avoid `cap>=ire` in the window title This is hard to search for. --- .vitepress/config.ts | 1 + index.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 32a7f7ea0..583776b4b 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -84,6 +84,7 @@ const loadSyntax = async (file:string, name:string, alias:string=name):Promise = { title: 'cap≽ire', + titleTemplate: ':title | capire', // for the window title description: 'Documentation for SAP Cloud Application Programming Model', base, srcExclude: ['**/.github/**', '**/README.md', '**/LICENSE.md', '**/CONTRIBUTING.md', '**/CODE_OF_CONDUCT.md', '**/menu.md', '**/-*.md'], diff --git a/index.md b/index.md index 6425ce588..0c493187b 100644 --- a/index.md +++ b/index.md @@ -1,6 +1,8 @@ --- layout: home status: released +title: Home +titleTemplate: ':title | capire' hero: name: SAP Cloud Application Programming Model