Skip to content

Commit 86e637f

Browse files
authored
Add slugs (#61)
* Add slugs & keywords * Update CSS for both light mode & dark mode * Add index page for integrations (super cool!!)
1 parent dc2bacf commit 86e637f

File tree

121 files changed

+646
-280
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+646
-280
lines changed

docs/ff-concepts/adding-customization/cloud-functions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
2+
slug: /concepts/custom-code/custom-functions
23
title: Cloud Functions
4+
description: Learn how to use Cloud Functions in your FlutterFlow app for serverless backend functionality.
5+
tags: [FlutterFlow, Cloud Functions, Serverless, Integration]
36
sidebar_position: 6
7+
keywords: [FlutterFlow, Cloud Functions, Serverless, Integration]
48
---
59

610
# Cloud Functions

docs/ff-concepts/adding-customization/custom-actions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
2+
slug: /concepts/custom-code/custom-actions
23
title: Custom Actions
4+
description: Learn how to create and use custom actions in your FlutterFlow app to enhance functionality.
5+
tags: [FlutterFlow, Custom Actions, Custom Code]
36
sidebar_position: 3
7+
keywords: [FlutterFlow, Custom Actions, Customizations, Flutter, Dart, Pub.dev]
48
---
59

610
# Custom Actions

docs/ff-concepts/adding-customization/custom-code.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
---
2+
slug: /concepts/custom-code
23
title: Writing Custom Code
4+
description: Learn how to write and integrate custom code in your FlutterFlow app to add custom functionalities.
5+
tags: [FlutterFlow, Custom Code, Customizations]
36
sidebar_position: 1
7+
keywords: [FlutterFlow, Custom Code, Customizations, Flutter, Dart, Pub.dev]
48
toc_max_heading_level: 4
5-
69
---
710

811
# Custom Code

docs/ff-concepts/adding-customization/custom-files.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
---
2+
slug: /concepts/custom-code/custom-files
23
title: Custom Files
4+
description: Learn how to manage and use custom files in your FlutterFlow app to extend its capabilities.
5+
tags: [FlutterFlow, Custom Files, Custom Code]
36
sidebar_position: 5
7+
keywords: [FlutterFlow, Custom Files, Customizations, Flutter, Dart, Pub.dev]
48
---
9+
510
# Custom Files
611

712
We allow you to add a custom code directly into the `main.dart` file of your app. This means that you can easily implement specific functionalities and customize your app as per your requirements without downloading the entire project and manually modifying the file.

docs/ff-concepts/adding-customization/custom-functions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
2+
slug: /concepts/custom-code/custom-functions
23
title: Custom Functions
4+
description: Learn how to create and use custom functions in your FlutterFlow app to add custom functionalities.
5+
tags: [FlutterFlow, Custom Functions, Custom Code]
36
sidebar_position: 2
7+
keywords: [FlutterFlow, Custom Functions, Customizations, Flutter, Dart, Pub.dev]
48
---
59

610
# Custom Functions

docs/ff-concepts/adding-customization/custom-widgets.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
2+
slug: /concepts/custom-code/custom-widgets
23
title: Custom Widgets
4+
description: Learn how to create and use custom widgets in your FlutterFlow app to enhance its user interface.
5+
tags: [FlutterFlow, Custom Widgets, Custom Code]
36
sidebar_position: 4
7+
keywords: [FlutterFlow, Custom Widgets, Customizations, Flutter, Dart, Pub.dev]
48
---
59

610
# Custom Widgets

docs/ff-concepts/animations/animations.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
2-
slug: animations
2+
slug: /concepts/animations
33
title: Animations
4-
sidebar_position: 1
54
description: Learn the basics of animations in FlutterFlow.
5+
tags: [FlutterFlow, Animations, Concepts]
6+
sidebar_position: 1
7+
keywords: [FlutterFlow, Animations, Concepts]
68
---
79

810
Enhancing your app with animations significantly improves the user experience, making it more engaging and intuitive. In FlutterFlow, you have several options to add animations to your app:

docs/ff-concepts/animations/hero_animations.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
2-
slug: hero-animations
2+
slug: /concepts/hero-animations
33
title: Hero Animations
4-
sidebar_position: 3
54
description: Learn how to add Hero Animations in your FlutterFlow app.
5+
tags: [FlutterFlow, Hero Animations, Concepts]
6+
sidebar_position: 3
7+
keywords: [FlutterFlow, Hero Animations, Concepts]
68
---
79

810
# Hero Animation

docs/ff-concepts/animations/implicit_animations.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
---
2-
slug: implicit-animations
2+
slug: /concepts/implicit-animations
33
title: Implicit Animations
4-
sidebar_position: 2
54
description: Learn how to add implicit animations in FlutterFlow.
5+
tags: [FlutterFlow, Implicit Animations, Concepts]
6+
sidebar_position: 2
7+
keywords: [FlutterFlow, Implicit Animations, Concepts]
68
---
9+
710
import Tabs from '@theme/Tabs';
811
import TabItem from '@theme/TabItem';
912

docs/ff-concepts/animations/page_transitions.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
2-
slug: page-transition-animations
2+
slug: /concepts/animations/page-transition
33
title: Page Transition Animations
4-
sidebar_position: 4
54
description: Learn how to add page transition animations in your FlutterFlow app.
5+
tags: [FlutterFlow, Page Transition Animations, Concepts]
6+
sidebar_position: 4
7+
keywords: [FlutterFlow, Page Transition Animations, Concepts]
68
---
79

810
The animation that plays while transitioning from one page of the app to another is known as a page transition. In FlutterFlow, you can customize this animation to enhance the user experience.

0 commit comments

Comments
 (0)