From ab55ccc0c8d56228ce0b86df5fcc31e1e857c2f0 Mon Sep 17 00:00:00 2001 From: PoojaB26 Date: Wed, 24 Jul 2024 01:17:33 +0530 Subject: [PATCH] Fix more slugs --- docs/ff-concepts/animations/hero_animations.md | 2 +- docs/ff-concepts/animations/implicit_animations.md | 2 +- docs/ff-concepts/animations/widget_animations.md | 2 +- docs/ff-concepts/layout/building-layout.md | 2 +- docs/ff-concepts/layout/responsive-layout.md | 2 +- .../layout/responsive-widgets/conditional-builder-widget.md | 2 +- docs/ff-concepts/layout/responsive-widgets/wrap-widget.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/ff-concepts/animations/hero_animations.md b/docs/ff-concepts/animations/hero_animations.md index d0a18ba9..dc4ded73 100644 --- a/docs/ff-concepts/animations/hero_animations.md +++ b/docs/ff-concepts/animations/hero_animations.md @@ -1,5 +1,5 @@ --- -slug: /concepts/hero-animations +slug: /concepts/animations/hero-animations title: Hero Animations description: Learn how to add Hero Animations in your FlutterFlow app. tags: [FlutterFlow, Hero Animations, Concepts] diff --git a/docs/ff-concepts/animations/implicit_animations.md b/docs/ff-concepts/animations/implicit_animations.md index 47533674..031fc1db 100644 --- a/docs/ff-concepts/animations/implicit_animations.md +++ b/docs/ff-concepts/animations/implicit_animations.md @@ -1,5 +1,5 @@ --- -slug: /concepts/implicit-animations +slug: /concepts/animations/implicit title: Implicit Animations description: Learn how to add implicit animations in FlutterFlow. tags: [FlutterFlow, Implicit Animations, Concepts] diff --git a/docs/ff-concepts/animations/widget_animations.md b/docs/ff-concepts/animations/widget_animations.md index 9bde8c55..7926015a 100644 --- a/docs/ff-concepts/animations/widget_animations.md +++ b/docs/ff-concepts/animations/widget_animations.md @@ -1,5 +1,5 @@ --- -slug: /concepts/widget-animations +slug: /concepts/animations/widget-animations title: Widget Animations description: Learn how to add widget animations in FlutterFlow. tags: [FlutterFlow, Widget Animations, Concepts] diff --git a/docs/ff-concepts/layout/building-layout.md b/docs/ff-concepts/layout/building-layout.md index e75a3c85..0d3e0806 100644 --- a/docs/ff-concepts/layout/building-layout.md +++ b/docs/ff-concepts/layout/building-layout.md @@ -1,5 +1,5 @@ --- -slug: /concepts/building-layout +slug: /concepts/layouts title: Building Layout description: Learn how to build layout in your FlutterFlow app. tags: [FlutterFlow, Building Layout, Concepts] diff --git a/docs/ff-concepts/layout/responsive-layout.md b/docs/ff-concepts/layout/responsive-layout.md index 0ba282d5..bb5fbb97 100644 --- a/docs/ff-concepts/layout/responsive-layout.md +++ b/docs/ff-concepts/layout/responsive-layout.md @@ -1,5 +1,5 @@ --- -slug: /concepts/responsive-layout +slug: /concepts/layouts/responsive title: Responsive Layout description: Learn how to create responsive layout in your FlutterFlow app. tags: [FlutterFlow, Responsive Layout, Concepts] diff --git a/docs/ff-concepts/layout/responsive-widgets/conditional-builder-widget.md b/docs/ff-concepts/layout/responsive-widgets/conditional-builder-widget.md index 00a08599..76c0d06b 100644 --- a/docs/ff-concepts/layout/responsive-widgets/conditional-builder-widget.md +++ b/docs/ff-concepts/layout/responsive-widgets/conditional-builder-widget.md @@ -1,5 +1,5 @@ --- -slug: /concepts/responsive/conditional-builder +slug: /concepts/layouts/conditional-builder title: ConditionalBuilder description: Learn how to display different widgets based on certain conditions in your FlutterFlow app. tags: [FlutterFlow, ConditionalBuilder, Concepts] diff --git a/docs/ff-concepts/layout/responsive-widgets/wrap-widget.md b/docs/ff-concepts/layout/responsive-widgets/wrap-widget.md index 3db41110..3997ed0f 100644 --- a/docs/ff-concepts/layout/responsive-widgets/wrap-widget.md +++ b/docs/ff-concepts/layout/responsive-widgets/wrap-widget.md @@ -1,5 +1,5 @@ --- -slug: /concepts/responsive/wrap +slug: /concepts/layouts/wrap title: Wrap description: Learn how to add the Wrap widget in your FlutterFlow app. tags: [FlutterFlow, Wrap, Concepts]