Skip to content

Commit d17bdf1

Browse files
authored
Redirect Mappings (#87)
* fix slugs * Add redirects list to firebase.json * Add robots.txt and redirect blogs to /
1 parent afa24f7 commit d17bdf1

File tree

15 files changed

+2103
-10
lines changed

15 files changed

+2103
-10
lines changed

docs/ff-concepts/localization-accessibility/add-multiple-languages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
slug: multiple-languages
2+
slug: concepts/multiple-languages
33
title: Languages
44
tags: [Multilingual, Localization, Internationalization]
55
keywords: [FlutterFlow, multiple languages, app localization, internationalization, multilingual support]

docs/ff-concepts/state-management/state-variables.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
slug: concepts/state-management
23
title: State Variables
34
description: An overview of state management & state variables in FlutterFlow.
45
sidebar_position: 0

docs/ff-concepts/state-management/widget-state.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
slug: concepts/state-management/widget-state
23
title: Widget State
34
sidebar_position: 1
45
---

docs/intro/before-you-begin/app-architecture.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
slug: /before-you-begin/app-architecture
23
title: App Architecture
34
---
45

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
slug: /before-you-begin/setup-flutterflow
23
title: Setting Up FlutterFlow
34
description: Ensure you meet system requirements and grasp technical concepts for smooth building in FlutterFlow.
45
---

docs/intro/ff-ui/builder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
slug: /intro/flutterflow-ui/builder
2+
slug: /flutterflow-ui/builder
33
title: App Builder
44
description: Explore the App Builder in FlutterFlow, featuring a comprehensive interface with
55
four main sections-Navigation Menu, Toolbar, Canvas, and Properties Panel.

docs/intro/ff-ui/canvas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
slug: /intro/flutterflow-ui/canvas
2+
slug: /flutterflow-ui/canvas
33
title: Canvas
44
description: Dive into the versatile Canvas in FlutterFlow, where you can effortlessly design and preview your app’s interface.
55
tags: [Canvas, FlutterFlow, UI, Design]

docs/intro/ff-ui/resource-hierarchy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
slug: /intro/flutterflow-ui/resource-hierarchy
2+
slug: /flutterflow-ui/resource-hierarchy
33
title: Resource Hierarchy Overview
44
description: Explore the Resource Hierarchy Overview to understand the correlation between traditional Flutter app components and their equivalents in FlutterFlow.
55
tags: [Resource Hierarchy, FlutterFlow, Project Management]

docs/intro/ff-ui/storyboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
slug: /intro/flutterflow-ui/storyboard
2+
slug: /flutterflow-ui/storyboard
33
title: Storyboard
44
description: Master the Storyboard view in FlutterFlow to visualize your app’s design and user navigation. The Storyboard allows you to see screens and interactions, ensuring a seamless user experience.
55
tags: [Storyboard, FlutterFlow, UI, User Navigation]

docs/intro/ff-ui/toolbar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
slug: /intro/flutterflow-ui/toolbar
2+
slug: /flutterflow-ui/toolbar
33
title: Toolbar
44
description: Navigate the Toolbar in FlutterFlow for efficient access to essential tools and features. This includes project management, version control, interactive help resources, and direct actions like running your app, reporting issues, and customizing your workspace.
55
tags: [Toolbar, FlutterFlow, UI, Tools, Project Management]

0 commit comments

Comments
 (0)