File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ const sidebars: SidebarsConfig = {
37
37
{
38
38
type : 'category' ,
39
39
label : 'Resources' ,
40
- collapsed : false ,
40
+ collapsed : true ,
41
41
link : {
42
42
type : 'generated-index' ,
43
43
title : 'FlutterFlow Resources' ,
@@ -55,7 +55,7 @@ const sidebars: SidebarsConfig = {
55
55
{
56
56
type : 'category' ,
57
57
label : 'Building Concepts' ,
58
- collapsed : false ,
58
+ collapsed : true ,
59
59
link : {
60
60
type : 'generated-index' ,
61
61
title : 'Key Concepts' ,
@@ -73,7 +73,7 @@ const sidebars: SidebarsConfig = {
73
73
{
74
74
type : 'category' ,
75
75
label : 'Testing & Publishing' ,
76
- collapsed : false ,
76
+ collapsed : true ,
77
77
items : [
78
78
{
79
79
type : 'autogenerated' ,
@@ -87,8 +87,8 @@ const sidebars: SidebarsConfig = {
87
87
collapsed : true ,
88
88
link : {
89
89
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!' ,
92
92
slug : '/integrations' ,
93
93
keywords : [ 'guides' ] ,
94
94
} ,
You can’t perform that action at this time.
0 commit comments