mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
prototype typedoc generation from squid.js submodule
This commit is contained in:
parent
7913e6a065
commit
6bf055fea7
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -2,3 +2,6 @@
|
|||||||
path = external/dev-ocean
|
path = external/dev-ocean
|
||||||
url = https://github.com/oceanprotocol/dev-ocean
|
url = https://github.com/oceanprotocol/dev-ocean
|
||||||
branch = master
|
branch = master
|
||||||
|
[submodule "external/squid-js"]
|
||||||
|
path = external/squid-js
|
||||||
|
url = https://github.com/oceanprotocol/squid-js.git
|
||||||
|
1
external/squid-js
vendored
Submodule
1
external/squid-js
vendored
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 69ed0428b175aaa7e821b4bee3c577fb6ba43f09
|
@ -33,7 +33,7 @@
|
|||||||
"gatsby-plugin-offline": "^2.0.19",
|
"gatsby-plugin-offline": "^2.0.19",
|
||||||
"gatsby-plugin-react-helmet": "^3.0.4",
|
"gatsby-plugin-react-helmet": "^3.0.4",
|
||||||
"gatsby-plugin-sass": "^2.0.7",
|
"gatsby-plugin-sass": "^2.0.7",
|
||||||
"gatsby-plugin-sharp": "^2.0.15",
|
"gatsby-plugin-sharp": "^2.0.17",
|
||||||
"gatsby-plugin-sitemap": "^2.0.3",
|
"gatsby-plugin-sitemap": "^2.0.3",
|
||||||
"gatsby-plugin-svgr": "^2.0.1",
|
"gatsby-plugin-svgr": "^2.0.1",
|
||||||
"gatsby-remark-autolink-headers": "^2.0.12",
|
"gatsby-remark-autolink-headers": "^2.0.12",
|
||||||
@ -77,7 +77,8 @@
|
|||||||
"stylelint": "^9.9.0",
|
"stylelint": "^9.9.0",
|
||||||
"stylelint-config-bigchaindb": "^1.2.1",
|
"stylelint-config-bigchaindb": "^1.2.1",
|
||||||
"stylelint-config-css-modules": "^1.3.0",
|
"stylelint-config-css-modules": "^1.3.0",
|
||||||
"stylelint-config-standard": "^18.2.0"
|
"stylelint-config-standard": "^18.2.0",
|
||||||
|
"typedoc": "^0.14.2"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
7
scripts/typedoc.sh
Executable file
7
scripts/typedoc.sh
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
|
||||||
|
./node_modules/typedoc/bin/typedoc \
|
||||||
|
--json ./external/squid-js/squid-js.json ./external/squid-js/src/squid.ts \
|
||||||
|
--excludePrivate \
|
||||||
|
--excludeExternals \
|
||||||
|
--excludeProtected \
|
||||||
|
--target ES6
|
Loading…
Reference in New Issue
Block a user