Skip to content

Commit 16c0acb

Browse files
committed
refactor: Align index files
1 parent b267513 commit 16c0acb

File tree

1 file changed

+6
-12
lines changed
  • packages/documentation/docs/pages

1 file changed

+6
-12
lines changed

packages/documentation/docs/pages/index.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ Read the announcement blog post: **[SAP Community: Goodbye UI5 Tooling - Hello U
2727

2828
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)**
2929

30-
And checkout the **[Migrate to v4](../updates/migrate-v4)** documentation.
30+
And checkout the **[Migrate to v4](../updates/migrate-v4.md)** documentation.
3131
:::
3232

3333
<div style="margin: 2rem 0;">
34-
<VPButton class="no-decoration" text="🚀 Get Started" href="./GettingStarted"/>
34+
<VPButton class="no-decoration" text="🚀 Get Started" href="./GettingStarted.md"/>
3535
</div>
3636

3737
## Main Features
3838

3939
### 💻 UI5 CLI
4040

41-
*Also see the [UI5 CLI Documentation](./CLI)*
41+
*Also see the [UI5 CLI Documentation](./CLI.md)*
4242

4343
```sh
4444
# Global
@@ -51,7 +51,7 @@ npm install --save-dev @ui5/cli
5151
#### ⚙️ Project Setup
5252

5353
Configure your project for use with UI5 CLI.
54-
*Also see the [Configuration Documentation](./Configuration)*
54+
*Also see the [Configuration Documentation](./Configuration.md)*
5555

5656
```
5757
❯ ui5 init
@@ -80,7 +80,7 @@ Added framework libraries sap.ui.core sap.m themelib_sap_fiori_3 as dependencies
8080
#### 🏄 Development Server
8181

8282
Start a local development server to work on your project.
83-
*Also see the [Server Documentation](./Server)*
83+
*Also see the [Server Documentation](./Server.md)*
8484

8585
```
8686
❯ ui5 serve
@@ -91,7 +91,7 @@ URL: http://localhost:8080
9191
#### 🛠 Build for Production
9292

9393
Build an optimized version of your project.
94-
*Also see the [Builder Documentation](./Builder)*
94+
*Also see the [Builder Documentation](./Builder.md)*
9595

9696
``` bash
9797
❯ ui5 build
@@ -152,9 +152,3 @@ async function buildApp(projectPath, destinationPath) {
152152
});
153153
}
154154
```
155-
156-
<style>
157-
.no-decoration {
158-
text-decoration: inherit;
159-
}
160-
</style>

0 commit comments

Comments
 (0)