Arbitrum Docs, built with docusaurus; docs are live at https://developer.arbitrum.io/.
Arbitrum SDK auto-genned docs are included as submodule.
Contributing to the three troubleshooting pages — nodes, builders, and users — requires internal Offchain Labs access; for the rest of the docs, simply open a PR!
git clone [email protected]:OffchainLabs/arbitrum-docs.git
cd arbitrum-docs/
git submodule update --init --recursive
cd website/
Install node dependencies
yarn
You will only need to generate docs once:
yarn generate_sdk_docs
Live build without generating sdk docs (recommended):
yarn start_nitro_docs
(Re)generate sdk docs and live build:
yarn start
Sdk repo:
git submodule update --remote arbitrum-sdk