Skip to content

Commit

Permalink
Merge pull request #66 from 0xPolygon/km/fix_tools_link
Browse files Browse the repository at this point in the history
Fix Tools link and some wording
  • Loading branch information
kmurphypolygon authored Dec 12, 2023
2 parents 2f61a06 + a7998fa commit f55b37e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ hide:
<p class="home-section-subtext">For developers who know what they want to build and are ready to go.</p>
</div>
<div class="flexbox">
<a href="#" class="home-feature-card w-inline-block"><img src="img/home/build.svg" loading="lazy" alt="" class="feature-icon">
<a href="/tools/" class="home-feature-card w-inline-block"><img src="img/home/build.svg" loading="lazy" alt="" class="feature-icon">
<div class="feature-content">
<div class="feature-content-wrapper">
<div class="feature-content-name">Tooling</div>
<div class="feature-content-name">Developer tools</div>
<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">
<path d="M9.98805 5.70133L3.41071 12.2787L4.58922 13.4572L11.1666 6.87976V12.2013H12.8333V4.03467H4.66665V5.70133H9.98805Z" fill="currentColor"></path>
</svg></div>
Expand Down
2 changes: 1 addition & 1 deletion docs/tools/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<div class="section-wrapper product-section-head">
<div class="hero-image"><img src="../img/home/main-img.svg" loading="lazy" class="hero-image" style="width: 40%; float: right;"></div>
<div class="hero-left">
<h1 class="hero-heading">Tools</h1>
<h1 class="hero-heading">Developer tools</h1>
<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>
<p class="hero-subtext">Find out how to access data, code against blockchain networks, use data oracles, and much more. </p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ nav:
- Overview: miden/overview.md
- Miden zkRollup docs: https://0xpolygonmiden.github.io/miden-base/introduction.html
- Miden VM docs: https://0xpolygonmiden.github.io/miden-vm/
- Tools:
- Tools: tools/index.md
- Developer tools:
- Developer tools: tools/index.md
- Smart contract development:
- Hardhat: tools/smart-contracts/hardhat.md
- Truffle: tools/smart-contracts/truffle.md
Expand Down

0 comments on commit f55b37e

Please sign in to comment.