Skip to content

Commit 5d7ef89

Browse files
committed
Move Generated Code State Management page to ff concepts directory
1 parent b5848a5 commit 5d7ef89

File tree

3 files changed

+28
-9
lines changed

3 files changed

+28
-9
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "State Management",
3+
"position": 1
4+
}

docs/resources/Projects/how-to-create-use-app-state.md renamed to docs/ff-concepts/state-management/generated-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
slug: how-to-create-use-app-state
3-
title: How to Create and Use App State
2+
slug: generated-code
3+
title: Generated Code
44
tags: []
55
toc_max_heading_level: 5
66
sidebar_position: 5

sidebars.ts

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,30 @@ const sidebars: SidebarsConfig = {
1313
type: 'category', label: "Before You Begin", items: [
1414
'intro/before-you-begin/setting-up-flutterflow', 'intro/before-you-begin/app-architecture', 'intro/quickstart'
1515
]
16-
}, {
17-
type: 'category', label: "Resources", items: [
18-
{
19-
type: 'autogenerated',
20-
dirName: 'resources'
21-
}
22-
],
2316
}],
2417
},
18+
{
19+
type: 'category',
20+
label: 'Resources',
21+
collapsed: false,
22+
items: [
23+
{
24+
type: 'autogenerated',
25+
dirName: 'resources'
26+
}
27+
],
28+
},
29+
{
30+
type: 'category',
31+
label: 'Building Concepts',
32+
collapsed: false,
33+
items: [
34+
{
35+
type: 'autogenerated',
36+
dirName: 'ff-concepts'
37+
}
38+
],
39+
}
2540
]
2641
};
2742

0 commit comments

Comments
 (0)