File tree Expand file tree Collapse file tree
content/general/tutorials Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,15 +4,10 @@ icon: IconBook2
44---
55
66import {Card , Cards } from " fumadocs-ui/components/card" ;
7- import {IconHome } from " @tabler/icons-react" ;
87
98<Cards >
10- <Card title = " Quick - How to login" href = " quick_how-to-login.mdx" >
11- </Card >
12- <Card title = " Quick - How to create first personal project" href = " quick_first_personal_project.mdx" >
13- </Card >
14- <Card title = " Quick - How to set up project" href = " quick_setting_up_a_project.mdx" >
15- </Card >
16- <Card title = " Quick - How to create first flow" href = " quick_creating_a_flow.mdx" >
17- </Card >
9+ <Card title = " Quick - How to login" href = " ./quick_how-to-login" />
10+ <Card title = " Quick - How to create first personal project" href = " ./quick_first_personal_project" />
11+ <Card title = " Quick - How to set up project" href = " ./quick_setting_up_a_project" />
12+ <Card title = " Quick - How to create first flow" href = " ./quick_creating_a_flow" />
1813</Cards >
You can’t perform that action at this time.
0 commit comments