Skip to content

Commit

Permalink
Add API params link in api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
llh911001 committed Aug 13, 2017
1 parent b0640d0 commit 8c901ba
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/api.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# API

* [mirror.model](#mirrormodelname-initialstate-reducers-effects)
* [`name`](#-name)
* [`initialState`](#-initialState)
* [`reducers`](#-reducers)
* [`effects`](#-effects)
* [actions](#actions)
* [mirror.hook](#mirrorhookaction-getstate-)
* [mirror.defaults](#mirrordefaultsoptions)
* [`initialState`](#-optionsinitialstate)
* [`historyMode`](#-optionshistorymode)
* [`middlewares`](#-optionsmiddlewares)
* [connect](#connectmapstatetoprops-mapdispatchtoprops-mergeprops-options)
* [render](#rendercomponent-container-callback)
* [Router](#router)
Expand Down
7 changes: 7 additions & 0 deletions docs/zh/api.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# API

* [mirror.model](#mirrormodelname-initialstate-reducers-effects)
* [`name`](#-name)
* [`initialState`](#-initialState)
* [`reducers`](#-reducers)
* [`effects`](#-effects)
* [actions](#actions)
* [mirror.hook](#mirrorhookaction-getstate-)
* [mirror.defaults](#mirrordefaultsoptions)
* [`initialState`](#-optionsinitialstate)
* [`historyMode`](#-optionshistorymode)
* [`middlewares`](#-optionsmiddlewares)
* [connect](#connectmapstatetoprops-mapdispatchtoprops-mergeprops-options)
* [render](#rendercomponent-container-callback)
* [Router](#router)
Expand Down

0 comments on commit 8c901ba

Please sign in to comment.