Skip to content

OffchainLabs/arbitrum-docs

Folders and files

NameName
Last commit message
Last commit date
Dec 14, 2024
Jan 30, 2025
Mar 5, 2025
Jan 24, 2025
Oct 2, 2024
Feb 27, 2025
Mar 5, 2025
Jan 30, 2023
Nov 22, 2024
Aug 12, 2024
Feb 19, 2025
Feb 13, 2025
Feb 21, 2025
Mar 5, 2025

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

For most of the docs content, you can contribute by simply reviewing our docs contribution guidelines and opening a PR!

The following are the only exceptions:

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

Dev Build

To start a build server to serve the docs site locally, run this command from the /website directory:

yarn start

This command will both generate the arbitrum-sdk docs from the submodule and start the local server. In order to update the arbitrum-sdk docs, you will need to run this command again every time you update files in arbitrum-sdk directory.

Build

While in the /website directory, this command will build the site:

yarn build

To test the build locally, you can use the following command:

yarn serve

Update submodules

arbitrum-sdk repo:

git submodule update --remote arbitrum-sdk