We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f369571 commit 9ab33edCopy full SHA for 9ab33ed
1 file changed
README.md
@@ -33,8 +33,6 @@ bun run docs:build
33
Docs are built with Nextra/Next.js using the content in `pages/` plus the contract docs generated
34
from `docs/`:
35
36
-- `bun run docs:import` pulls the original `evm-docs` pages/components/public assets into this repo
37
- (run once, then edit locally).
38
- `bun run docs:prepare` runs `hardhat dodoc`, syncs the generated contract docs into
39
`pages/evm-package/`, and generates `_meta.json` navigation.
40
- `bun run docs:build` runs `docs:prepare`, then `next build && next export` to emit the static site
0 commit comments