Skip to content

Commit c379e1f

Browse files
fix up tools wording
1 parent 9343bac commit c379e1f

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
@@ -286,8 +286,8 @@ nav:
286286
- Overview: miden/overview.md
287287
- Miden zkRollup docs: https://0xpolygonmiden.github.io/miden-base/introduction.html
288288
- Miden VM docs: https://0xpolygonmiden.github.io/miden-vm/
289-
- Tools:
290-
- Tools: tools/index.md
289+
- Developer tools:
290+
- Developer tools: tools/index.md
291291
- Smart contract development:
292292
- Hardhat: tools/smart-contracts/hardhat.md
293293
- Truffle: tools/smart-contracts/truffle.md

0 commit comments

Comments
 (0)