Documentation build (#6762)

* move doc dependency in doctools

* add ignore link

* rebuild doc

* version index

* put it back some deps
This commit is contained in:
Eugenio Romano
2021-03-03 14:08:15 +00:00
committed by GitHub
parent e05c80f04f
commit c3452a4f62
227 changed files with 6994 additions and 4146 deletions
+2 -14
View File
@@ -15,7 +15,7 @@
"00s": "",
"build-doc-tools": "tsc -p ./tools/doc/tsconfig.json",
"markdownlint": "markdownlint ./docs",
"docbuild": "node node_modules/typedoc/bin/typedoc --tsconfig lib/tsconfig.doc.json && node tools/doc/buildYamlSourceInfo.js docs/docs.json && node ./tools/doc/docProcessor.js",
"docbuild": "node tools/doc/node_modules/typedoc/bin/typedoc --tsconfig lib/tsconfig.doc.json && node tools/doc/buildYamlSourceInfo.js docs/docs.json && node ./tools/doc/docProcessor.js",
"license-checker": "license-checker --production --failOn 'GPL;GPL-2.0' > licenses.txt",
"review-checker": "node ./tools/doc/reviewChecker.js",
"01": "echo -------------------------------------------- Build Lib -----------------------------------------------",
@@ -96,7 +96,6 @@
"custom-event-polyfill": "^1.0.7",
"minimatch": "^3.0.4",
"minimatch-browser": "1.0.0",
"moment": "2.29.1",
"moment-es6": "^1.0.0",
"ng2-charts": "2.4.2",
"ngx-monaco-editor": "8.1.1",
@@ -115,13 +114,13 @@
"@angular/compiler-cli": "^10.0.12",
"@nrwl/schematics": "8.12.11",
"@nrwl/workspace": "^11.2.11",
"@paperist/types-remark": "^0.1.3",
"@types/jasmine": "~2.8.3",
"@types/jasminewd2": "~2.0.2",
"@types/minimatch": "^3.0.3",
"@types/node": "^14.14.26",
"@types/pdfjs-dist": "^2.1.5",
"@types/request": "^2.48.5",
"@paperist/types-remark": "0.1.3",
"@types/selenium-webdriver": "^4.0.11",
"ajv-cli": "^3.0.0",
"codelyzer": "^6.0.1",
@@ -130,7 +129,6 @@
"cspell": "^5.3.3",
"css-loader": "^5.1.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"github-api": "^3.4.0",
"graphql": "^15.4.0",
"graphql-request": "^3.1.0",
@@ -150,12 +148,6 @@
"license-checker": "^25.0.1",
"lint-staged": "^10.5.1",
"lite-server": "^2.6.1",
"markdownlint-cli": "^0.26.0",
"mdast": "^3.0.0",
"mdast-util-compact": "^3.0.0",
"mdast-util-heading-range": "^2.1.5",
"mdast-util-toc": "^5.0.3",
"mdast-zone": "^4.0.1",
"mini-css-extract-plugin": "^1.3.9",
"nconf": "^0.11.1",
"ng-packagr": "^10.1.2",
@@ -164,8 +156,6 @@
"protractor-retry-angular-cli": "^2.0.2",
"protractor-screenshoter-plugin": "0.10.3",
"protractor-smartrunner": "^2.0.0-beta6",
"remark": "^13.0.0",
"remark-frontmatter": "^3.0.0",
"rimraf": "^3.0.2",
"rxjs-tslint-rules": "^4.34.7",
"sass-loader": "10.1.1",
@@ -175,9 +165,7 @@
"ts-node": "^9.0.0",
"tsconfig-paths": "^3.9.0",
"tslint": "6.1.3",
"typedoc": "^0.20.27",
"typescript": "3.9.8",
"unist-util-select": "^3.0.2",
"webdriver-manager": "12.1.8",
"webpack-cli": "^3.3.12"
},