Skip to content

Commit a95a1ab

Browse files
committed
removed miden
1 parent a55bf3b commit a95a1ab

File tree

3 files changed

+3
-23
lines changed

3 files changed

+3
-23
lines changed

docs/index.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,6 @@ hide:
8282
</div>
8383
<p class="feature-paragraph">Build and test a zero-knowledge Layer 2 blockchain on Ethereum. Learn about validium and rollup modes, custom native gas tokens, and more.</p>
8484
</a>
85-
<a href="miden" class="flex-card-item w-inline-block">
86-
<div class="product-list-item-header">
87-
<div class="feature-card-heading">Polygon Miden</div>
88-
<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">
89-
<path d="M9.98805 5.70133L3.41071 12.2787L4.58922 13.4572L11.1666 6.87976V12.2013H12.8333V4.03467H4.66665V5.70133H9.98805Z" fill="currentColor"></path>
90-
</svg></div>
91-
<div class="status-tag">SOON</div>
92-
</div>
93-
<p class="feature-paragraph">Test the Miden VM and learn about Polygon Miden, the novel ZK rollup designed to extend the EVM’s feature-set, including for privacy.</p>
94-
</a>
9585
</div>
9686
<div class="flex-card-child">
9787
<div class="flex-card-item header-item">
@@ -250,16 +240,6 @@ hide:
250240
</svg></div>
251241
</div>
252242
</a>
253-
<a href="https://0xpolygonmiden.github.io/examples/" class="home-feature-card w-inline-block"><img src="img/home/polygon-icon.svg" loading="lazy" alt="" class="feature-icon">
254-
<div class="feature-content">
255-
<div class="feature-content-wrapper">
256-
<div class="feature-content-name">Polygon Miden: Explore the sandbox</div>
257-
<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">
258-
<path d="M9.98805 5.70133L3.41071 12.2787L4.58922 13.4572L11.1666 6.87976V12.2013H12.8333V4.03467H4.66665V5.70133H9.98805Z" fill="currentColor"></path>
259-
</svg></div>
260-
</div>
261-
</div>
262-
</a>
263243
</div>
264244
</div>
265245
</div>

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ nav:
344344
- EIP-1559: pos/concepts/transactions/eip-1559.md
345345
- EIP-4337: pos/concepts/transactions/eip-4337.md
346346
- Meta transactions: pos/concepts/transactions/meta-transactions.md
347-
- Miden:
348-
- Miden: miden/index.md
347+
# - Miden:
348+
# - Miden: miden/index.md
349349
- Developer tools:
350350
- Developer tools: tools/index.md
351351
- Start building:

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -euo pipefail
44
virtualenv venv
55
source venv/bin/activate
66
pip3 install -r requirements.txt
7-
mkdocs serve #--strict
7+
mkdocs serve --strict

0 commit comments

Comments
 (0)