Skip to content

BohemiaLai/arbitrum-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arbitrum Docs

Arbitrum Docs, built with docusaurus; docs are live at https://developer.arbitrum.io/.

Arbitrum SDK auto-genned docs are included as submodule.

Contribution

Contributing to the three troubleshooting pages — nodes, builders, and users — requires internal Offchain Labs access.

To request to have your project added to the 3rd party node providers page, use this form.

For the rest of the docs, simply open a PR!

Initial set up

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

Dev Build

Live build without generating sdk docs (recommended):

yarn start_nitro_docs 

(Re)generate sdk docs and live build:

yarn start

Update submodules

Sdk repo:

git submodule update --remote arbitrum-sdk

About

Arbitrum Docs! Content + Webapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.8%
  • CSS 25.7%
  • TypeScript 10.8%
  • Less 5.7%