Skip to content

Commit f55b37e

Browse files
Merge pull request 0xPolygon#66 from 0xPolygon/km/fix_tools_link
Fix Tools link and some wording
2 parents 2f61a06 + a7998fa commit f55b37e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ hide:
118118
<p class="home-section-subtext">For developers who know what they want to build and are ready to go.</p>
119119
</div>
120120
<div class="flexbox">
121-
<a href="#" class="home-feature-card w-inline-block"><img src="img/home/build.svg" loading="lazy" alt="" class="feature-icon">
121+
<a href="/tools/" class="home-feature-card w-inline-block"><img src="img/home/build.svg" loading="lazy" alt="" class="feature-icon">
122122
<div class="feature-content">
123123
<div class="feature-content-wrapper">
124-
<div class="feature-content-name">Tooling</div>
124+
<div class="feature-content-name">Developer tools</div>
125125
<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">
126126
<path d="M9.98805 5.70133L3.41071 12.2787L4.58922 13.4572L11.1666 6.87976V12.2013H12.8333V4.03467H4.66665V5.70133H9.98805Z" fill="currentColor"></path>
127127
</svg></div>

docs/tools/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<div class="section-wrapper product-section-head">
5151
<div class="hero-image"><img src="../img/home/main-img.svg" loading="lazy" class="hero-image" style="width: 40%; float: right;"></div>
5252
<div class="hero-left">
53-
<h1 class="hero-heading">Tools</h1>
53+
<h1 class="hero-heading">Developer tools</h1>
5454
<p class="hero-subtext">This section of the documentation describes some of the available third-party tools used by developers with Polygon products and services.</p>
5555
<p class="hero-subtext">Find out how to access data, code against blockchain networks, use data oracles, and much more. </p>
5656
</div>

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@ nav:
287287
- Overview: miden/overview.md
288288
- Miden zkRollup docs: https://0xpolygonmiden.github.io/miden-base/introduction.html
289289
- Miden VM docs: https://0xpolygonmiden.github.io/miden-vm/
290-
- Tools:
291-
- Tools: tools/index.md
290+
- Developer tools:
291+
- Developer tools: tools/index.md
292292
- Smart contract development:
293293
- Hardhat: tools/smart-contracts/hardhat.md
294294
- Truffle: tools/smart-contracts/truffle.md

0 commit comments

Comments
 (0)