Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
92 changes: 0 additions & 92 deletions mkdocs.yml

This file was deleted.

58 changes: 0 additions & 58 deletions overrides/partials/footer.html

This file was deleted.

8 changes: 4 additions & 4 deletions packages/documentation/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ const loadSyntax = async (file: string, name: string, alias: string = name): Pro

export default defineConfig({

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

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

socialLinks: [

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

footer: {

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

This file was deleted.

30 changes: 0 additions & 30 deletions scripts/buildDocs.sh

This file was deleted.

22 changes: 0 additions & 22 deletions scripts/buildImage.sh

This file was deleted.

18 changes: 0 additions & 18 deletions scripts/hash.js

This file was deleted.

15 changes: 0 additions & 15 deletions scripts/serveDocs.sh

This file was deleted.