We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20812a3 commit 954f848Copy full SHA for 954f848
packages/documentation/.vitepress/config.ts
@@ -12,7 +12,7 @@ export default defineConfig({
12
srcDir: "docs",
13
outDir: "dist",
14
lang: "en-US",
15
- title: "UI5 Tooling",
+ title: "UI5 CLI",
16
17
description: "An open and modular toolchain to develop state-of-the-art applications based on the UI5 framework.",
18
lastUpdated: false, // disable git author info
@@ -40,7 +40,7 @@ export default defineConfig({
40
themeConfig: {
41
42
43
- logo: {
+ logo: {
44
light: "/images/Logo_B_RGB.png",
45
dark: "/images/Logo_O_RGB.png"
46
},
0 commit comments