Skip to content

Commit 05d3489

Browse files
committed
index.md
1 parent 057721b commit 05d3489

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ cap-media-master
2121
dr-cap-media
2222
using-UI5-uploadset-with-CAP
2323
com.myorg.myUI5App
24+
package-lock.json
25+
com.myorg.myUI5App
2426
# node
2527
# ====
2628
https://github.com/github/gitignore/blob/master/Node.gitignore

docs/.vitepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let email = "draschke@googlemail.com";
77

88
module.exports = {
99
lang: "en-US",
10-
title: "VS Code Dev Container for SAP HANA App development for Node.js 14x",
10+
title: "VS Code Dev Container for SAP HANA App development",
1111
description:
1212
"VS Code Dev Container for SAP HANA App development for Node.js 14.x",
1313
base: "/vsc-sap-hana-mta-dev-env-node14x/",

docs/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
sidebarDepth: 3
33
home: true
44
heroImage: /hiddensee_600_314.jpg
5+
heroText: VS Code Dev Container for SAP HANA App development
6+
tagline: for Node.js 14.x
57
---
68

7-
# Kick off your SAP HANA application development environment (XSA & CF) by leverage this [VS Code Dev Container](https://github.com/draschke/vsc-sap-hana-mta-dev-env-node14x/tree/master/.devcontainer)
9+
## Kick off your SAP HANA application development environment (XSA & CF) by leverage this [VS Code Dev Container](https://github.com/draschke/vsc-sap-hana-mta-dev-env-node14x/tree/master/.devcontainer)
810

911
## Motivation
1012

0 commit comments

Comments
 (0)