Skip to content

Commit 2be42dd

Browse files
authored
Fix color scheme and home page. (#74)
1 parent 935790d commit 2be42dd

File tree

15 files changed

+112
-68
lines changed

15 files changed

+112
-68
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"label": "Animations",
3-
"position": 2
3+
"position": 3
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"label": "Design System",
3-
"position": 4
3+
"position": 0
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"label": "Layout",
3-
"position": 0
3+
"position": 1
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"label": "Navigation & Routing",
3-
"position": 4
3+
"position": 2
44
}

docs/index.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ hide_table_of_contents: true
1111
import InfoCard from '@site/src/components/InfoCard';
1212
import InfoCards from '@site/src/components/InfoCards';
1313
import FlutterFlowDocsLogo from '@site/src/components/FlutterFlowDocsLogo';
14+
import FlutterFlowLogo from '@site/src/components/FlutterFlowLogo';
1415
import GearIcon from '@site/static/icons/_icon_Setting.png';
1516
import DocsIcon from '@site/static/icons/document.png';
1617
import DeviceIcon from '@site/static/icons/deviceMobile.png';
@@ -20,16 +21,22 @@ import BranchIcon from '@site/static/icons/branch_New.png';
2021

2122

2223

24+
<FlutterFlowLogo></FlutterFlowLogo>
2325

24-
25-
## Quickly build beautiful apps, without limitation.
26+
# Visual Development Environment
2627
FlutterFlow is a visual development environment that lets you build mobile, web, and desktop apps incredibly fast, without sacrificing quality or features.
2728

2829
<InfoCards>
29-
<InfoCard icon={GearIcon} title="Before You Begin" description="Ensure you meet system requirements and grasp technical concepts for smooth building in FlutterFlow." pagePath="/intro/before-you-begin/setting-up-flutterflow" />
30-
<InfoCard icon={DocsIcon} title="Explore FlutterFlow" description="Dive into the building blocks of the platform: projects, widgets, functions and more." />
31-
<InfoCard icon={DeviceIcon} title="Start Building" description="Jump right into a quick start on how to build a simple app." />
32-
<InfoCard icon={CheckIcon} title="Troubleshooting Guides" description=" Solutions and tips to solve common FlutterFlow development hurdles." />
33-
<InfoCard icon={UsersIcon} title="Community Forum" description="Join discussions, ask questions, and share insights with the FlutterFlow community." />
34-
<InfoCard icon={BranchIcon} title="What's New in FlutterFlow" description="Updates, features, and the latest enhancements in FlutterFlow." />
30+
<InfoCard title="Before You Begin" description="Ensure you meet system requirements and grasp technical concepts for smooth building in FlutterFlow." pagePath="/intro/before-you-begin/setting-up-flutterflow" />
31+
<InfoCard title="Explore FlutterFlow" description="Dive into the building blocks of the platform: projects, widgets, functions and more." pagePath="/resources"/>
32+
<InfoCard title="Start Building" description="Jump right into a quick start on how to build a simple app." pagePath="/quickstart"/>
33+
<InfoCard title="Troubleshooting Guides" description=" Solutions and tips to solve common FlutterFlow development hurdles." />
34+
<InfoCard title="Community Forum" description="Join discussions, ask questions, and share insights with the FlutterFlow community." pagePath="https://community.flutterflow.io"/>
35+
<InfoCard title="What's New in FlutterFlow" description="Updates, features, and the latest enhancements in FlutterFlow." pagePath="https://community.flutterflow.io/c/whats-new-in-flutterflow"/>
3536
</InfoCards>
37+
38+
<p></p>
39+
40+
### FlutterFlow Tour
41+
42+
<div class="video-container"><iframe src="https://www.youtube.com/embed/GpXjU-ieAKU?si=moIEUUGry24CdSJN" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>

docs/intro/before-you-begin/setting-up-flutterflow.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@ title: Setting Up FlutterFlow
33
description: Ensure you meet system requirements and grasp technical concepts for smooth building in FlutterFlow.
44
---
55

6-
## What is FlutterFlow?
76

