Skip to content

Commit 3696a4f

Browse files
committed
fix: remove JSDOC full
1 parent 946d007 commit 3696a4f

File tree

2 files changed

+1126
-1504
lines changed

2 files changed

+1126
-1504
lines changed

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
"@types/react": "18",
1515
"@types/react-dom": "18",
1616
"antd": "^5.15.4",
17-
"better-docs": "^2.7.3",
18-
"jsdoc": "^4.0.2",
19-
"jsdoc-to-markdown": "^8.0.1",
2017
"lowcoder-cli": "^0.0.30",
2118
"lowcoder-sdk": "^2.3.1",
2219
"ol": "^9.0.0",
@@ -49,8 +46,7 @@
4946
"start": "vite",
5047
"build": "lowcoder-cli build",
5148
"build_publish": "lowcoder-cli build --publish",
52-
"docs": "jsdoc --readme README.md -c jsdoc.json -r src -d jsdoc",
53-
"jsdoc2md": "jsdoc2md -p table -r table -c jsdoc.json src/*.* > docs/code.md"
49+
"docs": "docsify server ./docs"
5450
},
5551
"publishConfig": {
5652
"registry": "https://registry.npmjs.org/"
@@ -62,6 +58,7 @@
6258
"@semantic-release/github": "^10.0.2",
6359
"@semantic-release/npm": "^12.0.0",
6460
"@semantic-release/release-notes-generator": "^12.1.0",
61+
"docsify-cli": "^4.4.4",
6562
"semantic-release": "^23.0.4"
6663
}
67-
}
64+
}

0 commit comments

Comments
 (0)