Skip to content

Commit c0b9997

Browse files
committed
Merge main
1 parent 378be67 commit c0b9997

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

sidebars.ts

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@ import type {SidebarsConfig} from '@docusaurus/plugin-content-docs';
22

33

44
const sidebars: SidebarsConfig = {
5-
troubleshootingSidebar: [{type: 'autogenerated', dirName: 'troubleshooting'}], // Adjust `dirName` as needed
6-
changelogSidebar: [{type: 'autogenerated', dirName: 'changelog'}], // Adjust `dirName` as needed
7-
docsSidebar : [
8-
{
9-
type: 'category',
10-
label: 'Getting Started',
11-
collapsed: false,
12-
items: ['index', {
13-
type: 'category', label: "Before You Begin", items: [
14-
'intro/before-you-begin/setting-up-flutterflow', 'intro/before-you-begin/app-architecture','intro/quickstart'
15-
]
16-
}, {
17-
type: 'category', label: "Understanding The FlutterFlow UI", items: [
18-
{
19-
type: 'autogenerated',
20-
dirName: 'understanding-the-flutterflow-ui'
21-
}
22-
],
23-
}],
24-
},
25-
]
5+
troubleshootingSidebar: [{type: 'autogenerated', dirName: 'troubleshooting'}], // Adjust `dirName` as needed
6+
changelogSidebar: [{type: 'autogenerated', dirName: 'changelog'}], // Adjust `dirName` as needed
7+
docsSidebar: [
8+
{
9+
type: 'category',
10+
label: 'Getting Started',
11+
collapsed: false,
12+
items: ['index', {
13+
type: 'category', label: "Before You Begin", items: [
14+
'intro/before-you-begin/setting-up-flutterflow', 'intro/before-you-begin/app-architecture', 'intro/quickstart'
15+
]
16+
}, {
17+
type: 'category', label: "Understanding The FlutterFlow UI", items: [
18+
{
19+
type: 'autogenerated',
20+
dirName: 'understanding-the-flutterflow-ui'
21+
}
22+
],
23+
}],
24+
},
25+
]
2626
};
2727

2828
export default sidebars;

0 commit comments

Comments
 (0)