Skip to content

Commit 4282c93

Browse files
committed
fixed index
1 parent 8930242 commit 4282c93

File tree

5 files changed

+14
-32
lines changed

5 files changed

+14
-32
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

9-
- Nothing yet!
10-
9+
- Nothing yet!
10+
11+
## [1.0.30] - 2021-10-19
12+
13+
- dockerfile optimized
14+
- some features (docker, kubectl, etc.) were outsourced in a separately bash scripts
15+
- added new extensions
16+
1117
## [1.0.21] - 2021-08-31
1218

1319
- changed title
@@ -51,7 +57,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5157

5258
- Everything!
5359

54-
[Unreleased]: https://github.com/draschke/vsc-sap-hana-mta-dev-env-node14x/compare/v1.0.9...HEAD
60+
[Unreleased]: https://github.com/draschke/vsc-sap-hana-mta-dev-env-node14x/compare/v1.0.30...HEAD
61+
[1.0.30]: https://github.com/draschke/vsc-sap-hana-mta-dev-env-node14x/compare/v1.0.21...v1.0.30
5562
[1.0.21]: https://github.com/draschke/vsc-sap-hana-mta-dev-env-node14x/compare/v1.0.17...v1.0.21
5663
[1.0.17]: https://github.com/draschke/vsc-sap-hana-mta-dev-env-node14x/compare/v1.0.16...v1.0.17
5764
[1.0.16]: https://github.com/draschke/vsc-sap-hana-mta-dev-env-node14x/compare/v1.0.15...v1.0.16

deploy

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Activate additional features at the end of the [Dockerfile](https://github.com/d
2929
To increase the startup time for this devcontainer, I have some features (docker, kubectl, etc.) outsourced in a separately bash script.
3030
If you need one of this features, you only need to comment or uncomment the relevant script.
3131

32-
![Additional features](config/images/additional-features.png)
32+
![Additional features](./config/images/additional-features.png)
3333

3434
Activate this additional VS Code extensions within [devcontainer](https://github.com/draschke/vsc-sap-hana-mta-dev-env-node14x/blob/main/.devcontainer/devcontainer.json)
3535

@@ -45,7 +45,7 @@ Activate this additional VS Code extensions within [devcontainer](https://github
4545

4646
Drop the unzipped XS_CLIENT00P file on root
4747

48-
![XS Client](config/images/node14.png)
48+
![XS Client](./config/images/node14.png)
4949

5050
Change the path in your .devcontainer\Dockerfile
5151

-14.3 KB
Binary file not shown.

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
"scripts": {
1515
"docs:dev": "vitepress dev docs",
1616
"docs:build": "vitepress build docs",
17-
"docs:serve": "vitepress serve docs",
18-
"test": "echo \"Error: no test specified\" && exit 1",
19-
"deploy": "sh deploy.sh"
17+
"docs:serve": "vitepress serve docs"
2018
},
2119
"repository": {
2220
"type": "git",
@@ -45,4 +43,4 @@
4543
"url": "https://github.com/draschke/vsc-sap-hana-mta-dev-env-node14x/issues"
4644
},
4745
"homepage": "https://github.com/draschke/vsc-sap-hana-mta-dev-env-node14x#readme"
48-
}
46+
}

0 commit comments

Comments
 (0)