This is the open source project for the Scroll documentation.
npm install && npm run dev
- All articles are markdown and stored in
/src/content/docs/
. - Navigation is JSON in
/src/config/sidebar.ts
If you'd like to add an entry to our tooling list, create a PR to add a new mdx
file in the tooling content folder, using the following template. You can also refer to other existing entries for reference.
---
name: "Safe"
category: ["Identity", "Wallet"]
excerpt: "Safe allows you to create smart wallet on chain."
logo: { src: "https://app.safe.global/images/safe-logo-green.png", alt: "Safe Logo" }
website: "https://app.safe.global"
network: ["Mainnet", "Testnet]
noAdditionalInfo: false
---
Add additional info here about how to access this tool on Scroll (ex. contract addresses, tutorials, API URLs)
- Special thanks to the Chainlink team whose documentation we forked. Their repo is available here and viewable at https://docs.chain.link/.