Skip to content

Commit cd4c34d

Browse files
authored
More slugs additions! (#65)
* Fix home page UI * Changes by Ideagarage * Update CSS * Add more slugs & SEO keywords
1 parent 772b31a commit cd4c34d

File tree

24 files changed

+72
-45
lines changed

24 files changed

+72
-45
lines changed

docs/ff-concepts/animations/import-animations/lottie-animation.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
slug: lottie-animation
2+
slug: /concepts/animations/lottie-animation
33
title: Lottie Animation
4-
tags: []
5-
description: Learn how to add lottie animation in your FlutterFlow app.
4+
description: Learn how to add Lottie animation in your FlutterFlow app.
5+
tags: [Lottie Animation, FlutterFlow, Animations]
66
sidebar_position: 1
7+
keywords: [Lottie Animation, FlutterFlow, Animations]
78
---
89
import Tabs from '@theme/Tabs';
910
import TabItem from '@theme/TabItem';

docs/ff-concepts/animations/import-animations/rive-animation.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
slug: rive-animation
2+
slug: /concepts/animations/rive-animation
33
title: Rive Animation
4-
tags: []
54
description: Learn how to add Rive animation in your FlutterFlow app.
5+
tags: [Rive Animation, FlutterFlow, Animations]
66
sidebar_position: 2
7+
keywords: [Rive Animation, FlutterFlow, Animations]
78
---
89

910
# Rive Animation

docs/ff-concepts/navigation-routing/special-page-navigation/overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
slug: overview
2+
slug: /concepts/navigation/special-page-navigations
33
title: Overview
4-
tags: []
54
description: Learn how to add Special Page Navigations in FlutterFlow.
5+
tags: [Special Page Navigations, FlutterFlow, Navigation]
66
sidebar_position: 0
7+
keywords: [Special Page Navigations, FlutterFlow, Navigation]
78
---
89

910
# Overview

docs/ff-concepts/navigation-routing/special-page-navigation/pageview-widget.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
slug: pageview
2+
slug: /concepts/navigation/pageview
33
title: PageView
4-
tags: []
54
description: Learn how to use the PageView widget for creating swipeable pages, perfect for creating onboarding screens or multi-step forms.
5+
tags: [PageView, FlutterFlow, UI, Widgets]
66
sidebar_position: 2
7+
keywords: [PageView, FlutterFlow, UI, Widgets]
78
---
89

910
# PageView

docs/ff-concepts/navigation-routing/special-page-navigation/tabbar-widget.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
slug: tabbar
2+
slug: /concepts/navigation/tabbar
33
title: TabBar
4-
tags: []
54
description: Learn how to use the TabBar widget in FlutterFlow to create a horizontal row of tabs for navigating different content views in your app.
5+
tags: [TabBar, FlutterFlow, Navigation, Widgets]
66
sidebar_position: 1
7+
keywords: [TabBar, FlutterFlow, Navigation, Widgets]
78
---
89

910
# TabBar

docs/resources/control-flow/backend-logic/api/streaming-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
slug: /resources/backend-logic/api/streaming-apis
2+
slug: /resources/backend-logic/streaming-apis
33
title: Streaming APIs
44
description: Learn how to use streaming APIs in your backend logic with FlutterFlow.
55
tags: [Streaming APIs, Backend Logic, Control Flow, FlutterFlow]

docs/resources/control-flow/functions/action-blocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
slug: /resources/action-blocks
2+
slug: /resources/actions/action-blocks
33
title: Action Blocks
44
description: Learn how to use Action Blocks in your FlutterFlow app to and create reusable actions.
55
tags: [Action Blocks, Backend Query, Backend Logic, Control Flow, FlutterFlow]

docs/resources/control-flow/functions/action-flow-editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
slug: /resources/action-flow-editor
2+
slug: /resources/actions/action-flow-editor
33
title: Action Flow Editor
44
description: Learn how to use the Action Flow Editor in your FlutterFlow app to manage and streamline your backend logic.
55
tags: [Action Flow Editor, Backend Query, Backend Logic, Control Flow, FlutterFlow]

docs/resources/control-flow/functions/built-in-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
slug: /resources/built-in-functions
2+
slug: /resources/functions/utility
33
title: Built-in Functions
44
description: Learn about the built-in functions available in FlutterFlow to enhance your app's backend logic.
5-
tags: [Built-in Functions, Backend Query, Backend Logic, Control Flow, FlutterFlow]
5+
tags: [Functions]
66
sidebar_position: 2
77
keywords: [Built-in Functions, Backend Query, Backend Logic, Control Flow, FlutterFlow]
88
---

docs/resources/control-flow/functions/concepts.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
---
2+
slug: /concepts/control-flow
23
title: Concepts
4+
description: Understand and implement control flow in your FlutterFlow app to manage the execution of statements, instructions, and function calls under various conditions.
5+
tags: [Control Flow, FlutterFlow, Concepts]
6+
sidebar_position: 1
7+
keywords: [Control Flow, FlutterFlow, Concepts]
38
---
49

10+
511
# Control Flow Concepts
612

713
In app development, control flow refers to the order in which individual statements,

0 commit comments

Comments
 (0)