forked from DevExpress/devextreme-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 1.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "devextreme-documentation",
"description": "DevExtreme documentation",
"author": "Developer Express Inc.",
"version": "21.2.0",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "https://github.com/DevExpress/devextreme-documentation.git"
},
"devDependencies": {
"devextreme-internal-tools": "^9.1.0"
},
"scripts": {
"generate-content-map": "dx-tools generate-content-map --docs-root ./ --version 21.2 --syntaxdata-path ./metadata/syntax-data.json",
"generate-syntax-data": "dx-tools generate-syntax-data --output-path ./metadata/syntax-data.json",
"generate-extra-topic": "dx-tools generate-extra-topics --docs-root ./ --version 21.2",
"update-topics": "dx-tools update-topics --docs-root ./",
"update-links": "dx-tools update-links --docs-root ./",
"validate-docs": "dx-tools validate-docs --docs-root ./",
"validate-modules-guide": "dx-tools validate-modules-guide --modules-meta ./metadata/modules-meta.json --modules-guide-path \"./concepts/Common/Modularity/02 DevExtreme Modules Structure\"",
"validate-links": "dx-tools update-links --docs-root ./ --validation true"
}
}