Skip to content

Commit 0516af9

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

10 files changed

Lines changed: 6976 additions & 23 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/.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

docs/blog/index.md

Whitespace-only changes.

docs/index.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +0,0 @@
1-
# Welcome to MkDocs
2-
3-
For full documentation visit [mkdocs.org](https://www.mkdocs.org).
4-
5-
## Commands
6-
7-
* `mkdocs new [dir-name]` - Create a new project.
8-
* `mkdocs serve` - Start the live-reloading docs server.
9-
* `mkdocs build` - Build the documentation site.
10-
* `mkdocs -h` - Print help message and exit.
11-
12-
## Project layout
13-
14-
mkdocs.yml # The configuration file.
15-
docs/
16-
index.md # The documentation homepage.
17-
... # Other markdown pages, images and other files.

0 commit comments

Comments
 (0)