Skip to content

Commit 38cc79f

Browse files
authored
removed the developer tooling page (#496) (#497)
1 parent 64abbcf commit 38cc79f

36 files changed

+5
-1251
lines changed

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,6 @@ npm install && npm run dev
1616
- All articles are markdown and stored in `/src/content/docs/`.
1717
- Navigation is JSON in `/src/config/sidebar.ts`
1818

19-
## Tooling on Scroll
20-
21-
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.
22-
23-
```
24-
---
25-
name: "Safe"
26-
category: ["Identity", "Wallet"]
27-
excerpt: "Safe allows you to create smart wallet on chain."
28-
logo: { src: "https://app.safe.global/images/safe-logo-green.png", alt: "Safe Logo" }
29-
website: "https://app.safe.global"
30-
network: ["Mainnet", "Testnet]
31-
noAdditionalInfo: false
32-
---
33-
34-
Add additional info here about how to access this tool on Scroll (ex. contract addresses, tutorials, API URLs)
35-
```
36-
3719
## Credits
3820

3921
- 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/).

public/locales/en/translation.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
},
2626
"nodesCTA": {
2727
"title": "Need to run your own Scroll Node?",
28-
"description": "See the Node Operators Guide to learn about starting and maintaining Scroll Nodes.",
29-
"buttonText": "Node Operators Guide"
28+
"description": "See the Node Operator's Guide to learn about starting and maintaining Scroll Nodes.",
29+
"buttonText": "Node Operator's Guide"
3030
},
3131
"TutorialsCTA": {
3232
"title": "Watch tutorials",
@@ -90,7 +90,6 @@
9090
"erc1155TokenBridge": "ERC1155 Token Bridge",
9191
"theScrollMessenger": "The Scroll Messenger",
9292
"transactionFeesOnScroll": "Transaction Fees on Scroll",
93-
"toolingDeployedOnScroll": "Tooling deployed On Scroll",
9493
"developerEcosystem": "Developer Ecosystem",
9594
"l2Fee": "L2 Fee",
9695
"l1Fee": "L1 Fee",

src/components/Tooling/Content/AdditionalInfo/AdditionalInfo.module.css

Lines changed: 0 additions & 107 deletions
This file was deleted.

src/components/Tooling/Content/AdditionalInfo/AdditionalInfo.tsx

Lines changed: 0 additions & 106 deletions
This file was deleted.

src/components/Tooling/Content/Category/Category.module.css

Lines changed: 0 additions & 31 deletions
This file was deleted.

src/components/Tooling/Content/Category/Category.tsx

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/components/Tooling/Content/Content.module.css

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)