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

book.json: update gitbook version. #1756

Closed
wants to merge 2 commits into from
Closed
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
5 changes: 3 additions & 2 deletions book.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"gitbook": "2.4.3",
"gitbook": "3.0.0",
"root": "docs",
"title": "Redux",
"structure": {
"summary": "docs/README.md"
"summary": "README.md"
},
"plugins": ["edit-link", "prism", "-highlight", "github", "anker-enable"],
"pluginsConfig": {
Expand Down
74 changes: 37 additions & 37 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
## Table of Contents

* [Read Me](/README.md)
* [Introduction](/docs/introduction/README.md)
* [Motivation](/docs/introduction/Motivation.md)
* [Three Principles](/docs/introduction/ThreePrinciples.md)
* [Prior Art](/docs/introduction/PriorArt.md)
* [Ecosystem](/docs/introduction/Ecosystem.md)
* [Examples](/docs/introduction/Examples.md)
* [Basics](/docs/basics/README.md)
* [Actions](/docs/basics/Actions.md)
* [Reducers](/docs/basics/Reducers.md)
* [Store](/docs/basics/Store.md)
* [Data Flow](/docs/basics/DataFlow.md)
* [Usage with React](/docs/basics/UsageWithReact.md)
* [Example: Todo List](/docs/basics/ExampleTodoList.md)
* [Advanced](/docs/advanced/README.md)
* [Async Actions](/docs/advanced/AsyncActions.md)
* [Async Flow](/docs/advanced/AsyncFlow.md)
* [Middleware](/docs/advanced/Middleware.md)
* [Introduction](/introduction/README.md)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This breaks links on GitHub itself. We prefer that both versions work.

* [Motivation](/introduction/Motivation.md)
* [Three Principles](/introduction/ThreePrinciples.md)
* [Prior Art](/introduction/PriorArt.md)
* [Ecosystem](/introduction/Ecosystem.md)
* [Examples](/introduction/Examples.md)
* [Basics](/basics/README.md)
* [Actions](/basics/Actions.md)
* [Reducers](/basics/Reducers.md)
* [Store](/basics/Store.md)
* [Data Flow](/basics/DataFlow.md)
* [Usage with React](/basics/UsageWithReact.md)
* [Example: Todo List](/basics/ExampleTodoList.md)
* [Advanced](/advanced/README.md)
* [Async Actions](/advanced/AsyncActions.md)
* [Async Flow](/advanced/AsyncFlow.md)
* [Middleware](/advanced/Middleware.md)
* Usage with React Router
* [Example: Reddit API](/docs/advanced/ExampleRedditAPI.md)
* [Example: Reddit API](/advanced/ExampleRedditAPI.md)
* Next Steps
* [Recipes](/docs/recipes/README.md)
* [Migrating to Redux](/docs/recipes/MigratingToRedux.md)
* [Using Object Spread Operator](/docs/recipes/UsingObjectSpreadOperator.md)
* [Reducing Boilerplate](/docs/recipes/ReducingBoilerplate.md)
* [Server Rendering](/docs/recipes/ServerRendering.md)
* [Writing Tests](/docs/recipes/WritingTests.md)
* [Computing Derived Data](/docs/recipes/ComputingDerivedData.md)
* [Implementing Undo History](/docs/recipes/ImplementingUndoHistory.md)
* [FAQ](/docs/FAQ.md)
* [Troubleshooting](/docs/Troubleshooting.md)
* [Glossary](/docs/Glossary.md)
* [API Reference](/docs/api/README.md)
* [createStore](/docs/api/createStore.md)
* [Store](/docs/api/Store.md)
* [combineReducers](/docs/api/combineReducers.md)
* [applyMiddleware](/docs/api/applyMiddleware.md)
* [bindActionCreators](/docs/api/bindActionCreators.md)
* [compose](/docs/api/compose.md)
* [Recipes](/recipes/README.md)
* [Migrating to Redux](/recipes/MigratingToRedux.md)
* [Using Object Spread Operator](/recipes/UsingObjectSpreadOperator.md)
* [Reducing Boilerplate](/recipes/ReducingBoilerplate.md)
* [Server Rendering](/recipes/ServerRendering.md)
* [Writing Tests](/recipes/WritingTests.md)
* [Computing Derived Data](/recipes/ComputingDerivedData.md)
* [Implementing Undo History](/recipes/ImplementingUndoHistory.md)
* [FAQ](/FAQ.md)
* [Troubleshooting](/Troubleshooting.md)
* [Glossary](/Glossary.md)
* [API Reference](/api/README.md)
* [createStore](/api/createStore.md)
* [Store](/api/Store.md)
* [combineReducers](/api/combineReducers.md)
* [applyMiddleware](/api/applyMiddleware.md)
* [bindActionCreators](/api/bindActionCreators.md)
* [compose](/api/compose.md)
* [Change Log](/CHANGELOG.md)
* [Patrons](/PATRONS.md)
* [Feedback](/docs/Feedback.md)
* [Feedback](/Feedback.md)