Skip to content

Commit 8619ff4

Browse files
adding more stuff
2 parents 6311be8 + cf2869c commit 8619ff4

File tree

5 files changed

+17
-18
lines changed

5 files changed

+17
-18
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ hide:
140140
<p class="paragraph-small">Step by step guidance for building dApps, running nodes, deploying ZK rollups, and more.</p>
141141
</div>
142142
</a>
143-
<a href="#" class="home-feature-card w-inline-block"><img src="img/home/network.svg" loading="lazy" alt="" class="feature-icon">
143+
<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">
144144
<div class="feature-content">
145145
<div class="feature-content-wrapper">
146146
<div class="feature-content-name">Solution Provider Network</div>

docs/miden/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1+
---
2+
hide:
3+
- toc
4+
---
5+
16
<style>
27
.feature-paragraph {
38
text-align: left;
49
}
5-
.md-sidebar.md-sidebar--secondary,
6-
.md-content__button {
7-
display: none;
8-
}
910
* {
1011
box-sizing: border-box;
1112
}
@@ -82,5 +83,4 @@
8283
</a>
8384
</div>
8485
</div>
85-
</div>
86-
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=6569b132e06e045d402ee3ac" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
86+
</div>

docs/miden/introduction/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Polygon Miden is a zkRollup for high-throughput and private applications. Users
88

99
This documentation explains how to develop on Miden. Furthermore, it explains the Miden architecture and concepts, the network and its components, and the underlying cryptographic primitives.
1010

11-
If you want to join the technical discussion, please check out
11+
### Useful resources
1212

13-
* the [Discord](https://discord.gg/0xpolygondevs).
14-
* the [Repo](https://github.com/0xPolygonMiden).
15-
* the [Roadmap](../roadmap).
13+
* [Discord](https://discord.gg/0xpolygondevs)
14+
* [Repo](https://github.com/0xPolygonMiden)
15+
* [Roadmap](../roadmap)
1616

1717
## Miden creates a new design space secured by Ethereum
1818

docs/tools/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1+
---
2+
hide:
3+
- toc
4+
---
5+
16
<style>
27
.feature-paragraph {
38
text-align: left;
49
}
5-
.md-sidebar.md-sidebar--secondary,
6-
.md-content__button {
7-
display: none;
8-
}
910
* {
1011
box-sizing: border-box;
1112
}
@@ -121,5 +122,4 @@
121122
</a>
122123
</div>
123124
</div>
124-
</div>
125-
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=6569b132e06e045d402ee3ac" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
125+
</div>

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ theme:
4141
- toc.follow
4242
- content.code.copy
4343
- content.action.edit
44-
- content.action.view
4544

4645
nav:
4746
- Home: index.md

0 commit comments

Comments
 (0)