Skip to content

Commit 3d85139

Browse files
update some tools docs
1 parent 3c9c9c8 commit 3d85139

File tree

6 files changed

+15
-14
lines changed

6 files changed

+15
-14
lines changed

docs/cdk/get-started/deploy-rollup/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The commands on the [install dependencies page](install-dependencies.md) fulfill
2222

2323
## Miscellaneous requirements
2424

25-
- `INFURA_API_KEY`: [Infura](https://www.infura.io/) API key
25+
- `INFURA_API_KEY`: [Infura](https://infura.io/) API key
2626
- `ETHERSCAN_API_KEY`: [Etherscan](https://etherscan.io/) API key
2727
- Goërli node RPC URL: e.g. https://goerli.infura.io/v3/YOUR-INFURA-API-KEY
2828
- Goërli account address holding minimum 0.5 GoërliETH

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ hide:
216216
</a>
217217
</div>
218218
<div class="flexbox items-4">
219-
<a href="pos/how-to/smart-contracts/" class="home-feature-card w-inline-block"><img src="img/home/polygon-icon.svg" loading="lazy" alt="" class="feature-icon">
219+
<a href="pos/how-to/bridging/" class="home-feature-card w-inline-block"><img src="img/home/polygon-icon.svg" loading="lazy" alt="" class="feature-icon">
220220
<div class="feature-content-wrapper">
221221
<div class="feature-content-name">Polygon PoS: Deploy an existing contract</div>
222222
<div class="arrow-embed w-embed"><svg xmlns="http://www.w3.org/2000/svg" display="block" width="100%" height="auto" viewbox="0 0 16 17" fill="none">
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!-- In progress -->

docs/tools/dApp-development/pos/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This subsection provides guides on how to work with smart contracts, following tutorials supplied by various third parties.
1+
This subsection provides guides on how to work with smart contracts on PoS by following tutorials supplied by various third parties.
22

33
The tutorials contained in here are suitable for developers who are either new to blockchain development on Ethereum, or want to understand the fundamentals of deploying and interacting with smart contracts.
44

docs/tools/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ hide:
1919
</div>
2020
<div class="grid-container">
2121
<div class="grid-item">
22-
<a href="./smart-contracts/hardhat">
22+
<a href="./dApp-development/common-tools/hardhat">
2323
<div class="product-list-item-header">
2424
<div class="feature-card-heading">Smart contracts</div>
2525
</div>

mkdocs.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -402,28 +402,28 @@ nav:
402402
- Developer tools:
403403
- Developer tools: tools/index.md
404404
- dApp development:
405-
- Common tools:
406-
- Hardhat: tools/dApp-development/common-tools/hardhat.md
407-
- Truffle: tools/dApp-development/common-tools/truffle.md
408-
- Remix: tools/dApp-development/common-tools/remix.md
409-
- Replit: tools/dApp-development/common-tools/replit.md
405+
#- dApp launchpad: tools/dApp-development/dApp-launchpad.md
410406
- Develop on PoS:
411407
- Work with smart contracts: tools/dApp-development/pos/index.md
412408
- Alchemy: tools/dApp-development/pos/alchemy.md
413409
- ChainIDE: tools/dApp-development/pos/chainide.md
414410
- ChainStack: tools/dApp-development/pos/chainstack.md
411+
- Crossmint: tools/dApp-development/pos/crossmint.md
415412
- GetBlock: tools/dApp-development/pos/getblock.md
416413
- QuickNode: tools/dApp-development/pos/quicknode.md
417414
- SmartPress: tools/dApp-development/pos/smartpress.md
418415
- Thirdweb: tools/dApp-development/pos/thirdweb.md
419-
- Crossmint: tools/dApp-development/pos/crossmint.md
420-
- Polygon in-house tools:
421-
- dApp launchpad: tools/dApp-development/dApp-launchpad.md
416+
- Common tools:
417+
- Hardhat: tools/dApp-development/common-tools/hardhat.md
418+
- Truffle: tools/dApp-development/common-tools/truffle.md
419+
- Remix: tools/dApp-development/common-tools/remix.md
420+
- Replit: tools/dApp-development/common-tools/replit.md
421+
- Third-party tutorials:
422+
- Alchemy subgraphs: https://docs.alchemy.com/docs/how-to-build-and-deploy-a-subgraph-on-polygon-zkevm-using-alchemy-subgraphs
423+
422424
- Gas:
423425
- Polygon MATIC faucet: tools/gas/matic-faucet.md
424426
- Polygon gas station: tools/gas/polygon-gas-station.md
425-
- Third-party tutorials:
426-
- Alchemy subgraphs: https://docs.alchemy.com/docs/how-to-build-and-deploy-a-subgraph-on-polygon-zkevm-using-alchemy-subgraphs
427427
- Data:
428428
- The Graph:
429429
- Overview: tools/data/the-graph/overview.md

0 commit comments

Comments
 (0)