Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,6 @@ npm install && npm run dev
- All articles are markdown and stored in `/src/content/docs/`.
- Navigation is JSON in `/src/config/sidebar.ts`

## Tooling on Scroll

If you'd like to add an entry to our [tooling list](http://docs.scroll.xyz/en/developers/scroll-contracts), create a PR to add a new `mdx` file in the [tooling content folder](src/content/tools), 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)
```

## Credits

- Special thanks to the Chainlink team whose documentation we forked. Their repo is available [here](https://github.com/smartcontractkit/documentation) and viewable at [https://docs.chain.link/](https://docs.chain.link/).
5 changes: 2 additions & 3 deletions public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"nodesCTA": {
"title": "Need to run your own Scroll Node?",
"description": "See the Node Operators Guide to learn about starting and maintaining Scroll Nodes.",
"buttonText": "Node Operators Guide"
"description": "See the Node Operator's Guide to learn about starting and maintaining Scroll Nodes.",
"buttonText": "Node Operator's Guide"
},
"TutorialsCTA": {
"title": "Watch tutorials",
Expand Down Expand Up @@ -90,7 +90,6 @@
"erc1155TokenBridge": "ERC1155 Token Bridge",
"theScrollMessenger": "The Scroll Messenger",
"transactionFeesOnScroll": "Transaction Fees on Scroll",
"toolingDeployedOnScroll": "Tooling deployed On Scroll",
"developerEcosystem": "Developer Ecosystem",
"l2Fee": "L2 Fee",
"l1Fee": "L1 Fee",
Expand Down

This file was deleted.

106 changes: 0 additions & 106 deletions src/components/Tooling/Content/AdditionalInfo/AdditionalInfo.tsx

This file was deleted.

31 changes: 0 additions & 31 deletions src/components/Tooling/Content/Category/Category.module.css

This file was deleted.

25 changes: 0 additions & 25 deletions src/components/Tooling/Content/Category/Category.tsx

This file was deleted.

24 changes: 0 additions & 24 deletions src/components/Tooling/Content/Content.module.css

This file was deleted.

Loading