Skip to content

Commit 8961b0d

Browse files
authored
feat: Cleanup documentation (#1135)
This PR aims to cleanup redundant files & configurations from the legacy MkDocs build JIRA: CPOUI5FOUNDATION-899
1 parent 86cfaa2 commit 8961b0d

File tree

8 files changed

+4
-248
lines changed

8 files changed

+4
-248
lines changed

mkdocs.yml

Lines changed: 0 additions & 92 deletions
This file was deleted.

overrides/partials/footer.html

Lines changed: 0 additions & 58 deletions
This file was deleted.

packages/documentation/.vitepress/config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ const loadSyntax = async (file: string, name: string, alias: string = name): Pro
1818

1919
export default defineConfig({
2020

21-
base: "/ui5-tooling/stable/", // use this for github pages deployment or remove for CF
21+
base: "/ui5-cli/stable/", // use this for github pages deployment or remove for CF
2222
srcDir: "docs",
2323
outDir: "dist",
2424
lang: "en-US",
25-
title: "UI5 Tooling",
25+
title: "UI5 CLI",
2626

2727
description: "An open and modular toolchain to develop state-of-the-art applications based on the UI5 framework.",
2828
lastUpdated: false, // disable git author info
@@ -65,13 +65,13 @@ export default defineConfig({
6565

6666
socialLinks: [
6767

68-
{ icon: "github", link: "https://github.com/SAP/ui5-tooling" },
68+
{ icon: "github", link: "https://github.com/UI5/cli" },
6969
],
7070

7171
footer: {
7272

7373
message: `
74-
&copy; Copyright ${new Date().getFullYear()}, SAP SE and UI5 Tooling Contributors <br/>
74+
&copy; Copyright ${new Date().getFullYear()}, SAP SE and UI5 CLI Contributors <br/>
7575
<a style="margin:25px"href="https://www.sap.com/corporate/en/legal/impressum.html">Legal Disclosure</a>
7676
<a style="margin:25px" href="https://www.sap.com/corporate/en/legal/terms-of-use.html">Terms of Use</a>
7777
<a style="margin:25px" href="https://sap.github.io/ui25-tooling/stable/pages/Privacy/">Privacy</a>

scripts/Dockerfile

Lines changed: 0 additions & 9 deletions
This file was deleted.

scripts/buildDocs.sh

Lines changed: 0 additions & 30 deletions
This file was deleted.

scripts/buildImage.sh

Lines changed: 0 additions & 22 deletions
This file was deleted.

scripts/hash.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

scripts/serveDocs.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)