Skip to content

Commit e16c259

Browse files
TvisharajiKTvisha RajinehagupSonichigo
authored andcommitted
Doc changes sample apps - Add 3 apps and change installation.md flow (#447)
* Doc V2 - Java Modal Change * Added Installation with Debian * added new sample apps and made few existing changes * checking if works * added image links * added image link * Resolved merge issues * Resolved merge conflicts again * Image tags changed for all --------- Signed-off-by: Animesh Pathak <[email protected]> Co-authored-by: Tvisha Raji <[email protected]> Co-authored-by: Neha Gupta <[email protected]> Co-authored-by: Animesh Pathak <[email protected]>
1 parent a5c6373 commit e16c259

17 files changed

+775
-8
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"scripts": {
66
"docusaurus": "docusaurus",
77
"start": "docusaurus start",
8+
"clean": "rimraf build",
89
"build": "docusaurus build",
910
"swizzle": "docusaurus swizzle",
1011
"deploy": "docusaurus deploy",
@@ -25,10 +26,10 @@
2526
"@mdx-js/react": "^3.0.0",
2627
"clsx": "^2.0.0",
2728
"lint": "^0.8.19",
29+
"prism-react-renderer": "^2.1.0",
2830
"react": "^18.2.0",
2931
"react-dom": "^18.2.0",
3032
"react-player": "^2.6.0",
31-
"prism-react-renderer": "^2.1.0",
3233
"remark-typescript-tools": "1.0.9",
3334
"typescript": "5",
3435
"uuid": "^8.3.2",
@@ -61,9 +62,10 @@
6162
"postcss-preset-env": "^7.4.1",
6263
"prettier": "^2.5.1",
6364
"prettier-plugin-tailwindcss": "^0.1.4",
65+
"rimraf": "^6.0.1",
6466
"tailwindcss": "^3.0.1"
6567
},
6668
"engines": {
67-
"node":">=18.0"
69+
"node": ">=18.0"
6870
}
6971
}
278 KB
Loading

static/img/Pet-clinic-record.png

1.25 MB
Loading

static/img/Pet-clinic-test1.png

1.17 MB
Loading

static/img/Pet-clinic-test2.png

1 MB
Loading

static/img/Sanic-Mongo-Test.png

931 KB
Loading

static/img/Sanic-mongo-record.png

310 KB
Loading

static/img/wsl-record-ts.png

365 KB
Loading

static/img/wsl-test-summary-ts.png

187 KB
Loading

static/img/wsl-test-ts.png

388 KB
Loading

0 commit comments

Comments
 (0)