Skip to content

ahmeteme/scroll-documentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contribute to Scroll

Twitter Follow Discord

This repository contains the open-source project for Scroll's documentation.

Getting Started

To start developing locally, run the following commands:

npm install && npm run dev

Documentation Structure

  • All articles are written in Markdown and stored under /src/content/docs/.
  • Navigation for the documentation is managed in /src/config/sidebar.ts.

Adding Tools to Scroll

To add an entry to the tooling list, follow these steps:

  1. Create a new pull request (PR).
  2. Add a new .mdx file to the tooling content folder.
  3. Use the following template for your entry:
---
name: "Safe"
category: ["Identity", "Wallet"]
excerpt: "Safe allows you to create smart wallets 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 any additional details here, such as contract addresses, tutorials, or API URLs for integrating this tool with Scroll.

Refer to existing entries in the folder for guidance if needed.

Acknowledgments

Special thanks to the Chainlink team, whose documentation served as the basis for this project. Their repository is available here, and their documentation can be viewed at https://docs.chain.link/.

About

This is the frontend for the Scroll documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MDX 65.6%
  • TypeScript 14.5%
  • Astro 12.0%
  • CSS 6.8%
  • JavaScript 1.0%
  • Solidity 0.1%