Skip to content

Commit

Permalink
docs: remove README from api
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiter committed Apr 18, 2022
1 parent 627bc88 commit 78bc3a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 157 deletions.
154 changes: 0 additions & 154 deletions docs/api/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build:front_end": "bili --format esm",
"build:patches": "copyfiles \"patches/**/*.patch\" dist && node scripts/patches-build.js",
"build:ts": "npm run build:front_end && npm run build:node",
"build:api_docs": "rm -rf docs/api && typedoc --plugin typedoc-plugin-markdown --hideBreadcrumbs true",
"build:api_docs": "typedoc --plugin typedoc-plugin-markdown --hideBreadcrumbs true && rm docs/api/README.md",
"build:contracts": "npm run build:typechain:ens && npm run build:typechain:did && npm run build:typechain:roles && npm run build:typechain:staking",
"build:typechain:ens": "typechain --target ethers-v5 --out-dir ethers \"./node_modules/@ensdomains/ens/build/contracts/ENSRegistry.json\"",
"build:typechain:did": "npm run build:typechain:offerableIdentity && npm run build:typechain:identityManager",
Expand Down
5 changes: 3 additions & 2 deletions typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"disableSources": true,
"excludePrivate": true,
"excludeProtected": true,
"excludeExternals": true
}
"excludeExternals": true,
"cleanOutputDir": true
}

0 comments on commit 78bc3a0

Please sign in to comment.