Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 584 Bytes

File metadata and controls

20 lines (12 loc) · 584 Bytes

This is the open source project for the Scroll documentation.

Developing

npm install && npm run dev

Docs architecture

  • All docs are markdown and stored in /src/pages.
  • Navigation is JSON in /src/config/sidebar.ts

Deployment

Managed by Scroll using Netlify at https://app.netlify.com/sites/scroll-documentation/overview.

Credits

  • Special thanks to the Chainlink team whose documentation we forked. Their repo is available here and viewable at https://docs.chain.link/.