|
1 |
| -# contentful.js |
2 |
| - |
3 | 1 | [](https://www.npmjs.com/package/contentful)
|
4 | 2 | [](https://travis-ci.org/contentful/contentful.js)
|
5 | 3 | [](https://coveralls.io/github/contentful/contentful.js?branch=master)
|
@@ -91,12 +89,25 @@ You can try and change the above example at [Tonic](https://tonicdev.com/npm/con
|
91 | 89 |
|
92 | 90 | ## Documentation/References
|
93 | 91 |
|
94 |
| -In order to do more with this SDK, have a look at the various documentation links below: |
| 92 | +To help you get the most out of this SDK, we've prepared reference documentation, tutorials and other examples that will help you learn and understand how to use this library. |
| 93 | + |
| 94 | +### Reference documentation |
| 95 | + |
| 96 | +The [Contentful's JS SDK reference](https://contentful.github.io/contentful.js) documents what objects and methods are exposed by this library, what arguments they expect and what kind of data is returned. |
| 97 | + |
| 98 | +Most methods also have examples which show you how to use them. |
| 99 | + |
| 100 | +You can start by looking at the top level [`contentful`](./contentful.html) namespace. |
| 101 | + |
| 102 | + From version 3.0.0 onwards, you can access documentation for a specific version by visiting `https://contentful.github.io/contentful.js/contentful/<VERSION>` |
| 103 | + |
| 104 | +### Contentful JavaScript resources |
| 105 | + |
| 106 | +Check the [Contentful for JavaScript](https://www.contentful.com/developers/docs/javascript/) page for Tutorials, Demo Apps, and more information on other ways of using JavaScript with Contentful |
| 107 | + |
| 108 | +### REST API reference |
95 | 109 |
|
96 |
| -* [Contentful's JS SDK reference](https://contentful.github.io/contentful.js) |
97 |
| - * From version 3.0.0 onwards, you can access documentation for a specific version by visiting `https://contentful.github.io/contentful.js/contentful/<VERSION>` |
98 |
| -* Check the [Contentful for JavaScript](https://www.contentful.com/developers/docs/javascript/) page for Tutorials, Demo Apps, and more information on other ways of using JavaScript with Contentful |
99 |
| -* [Contentful's CDA REST API reference](https://www.contentful.com/developers/docs/references/content-delivery-api/) for additional details on the Delivery API |
| 110 | +This library is a wrapper around our Contentful Delivery REST API. Some more specific details such as search parameters and pagination are better explained on the [REST API reference](https://www.contentful.com/developers/docs/references/content-delivery-api/), and you can also get a better understanding of how the requests look under the hood. |
100 | 111 |
|
101 | 112 | ### Legacy contentful.js
|
102 | 113 |
|
|
0 commit comments