Skip to content

Commit 6dee5cf

Browse files
Merge pull request 0xPolygon#75 from 0xPolygon/km/front_analytics
Fix front page and add analytics code
2 parents cf2869c + 502323d commit 6dee5cf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,15 @@ hide:
129129
<p class="paragraph-small">RPC providers, faucets, data indexing, Web3 dApp development SDKs, block explorers, storage, and more.</p>
130130
</div>
131131
</a>
132-
<a href="#" class="home-feature-card w-inline-block"><img src="img/home/tutorial.svg" loading="lazy" alt="" class="feature-icon">
132+
<a href="./zkEVM/how-to/write-contract" class="home-feature-card w-inline-block"><img src="img/home/tutorial.svg" loading="lazy" alt="" class="feature-icon">
133133
<div class="feature-content">
134134
<div class="feature-content-wrapper">
135-
<div class="feature-content-name">Tutorials</div>
135+
<div class="feature-content-name">Write a zkEVM contract</div>
136136
<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">
137137
<path d="M9.98805 5.70133L3.41071 12.2787L4.58922 13.4572L11.1666 6.87976V12.2013H12.8333V4.03467H4.66665V5.70133H9.98805Z" fill="currentColor"></path>
138138
</svg></div>
139139
</div>
140-
<p class="paragraph-small">Step by step guidance for building dApps, running nodes, deploying ZK rollups, and more.</p>
140+
<p class="paragraph-small">Step-by-step guidance for writing smart contracts with zkEVM.</p>
141141
</div>
142142
</a>
143143
<a href="https://ecosystem.polygon.technology/spn/explore/?search=&competency=&chain=" class="home-feature-card w-inline-block"><img src="img/home/network.svg" loading="lazy" alt="" class="feature-icon">
@@ -148,7 +148,7 @@ hide:
148148
<path d="M9.98805 5.70133L3.41071 12.2787L4.58922 13.4572L11.1666 6.87976V12.2013H12.8333V4.03467H4.66665V5.70133H9.98805Z" fill="currentColor"></path>
149149
</svg></div>
150150
</div>
151-
<p class="paragraph-small">Searchable catalog of tooling and infrastructure for developers, from oracles, bridges, RPC providers, wallets, and more.</p>
151+
<p class="paragraph-small">Searchable catalog of tooling and infrastructure for developers.</p>
152152
</div>
153153
</a>
154154
</div>

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,8 +429,8 @@ nav:
429429
extra:
430430
generator: false
431431
analytics:
432-
# provider: google
433-
# property: G-XXXXXXXXXX
432+
provider: google
433+
property: G-RJ6JC0EEY5
434434
# feedback: # feedback form only works when Google Analytics is set up and working
435435
# title: Was this page helpful?
436436
# ratings:

0 commit comments

Comments
 (0)