From c379e1f7efde33f881e3efc763d13c49b09c0675 Mon Sep 17 00:00:00 2001 From: kmurphypolygon Date: Tue, 12 Dec 2023 10:48:43 +0100 Subject: [PATCH] fix up tools wording --- docs/index.md | 4 ++-- docs/tools/index.md | 2 +- mkdocs.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/index.md b/docs/index.md index 6a5da6bbd..a5ced7517 100644 --- a/docs/index.md +++ b/docs/index.md @@ -118,10 +118,10 @@ hide:

For developers who know what they want to build and are ready to go.

- +
-
Tooling
+
Developer tools
diff --git a/docs/tools/index.md b/docs/tools/index.md index f503543d6..2bfc15f56 100644 --- a/docs/tools/index.md +++ b/docs/tools/index.md @@ -50,7 +50,7 @@
-

Tools

+

Developer tools

This section of the documentation describes some of the available third-party tools used by developers with Polygon products and services.

Find out how to access data, code against blockchain networks, use data oracles, and much more.

diff --git a/mkdocs.yml b/mkdocs.yml index 4150b6657..67cabb80f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -286,8 +286,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