diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-09-29 23:53:18 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-09-29 23:53:18 +0200 |
commit | 1489129407cfd4a562b3fb8f2799acb3b240ee6b (patch) | |
tree | eb78fd46654a9410d066195cbac993df4fb4098f /docs/SUMMARY.md | |
parent | b5c407cf7bdea1a7b0da5044cb036e2753b32de2 (diff) | |
download | gitbook-1489129407cfd4a562b3fb8f2799acb3b240ee6b.zip gitbook-1489129407cfd4a562b3fb8f2799acb3b240ee6b.tar.gz gitbook-1489129407cfd4a562b3fb8f2799acb3b240ee6b.tar.bz2 |
Improve Gitbook.connect to accept a mapActionsToProps
Diffstat (limited to 'docs/SUMMARY.md')
-rw-r--r-- | docs/SUMMARY.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index cf98051..fdddbb9 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -41,10 +41,15 @@ * [Test your plugin](plugins/testing.md) * [Theming](themes/README.md) +### Plugin Development + +* [Introduction](./api/README.md) +* [Node](./api/node.md) +* [Connect to the context](./api/connect.md) +* [Components](./api/components.md) + -- * [FAQ](faq.md) * [Examples](examples.md) * [Release notes](https://github.com/GitbookIO/gitbook/blob/master/CHANGES.md) - - |