shortened the doc titles

This commit is contained in:
Spencer Alger
2014-01-16 16:00:23 -07:00
parent b9e325cdea
commit 5037dbbfc4
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
[[api-reference]]
== API Method Reference
== API
[[api-bulk]]

View File

@ -1,5 +1,5 @@
[[api-reference-0-90]]
== 0.90 API Method Reference
== 0.90 API
[[api-bulk-0-90]]

View File

@ -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.

View File

@ -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]

View File

@ -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