diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-10-17 18:24:29 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-10-17 18:24:29 +0200 |
commit | 373a486a1456fdb8d0bbb96463e633fa34ef4a9c (patch) | |
tree | aede2c57b027de306858877ed14d3dde389e93b6 /docs | |
parent | f262a7cd89d0d555c27bf3a25bb2054a5af1e7fd (diff) | |
download | gitbook-373a486a1456fdb8d0bbb96463e633fa34ef4a9c.zip gitbook-373a486a1456fdb8d0bbb96463e633fa34ef4a9c.tar.gz gitbook-373a486a1456fdb8d0bbb96463e633fa34ef4a9c.tar.bz2 |
Replace GitBook.Shapes by GitBook.PropTypes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api/node.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/node.md b/docs/api/node.md index 99bf1a7..be0cce2 100644 --- a/docs/api/node.md +++ b/docs/api/node.md @@ -1,4 +1,4 @@ -# Context and APIs +# Node APIs GitBooks provides different Node APIs and contexts to plugins. These APIs can vary according to the GitBook version being used, your plugin should specify the `engines.gitbook` field in `package.json` accordingly. |