Skip to content

Commit b79fe3b

Browse files
committed
feat: restructure tutorials and add initial content for Quick First Flow
1 parent 2dd24b9 commit b79fe3b

4 files changed

Lines changed: 26 additions & 7 deletions

File tree

content/general/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"introduction",
66
"install",
77
"changelog",
8-
"tutorials",
8+
"[IconBook2][Tutorials](/general/tutorials/)",
99
"troubleshooting"
1010
]
1111
}

content/general/tutorials.md

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Tutorials
3+
icon: IconBook2
4+
---
5+
6+
import {Card, Cards} from "fumadocs-ui/components/card";
7+
import {IconHome} from "@tabler/icons-react";
8+
9+
## Under construction
10+
11+
<Cards>
12+
<Card icon={<IconHome />} title="Test" href={"test"}>
13+
test
14+
</Card>
15+
</Cards>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"title": "Tutorials",
3+
"root": true,
4+
"pages": [
5+
"quick_login_ide",
6+
"quick_first_personal_project",
7+
"quick_setting_up_a_project",
8+
"quick_creating_a_flow"
9+
]
10+
}

0 commit comments

Comments
 (0)