We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b967903 commit 980d9eeCopy full SHA for 980d9ee
.vitepress/sidebar.ts
@@ -46,6 +46,10 @@ export function getSidebar() {
46
text: 'Use Cases',
47
link: '/get-started/use-cases',
48
},
49
+ {
50
+ text: 'Dev workflow',
51
+ link: '/get-started/workflow',
52
+ },
53
{
54
text: 'Develop with AI',
55
link: '/get-started/develop-with-ai',
src/get-started/workflow.md
@@ -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