Skip to content

Commit ce5501b

Browse files
committed
collapse most sidebar sections
1 parent 4a01a15 commit ce5501b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sidebars.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const sidebars: SidebarsConfig = {
3737
{
3838
type: 'category',
3939
label: 'Resources',
40-
collapsed: false,
40+
collapsed: true,
4141
link: {
4242
type: 'generated-index',
4343
title: 'FlutterFlow Resources',
@@ -55,7 +55,7 @@ const sidebars: SidebarsConfig = {
5555
{
5656
type: 'category',
5757
label: 'Building Concepts',
58-
collapsed: false,
58+
collapsed: true,
5959
link: {
6060
type: 'generated-index',
6161
title: 'Key Concepts',
@@ -73,7 +73,7 @@ const sidebars: SidebarsConfig = {
7373
{
7474
type: 'category',
7575
label: 'Testing & Publishing',
76-
collapsed: false,
76+
collapsed: true,
7777
items: [
7878
{
7979
type: 'autogenerated',
@@ -87,8 +87,8 @@ const sidebars: SidebarsConfig = {
8787
collapsed: true,
8888
link: {
8989
type: 'generated-index',
90-
title: 'FF Guides',
91-
description: 'Learn about the various integrations available in FlutterFlow!',
90+
title: 'Third Party Integrations',
91+
description: 'Learn about the various third-party integrations available in FlutterFlow!',
9292
slug: '/integrations',
9393
keywords: ['guides'],
9494
},

0 commit comments

Comments
 (0)