Skip to content

Commit d269d2d

Browse files
committed
added assets
1 parent a04eda2 commit d269d2d

3 files changed

Lines changed: 14 additions & 0 deletions

File tree

src/assets/code.svg

Lines changed: 1 addition & 0 deletions
Loading

src/assets/doc.svg

Lines changed: 1 addition & 0 deletions
Loading

src/assets/projects.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"name": "mio",
4+
"description": "Header-only cross-platform C++ memory mapping library.",
5+
"documentation" : "https://maxtek6.github.io/docs/mio"
6+
},
7+
{
8+
"name" : "hyperpage",
9+
"description" : "Fast and efficient solution for storing web content.",
10+
"documentation" : "https://maxtek6.github.io/docs/hyperpage"
11+
}
12+
]

0 commit comments

Comments
 (0)