Skip to content

Commit fbc3ff7

Browse files
authored
Merge pull request 0xPolygon#2593 from 0xPolygon/dominik_change_miden_docs_link
Changing the Miden docs to our new repository
2 parents 5ea49e6 + f89c283 commit fbc3ff7

File tree

2 files changed

+5
-24
lines changed

2 files changed

+5
-24
lines changed

docs/miden/index.md

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,33 +15,17 @@ hide:
1515
<h1 class="hero-heading">Polygon Miden</h1>
1616
<h2><code>Software in development</code></h2>
1717
<h2></h2>
18-
<p class="hero-subtext">Polygon Miden is a zero-knowledge rollup for private, high-throughput applications.</p>
18+
<p class="hero-subtext">Polygon Miden is a zero-knowledge rollup for high-throughput, private applications.</p>
1919
</div>
2020
</div>
2121

2222
<div class="grid-container">
2323
<div class="grid-item">
24-
<a href="./miden-base/introduction/get-started/prerequisites/">
24+
<a href="https://0xpolygonmiden.github.io/miden-docs/">
2525
<div class="product-list-item-header">
26-
<div class="feature-card-heading">Getting started</div>
26+
<div class="feature-card-heading">Miden docs</div>
2727
</div>
28-
<p class="feature-paragraph">Follow the Miden getting started guide to get up and running.</p>
29-
</a>
30-
</div>
31-
<div class="grid-item">
32-
<a href="./miden-base/architecture/overview/">
33-
<div class="product-list-item-header">
34-
<div class="feature-card-heading">Miden architecture</div>
35-
</div>
36-
<p class="feature-paragraph">Learn more about the Miden architecture.</p>
37-
</a>
38-
</div>
39-
<div class="grid-item">
40-
<a href="./miden-base/introduction/roadmap/">
41-
<div class="product-list-item-header">
42-
<div class="feature-card-heading">Roadmap</div>
43-
</div>
44-
<p class="feature-paragraph">Check out the Miden roadmap for the latest updates.</p>
28+
<p class="feature-paragraph">Learn everything about Miden.</p>
4529
</a>
4630
</div>
4731
</div>

mkdocs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -404,10 +404,7 @@ nav:
404404
- Meta transactions: pos/concepts/transactions/meta-transactions.md
405405
- Miden:
406406
- Miden: miden/index.md
407-
- Miden base: '!import https://github.com/0xPolygonMiden/miden-base?branch=main'
408-
- Miden client: '!import https://github.com/0xPolygonMiden/miden-client?branch=main'
409-
- Miden compiler: '!import https://github.com/0xPolygonMiden/compiler?branch=next'
410-
- Developer tools:
407+
- Developer tools:
411408
- Developer tools: tools/index.md
412409
- Start building:
413410
- Test token faucets: tools/gas/matic-faucet.md

0 commit comments

Comments
 (0)