Redux: Numbering in documentation is stuck on "1"

Created on 18 Nov 2018  路  1Comment  路  Source: reduxjs/redux

On the page https://redux.js.org/basics/dataflow , which is based on DataFlow.md, the numbering is stuck on "1":

  1. You call store.dispatch(action).
  1. The Redux store calls the reducer function you gave it.
  1. The root reducer may combine the output of multiple reducers into a single state tree.
  1. The Redux store saves the complete state tree returned by the root reducer.

By contrast, the numbering on https://github.com/reduxjs/redux/blob/master/docs/basics/DataFlow.md is fine.

Is this a fixable issue, or a defect in markdown?

docs

Most helpful comment

Interesting. May just be something about how Gitbook parses it.

We're slowly trying to switch over to Docusaurus instead. Looks like this is okay on that version of the site: https://redux-docs.netlify.com/docs/basics/data-flow .

>All comments

Interesting. May just be something about how Gitbook parses it.

We're slowly trying to switch over to Docusaurus instead. Looks like this is okay on that version of the site: https://redux-docs.netlify.com/docs/basics/data-flow .

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vslinko picture vslinko  路  3Comments

ilearnio picture ilearnio  路  3Comments

CellOcean picture CellOcean  路  3Comments

cloudfroster picture cloudfroster  路  3Comments

mickeyreiss-visor picture mickeyreiss-visor  路  3Comments