8-
FlutterFlow is a visual development envirionment for building native mobile and web applications. FlutterFlow helps you build apps faster, without sacfiricing on app quality or features.
9-
10-
<div class="video-container"><iframe src="https://www.youtube.com/embed/GpXjU-ieAKU?si=moIEUUGry24CdSJN" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
11-
12-
13-
## Create an account
7+
# Create an account
148

159
Create your free account to get started with FlutterFlow. After you've set up your account, you'll be able to create as many projects as you like.
1610

docs/intro/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
slug: quickstart
2+
slug: /quickstart
33
title: Quick Start Guide
44
tags: []
55
description: Jumpstart your FlutterFlow journey with our Quick Start Guide. Learn to build a dynamic app and explore essential FlutterFlow features like UI building, state management, and app execution.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"label": "Projects",
3-
"position": 1
3+
"position": 0
44
}

docusaurus.config.ts

Lines changed: 8 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -68,25 +68,9 @@ const config: Config = {
6868
src: '/logos/logoMark_outlinePrimary_transparent.svg',
6969
},
7070
items: [
71+
7172
{
72-
type: 'doc',
73-
docId: 'troubleshooting/overview', // Adjust to the first document in "Troubleshooting"
74-
position: 'left',
75-
label: 'Troubleshooting',
76-
},
77-
{
78-
type: 'doc',
79-
docId: 'changelog/changelog', // Adjust to the first document in "Changelog"
80-
position: 'left',
81-
label: 'Changelog',
82-
},
83-
{
84-
to: '/blog/overview',
85-
label: 'Blog',
86-
position: 'left'
87-
},
88-
{
89-
href: 'https://github.com/facebook/docusaurus',
73+
href: 'https://github.com/FlutterFlow/flutterflow-documentation',
9074
label: 'GitHub',
9175
position: 'right',
9276
},
@@ -100,24 +84,20 @@ const config: Config = {
10084
items: [
10185
{
10286
label: 'Tutorial',
103-
to: '/docs/intro',
87+
to: '#',
10488
},
10589
],
10690
},
10791
{
10892
title: 'Community',
10993
items: [
11094
{
111-
label: 'Stack Overflow',
112-
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
113-
},
114-
{
115-
label: 'Discord',
116-
href: 'https://discordapp.com/invite/docusaurus',
95+
label: 'Community Forum',
96+
href: 'https://community.flutterflow.io',
11797
},
11898
{
11999
label: 'Twitter',
120-
href: 'https://twitter.com/docusaurus',
100+
href: 'https://twitter.com/flutterflow',
121101
},
122102
],
123103
},
@@ -126,11 +106,11 @@ const config: Config = {
126106
items: [
127107
{
128108
label: 'Blog',
129-
to: '/blog',
109+
to: 'https://blog.flutterflow.io',
130110
},
131111
{
132112
label: 'GitHub',
133-
href: 'https://github.com/facebook/docusaurus',
113+
href: 'https://github.com/FlutterFlow/flutterflow-documentation',
134114
},
135115
],
136116
},

sidebars.ts

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ const sidebars: SidebarsConfig = {
3838
type: 'category',
3939
label: 'Resources',
4040
collapsed: false,
41+
link: {
42+
type: 'generated-index',
43+
title: 'FlutterFlow Resources',
44+
description: 'Learn about the key building blocks in FlutterFlow',
45+
slug: '/resources',
46+
keywords: ['resources'],
47+
},
4148
items: [
4249
{
4350
type: 'autogenerated',
@@ -49,6 +56,13 @@ const sidebars: SidebarsConfig = {
4956
type: 'category',
5057
label: 'Building Concepts',
5158
collapsed: false,
59+
link: {
60+
type: 'generated-index',
61+
title: 'Key Concepts',
62+
description: 'Learn about the key concepts important for building with FlutterFlow',
63+
slug: '/concepts',
64+
keywords: ['concepts'],
65+
},
5266
items: [
5367
{
5468
type: 'autogenerated',
@@ -74,7 +88,7 @@ const sidebars: SidebarsConfig = {
7488
link: {
7589
type: 'generated-index',
7690
title: 'FF Guides',
77-
description: 'Learn about the most important Docusaurus concepts!',
91+
description: 'Learn about the various integrations available in FlutterFlow!',
7892
slug: '/integrations',
7993
keywords: ['guides'],
8094
},

0 commit comments

Comments
 (0)