Skip to content

Commit c3c5a59

Browse files
committed
chore: ppanel sponsor banner
1 parent b4d68a3 commit c3c5a59

File tree

5 files changed

+11
-0
lines changed

5 files changed

+11
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,5 @@ $RECYCLE.BIN/
9797

9898
site/
9999
assistant/
100+
101+
.venv/

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ It's built with [MkDocs Material](https://squidfunk.github.io/mkdocs-material/).
88
pip install mkdocs-material
99
pip install mkdocs-static-i18n
1010
pip install mkdocs-glightbox
11+
pip install mkdocs-mermaid2-plugin
1112

1213
mkdocs serve
1314
```

docs/assets/ppanel-banner.jpg

74 KB
Loading

docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,7 @@ hide:
8585
<i class="fab fa-github"></i> GitHub Discussions
8686
</a>
8787
</p>
88+
89+
---
90+
91+
[![PPanel](./assets/ppanel-banner.jpg)](https://ppanel.dev/){: style="max-width: 500px; display: block; margin: 0 auto;"}

docs/index.zh.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,7 @@ hide:
8686
<i class="fab fa-github"></i> GitHub 讨论区
8787
</a>
8888
</p>
89+
90+
---
91+
92+
[![PPanel](./assets/ppanel-banner.jpg)](https://ppanel.dev/){: style="max-width: 500px; display: block; margin: 0 auto;"}

0 commit comments

Comments
 (0)