Doc updates (#791)

Updates for better displaying the documentation in the website.
This commit is contained in:
Tomas Della Vedova
2019-03-27 07:44:19 +01:00
committed by delvedor
parent 3a1bb9377a
commit 4537308c38
23 changed files with 515 additions and 230 deletions

View File

@ -1,4 +1,4 @@
= TypeScript support
== TypeScript support
The client offers a first-class support for TypeScript, since it ships the type definitions for every exposed API.
@ -6,7 +6,7 @@ While the client offers type definitions for Request parameters, Request bodies
NOTE: If you are using TypeScript you will be required to use _snake_case_ style to define the API parameters instead of _camelCase_.
== How to extend the provided typings?
=== How to extend the provided typings?
Extend the provided typings is very straightforward, you should declare a custom `.d.ts` file and then write inside your type extensions, following there is an example of how do it.
[source,ts]
----