Skip to content

Commit aa7963a

Browse files
committed
docs(blog): add "Why another RDMA wrapper"
Signed-off-by: Luke Yue <lukedyue@gmail.com>
1 parent c443bfb commit aa7963a

5 files changed

Lines changed: 606 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ jobs:
2626
mkdocs-material-
2727
- run: pip install mkdocs-material
2828
- run: pip install mkdocs-git-committers-plugin-2
29+
- run: curl -fsSL https://d2lang.com/install.sh | sh -s --
30+
- run: pip install mkdocs-d2-plugin
2931
- run: mkdocs gh-deploy --force

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Python venv
2+
venv/
3+
4+
# plugin cache
5+
.cache/

docs/blog/.authors.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
authors:
2+
dragonJACson:
3+
name: Luke
4+
description: Developer
5+
avatar: https://avatars.githubusercontent.com/u/13308034
6+
url: https://github.com/dragonJACson

0 commit comments

Comments
 (0)