Skip to content

Commit 444eb39

Browse files
committed
refactor: Align indexes
1 parent 59d90bd commit 444eb39

File tree

1 file changed

+8
-2
lines changed
  • packages/documentation/docs/pages

1 file changed

+8
-2
lines changed

packages/documentation/docs/pages/index.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
next:
3+
text: 'Getting Started'
4+
link: '/pages/GettingStarted'
5+
---
6+
17
<script setup>
28
import { useData } from 'vitepress'
39
import VPButton from "vitepress/dist/client/theme-default/components/VPButton.vue"
@@ -21,7 +27,7 @@ Read the announcement blog post: **[SAP Community: Goodbye UI5 Tooling - Hello U
2127

2228
Read the announcement blog post: **[SAP Community: UI5 CLI 4.0](https://community.sap.com/t5/technology-blogs-by-sap/ui5-tooling-4-0/ba-p/13769578)**
2329

24-
And checkout the **[Migrate to v4](../updates/migrate-v4)** documentation.
30+
And checkout the **[Migrate to v4](./updates/migrate-v4)** documentation.
2531
:::
2632

2733
<div style="margin: 2rem 0;">
@@ -51,7 +57,7 @@ Configure your project for use with UI5 CLI.
5157
❯ ui5 init
5258
Wrote ui5.yaml:
5359
54-
specVersion: "4.0
60+
specVersion: "4.0"
5561
metadata:
5662
name: my-app
5763
type: application

0 commit comments

Comments
 (0)