Skip to content

Commit 980d9ee

Browse files
committed
feat: add 'Dev workflow' section and create corresponding markdown page
1 parent b967903 commit 980d9ee

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.vitepress/sidebar.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ export function getSidebar() {
4646
text: 'Use Cases',
4747
link: '/get-started/use-cases',
4848
},
49+
{
50+
text: 'Dev workflow',
51+
link: '/get-started/workflow',
52+
},
4953
{
5054
text: 'Develop with AI',
5155
link: '/get-started/develop-with-ai',

src/get-started/workflow.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Your Page Title
3+
description: A brief description of what this page covers
4+
---
5+
6+
# Your Page Heading
7+
8+
Your content here...

0 commit comments

Comments
 (0)