shortened the doc titles
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
[[api-reference]]
|
||||
== API Method Reference
|
||||
== API
|
||||
|
||||
|
||||
[[api-bulk]]
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
[[api-reference-0-90]]
|
||||
== 0.90 API Method Reference
|
||||
== 0.90 API
|
||||
|
||||
|
||||
[[api-bulk-0-90]]
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
[[contributing]]
|
||||
== Development/Contributing
|
||||
== Contributing
|
||||
Contributions are awesome, but please read https://github.com/elasticsearch/elasticsearch-js/blob/master/CONTRIBUTING.md before submitting a pull request.
|
||||
@ -1,5 +1,5 @@
|
||||
[[errors]]
|
||||
== Error Reference
|
||||
== Errors
|
||||
These are the standard Error types which may be passed back from the client. To access the constructors is provided via `require('elasticsearch').errors`.
|
||||
|
||||
[horizontal]
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
[[extending_core_components]]
|
||||
== Extending Core Components
|
||||
== Extending
|
||||
We decided to make this client low-level, and as such we probably have not implemented all the features you are looking for. For this reason, we made extending or even replacing the core components simple.
|
||||
|
||||
=== Connection
|
||||
|
||||
Reference in New Issue
Block a user