diff options
author | Samy Pessé <samypesse@gmail.com> | 2017-01-06 22:14:38 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2017-01-06 22:14:38 +0100 |
commit | 9440cdee28286c077adec26d5cf2bb679486575e (patch) | |
tree | a3bc87460b4399aaecf1e7fd6ec197e8901a8a18 /docs/SUMMARY.md | |
parent | cc7b2b2181ce35acdd080edc9adbf8cc6b3f93e4 (diff) | |
download | gitbook-9440cdee28286c077adec26d5cf2bb679486575e.zip gitbook-9440cdee28286c077adec26d5cf2bb679486575e.tar.gz gitbook-9440cdee28286c077adec26d5cf2bb679486575e.tar.bz2 |
Improve documentationorigin/test-utils
Diffstat (limited to 'docs/SUMMARY.md')
-rw-r--r-- | docs/SUMMARY.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index e3d8d67..7cb21f0 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -44,10 +44,16 @@ ### Plugin Development -* [Introduction](./api/README.md) -* [Node](./api/node.md) +* [Creating a plugin](./api/README.md) * [Connect to the context](./api/connect.md) * [Components](./api/components.md) +* [Node APIs](./api/node.md) + +### Internals + +* [Using programmatically](./internals/README.md) +* [Browser environment](./internals/browser.md) +* [APIs](./internals/api.md) -- |