1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-06-28 16:48:03 +02:00

prototype typedoc generation from squid.js submodule

This commit is contained in:
Matthias Kretschmann 2019-01-21 17:35:17 +01:00
parent 7913e6a065
commit 6bf055fea7
Signed by: m
GPG Key ID: 606EEEF3C479A91F
4 changed files with 14 additions and 2 deletions

3
.gitmodules vendored
View File

@ -2,3 +2,6 @@
path = external/dev-ocean
url = https://github.com/oceanprotocol/dev-ocean
branch = master
[submodule "external/squid-js"]
path = external/squid-js
url = https://github.com/oceanprotocol/squid-js.git

1
external/squid-js vendored Submodule

@ -0,0 +1 @@
Subproject commit 69ed0428b175aaa7e821b4bee3c577fb6ba43f09

View File

@ -33,7 +33,7 @@
"gatsby-plugin-offline": "^2.0.19",
"gatsby-plugin-react-helmet": "^3.0.4",
"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-svgr": "^2.0.1",
"gatsby-remark-autolink-headers": "^2.0.12",
@ -77,7 +77,8 @@
"stylelint": "^9.9.0",
"stylelint-config-bigchaindb": "^1.2.1",
"stylelint-config-css-modules": "^1.3.0",
"stylelint-config-standard": "^18.2.0"
"stylelint-config-standard": "^18.2.0",
"typedoc": "^0.14.2"
},
"repository": {
"type": "git",

7
scripts/typedoc.sh Executable file
View 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