Skip to content

Commit 364c1cc

Browse files
authored
Merge pull request #4708 from Zain-Bin-Arshad/master
chore: updated docs to remove extra heading tag
2 parents ef57856 + 419d1d3 commit 364c1cc

File tree

8 files changed

+0
-16
lines changed

8 files changed

+0
-16
lines changed

docs/tutorials/fundamentals/part-1-overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ import { DetailedExplanation } from '../../components/DetailedExplanation'
1010
<!-- prettier-ignore -->
1111
import FundamentalsWarning from "../../components/_FundamentalsWarning.mdx";
1212

13-
# Redux Fundamentals, Part 1: Redux Overview
14-
1513
:::tip What You'll Learn
1614

1715
- What Redux is and why you might want to use it

docs/tutorials/fundamentals/part-2-concepts-data-flow.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ import { DetailedExplanation } from '../../components/DetailedExplanation'
1010
<!-- prettier-ignore -->
1111
import FundamentalsWarning from "../../components/_FundamentalsWarning.mdx";
1212

13-
# Redux Fundamentals, Part 2: Concepts and Data Flow
14-
1513
:::tip What You'll Learn
1614

1715
- Key terms and concepts for using Redux

docs/tutorials/fundamentals/part-3-state-actions-reducers.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ import { DetailedExplanation } from '../../components/DetailedExplanation'
1010
<!-- prettier-ignore -->
1111
import FundamentalsWarning from "../../components/_FundamentalsWarning.mdx";
1212

13-
# Redux Fundamentals, Part 3: State, Actions, and Reducers
14-
1513
:::tip What You'll Learn
1614

1715
- How to define state values that contain your app's data

docs/tutorials/fundamentals/part-4-store.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ import { DetailedExplanation } from '../../components/DetailedExplanation'
1010
<!-- prettier-ignore -->
1111
import FundamentalsWarning from "../../components/_FundamentalsWarning.mdx";
1212

13-
# Redux Fundamentals, Part 4: Store
14-
1513
:::tip What You'll Learn
1614

1715
- How to create a Redux store

docs/tutorials/fundamentals/part-5-ui-and-react.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ description: 'The official Redux Fundamentals tutorial: learn how to use Redux w
77

88
import { DetailedExplanation } from '../../components/DetailedExplanation'
99

10-
# Redux Fundamentals, Part 5: UI and React
11-
1210
:::tip What You'll Learn
1311

1412
- How a Redux store works with a UI

docs/tutorials/fundamentals/part-6-async-logic.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ description: 'The official Redux Fundamentals tutorial: learn how to use async l
88
<!-- prettier-ignore -->
99
import FundamentalsWarning from "../../components/_FundamentalsWarning.mdx";
1010

11-
# Redux Fundamentals, Part 6: Async Logic and Data Fetching
12-
1311
:::tip What You'll Learn
1412

1513
- How the Redux data flow works with async data

docs/tutorials/fundamentals/part-7-standard-patterns.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ import { DetailedExplanation } from '../../components/DetailedExplanation'
1010
<!-- prettier-ignore -->
1111
import FundamentalsWarning from "../../components/_FundamentalsWarning.mdx";
1212

13-
# Redux Fundamentals, Part 7: Standard Redux Patterns
14-
1513
:::tip What You'll Learn
1614

1715
- Standard patterns used in real-world Redux apps, and why those patterns exist:

docs/tutorials/fundamentals/part-8-modern-redux.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ description: 'The official Fundamentals tutorial for Redux: learn the modern way
77

88
import { DetailedExplanation } from '../../components/DetailedExplanation'
99

10-
# Redux Fundamentals, Part 8: Modern Redux with Redux Toolkit
11-
1210
:::tip What You'll Learn
1311

1412
- How to simplify your Redux logic using Redux Toolkit

0 commit comments

Comments
 (0)