Skip to content

Commit 954f848

Browse files
committed
refactor: Adjust config.ts
1 parent 20812a3 commit 954f848

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/documentation/.vitepress/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default defineConfig({
1212
srcDir: "docs",
1313
outDir: "dist",
1414
lang: "en-US",
15-
title: "UI5 Tooling",
15+
title: "UI5 CLI",
1616

1717
description: "An open and modular toolchain to develop state-of-the-art applications based on the UI5 framework.",
1818
lastUpdated: false, // disable git author info
@@ -40,7 +40,7 @@ export default defineConfig({
4040
themeConfig: {
4141

4242

43-
logo: {
43+
logo: {
4444
light: "/images/Logo_B_RGB.png",
4545
dark: "/images/Logo_O_RGB.png"
4646
},

0 commit comments

Comments
 (0)