Skip to content

Commit b4dbca5

Browse files
committed
fix: Project links to /cli/v5/
1 parent 1b6faa4 commit b4dbca5

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

packages/documentation/.vitepress/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import MarkdownItImplicitFigures from "markdown-it-implicit-figures";
77

88
export default defineConfig({
99

10-
base: "/ui5-cli/stable/", // use this for github pages deployment or remove for CF
10+
base: "/cli/v5/", // GitHub Pages deployment base path
1111
srcDir: "docs",
1212
outDir: "dist",
1313
lang: "en-US",
@@ -62,7 +62,7 @@ export default defineConfig({
6262
&copy; Copyright ${new Date().getFullYear()}, SAP SE and UI5 CLI Contributors <br/>
6363
<a style="margin:25px"href="https://www.sap.com/corporate/en/legal/impressum.html">Legal Disclosure</a>
6464
<a style="margin:25px" href="https://www.sap.com/corporate/en/legal/terms-of-use.html">Terms of Use</a>
65-
<a style="margin:25px" href="https://ui5.github.io/cli/stable/pages/Privacy/">Privacy</a>
65+
<a style="margin:25px" href="https://ui5.github.io/cli/v5/pages/Privacy/">Privacy</a>
6666
<a style="margin:25px" href="https://www.sap.com/corporate/en/legal/trademark.html">Trademarks</a>
6767
`,
6868

@@ -269,7 +269,7 @@ function guide() {
269269
},
270270
{
271271
text: "API Reference",
272-
link: "https://ui5.github.io/cli/stable/api/index.html",
272+
link: "https://ui5.github.io/cli/api/index.html",
273273

274274
},
275275

packages/documentation/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import VPButton from "vitepress/dist/client/theme-default/components/VPButton.vu
1010
const { isDark } = useData()
1111
</script>
1212

13-
<img :src="isDark ? '/ui5-cli/stable/images/O_UI5_H_noBG.png' : '/ui5-cli/stable/images/UI5_logo_wide.png'" alt="UI5 logo" style="max-width: 100%; height: auto;">
13+
<img :src="isDark ? '/cli/v5/images/O_UI5_H_noBG.png' : '/cli/v5/images/UI5_logo_wide.png'" alt="UI5 logo" style="max-width: 100%; height: auto;">
1414

1515
# UI5 CLI
1616

packages/documentation/docs/pages/Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ dependencies:
110110
111111
By placing this file in the root directory of the `my.app` application project, you can start a server with a local copy of the `my.lib` dependency, located in the same parent directory, using the command `ui5 serve --dependency-definition ./projectDependencies.yaml`.
112112

113-
The structure of the dependency definition file follows that of the [`@ui5/project/graph/providers/DependencyTree~TreeNode`](https://ui5.github.io/cli/stable/api/@ui5_project_graph_providers_DependencyTree.html#~TreeNode) type.
113+
The structure of the dependency definition file follows that of the [`@ui5/project/graph/providers/DependencyTree~TreeNode`](https://ui5.github.io/cli/v5/api/@ui5_project_graph_providers_DependencyTree.html#~TreeNode) type.
114114

115115
## HTTP/2 Development Webserver
116116
The UI5 CLI contains a web server to serve the project via HTTP/2 protocol.

packages/documentation/docs/pages/Project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ In the table below you can find the available combinations of project type & out
5959
| `Flat` | **Unsupported** ^2^ |
6060
| `Namespace` | **Unsupported** ^2^ |
6161
| **module** | |
62-
| `Default` | Root project is written with the [configured paths](https://ui5.github.io/cli/stable/pages/Configuration/#available-path-mappings). ^1^ |
62+
| `Default` | Root project is written with the [configured paths](https://ui5.github.io/cli/v5/pages/Configuration/#available-path-mappings). ^1^ |
6363
| `Flat` | **Unsupported** ^3^ |
6464
| `Namespace` | **Unsupported** ^3^ |
6565

packages/documentation/docs/pages/Troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Any missing framework dependencies will be downloaded again during the next UI5
2727
## Environment Variables
2828
### Changing the Log Level
2929

30-
In CI environments or in a combination with other tools, the usage of [UI5 CLI's `--log-level`](https://ui5.github.io/cli/stable/pages/CLI/#common-options) command parameter might be inconvenient and even impossible.
30+
In CI environments or in a combination with other tools, the usage of [UI5 CLI's `--log-level`](https://ui5.github.io/cli/v5/pages/CLI/#common-options) command parameter might be inconvenient and even impossible.
3131

3232
#### Resolution
3333

packages/documentation/docs/pages/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import VPButton from "vitepress/dist/client/theme-default/components/VPButton.vu
1010
const { isDark } = useData()
1111
</script>
1212

13-
<img :src="isDark ? '/ui5-cli/stable/images/O_UI5_H_noBG.png' : '/ui5-cli/stable/images/UI5_logo_wide.png'" alt="UI5 logo" style="max-width: 100%; height: auto;">
13+
<img :src="isDark ? '/cli/v5/images/O_UI5_H_noBG.png' : '/cli/v5/images/UI5_logo_wide.png'" alt="UI5 logo" style="max-width: 100%; height: auto;">
1414

1515
# UI5 CLI
1616

0 commit comments

Comments
 (0)