Skip to content

Commit ae5ed3b

Browse files
Merge pull request 0xPolygon#744 from 0xPolygon/platform/mermaid-plugin
Platform: Add mermaid plugin
2 parents a087605 + e2556f0 commit ae5ed3b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

docs/pos/get-started/building-on-polygon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ main();
101101
If you already have a decentralized application (dApp) and are looking for a platform to help you scale efficiently, then you are at the right place because Polygon allows you to:
102102

103103
1. Easily migrate from Ethereum Virtual Machine (EVM) based chain: Polygon prides itself in being the ultimate Layer-2 scaling solution for Ethereum. You don't have to worry about the underlying architecture while moving or deploying your dApps to the Polygon PoS network as long as it is EVM-compatible.
104-
2. Use Polygon PoS as a faster transaction layer: Deploying your dApp to the PoS mainnet allows you to leverage Polygon as a faster transaction layer for your dApp. Additionally, you can get your tokens mapped by us. You can join our [technical discussions group](http://bit.ly/matic-technical-group) on Telegram to learn more.
104+
2. Use Polygon PoS as a faster transaction layer: Deploying your dApp to the PoS mainnet allows you to leverage Polygon as a faster transaction layer for your dApp. Additionally, you can get your tokens mapped by us. You can join our [technical discussions group](http://bit.ly/matic-technical-group) on Telegram to learn more.

mkdocs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,12 @@ markdown_extensions:
661661
- pymdownx.caret
662662
- meta
663663
- smarty
664-
- pymdownx.extra
664+
- pymdownx.extra:
665+
pymdownx.superfences:
666+
custom_fences:
667+
- name: mermaid
668+
class: mermaid
669+
format: !!python/name:pymdownx.superfences.fence_code_format
665670

666671
plugins:
667672
- multirepo:

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ mkdocs-material==9.4.8
22
markdown-include==0.8.1
33
mkdocs-open-in-new-tab==1.0.3
44
mkdocs-multirepo-plugin==0.7.0
5-
mkdocs-redirects==1.2.1
5+
mkdocs-redirects==1.2.1
6+
mkdocs-mermaid2-plugin==1.1.1

0 commit comments

Comments
 (0)