Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update outdated data and backend links causing redirects #11635

Merged
merged 1 commit into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/data-and-backend/state-mgmt/declarative.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ title: Start thinking declaratively
description: How to think about declarative programming.
prev:
title: Intro
path: /development/data-and-backend/state-mgmt
path: /data-and-backend/state-mgmt
next:
title: Ephemeral versus app state
path: /development/data-and-backend/state-mgmt/ephemeral-vs-app
path: /data-and-backend/state-mgmt/ephemeral-vs-app
---

If you're coming to Flutter from an imperative framework
Expand Down
4 changes: 2 additions & 2 deletions src/content/data-and-backend/state-mgmt/ephemeral-vs-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ title: Differentiate between ephemeral state and app state
description: How to tell the difference between ephemeral and app state.
prev:
title: Start thinking declaratively
path: /development/data-and-backend/state-mgmt/declarative
path: /data-and-backend/state-mgmt/declarative
next:
title: Simple app state management
path: /development/data-and-backend/state-mgmt/simple
path: /data-and-backend/state-mgmt/simple
---

_This doc introduces app state, ephemeral state,
Expand Down
2 changes: 1 addition & 1 deletion src/content/data-and-backend/state-mgmt/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: State management
description: How to structure an app to manage the state of the data flowing through it.
next:
title: Start thinking declaratively
path: /development/data-and-backend/state-mgmt/declarative
path: /data-and-backend/state-mgmt/declarative
---

:::note
Expand Down
2 changes: 1 addition & 1 deletion src/content/data-and-backend/state-mgmt/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: List of state management approaches
description: A list of different approaches to managing state.
prev:
title: Simple app state management
path: /development/data-and-backend/state-mgmt/simple
path: /data-and-backend/state-mgmt/simple
---

State management is a complex topic.
Expand Down
4 changes: 2 additions & 2 deletions src/content/data-and-backend/state-mgmt/simple.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ title: Simple app state management
description: A simple form of state management.
prev:
title: Ephemeral versus app state
path: /development/data-and-backend/state-mgmt/ephemeral-vs-app
path: /data-and-backend/state-mgmt/ephemeral-vs-app
next:
title: List of approaches
path: /development/data-and-backend/state-mgmt/options
path: /data-and-backend/state-mgmt/options
---

<?code-excerpt path-base="state_mgmt/simple/"?>
Expand Down