Skip to content

Commit b387c2f

Browse files
authored
[7.x][DOCS] Makes minor changes in section titles and fixes version numbers in Installation. (#1058)
1 parent d640aa4 commit b387c2f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docs/installation.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ command:
2323

2424
[source,sh]
2525
------------------------------------
26-
gem install elasticsearch -v 6.0.0
26+
gem install elasticsearch -v 7.0.0
2727
------------------------------------
2828

2929

3030
Or you can add a specific version of {es} to your Gemfile:
3131

3232
[source,ruby]
3333
------------------------------------
34-
gem 'elasticsearch', '~> 6.0'
34+
gem 'elasticsearch', '~> 7.0'
3535
------------------------------------

docs/model.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ It uses the `elasticsearch` Rubygem as the client communicating with the Elastic
88

99

1010
[discrete]
11-
=== Features at a Glance
11+
=== Features
1212

1313
* ActiveModel integration with adapters for ActiveRecord and Mongoid
1414
* Enumerable-based wrapper for search results

docs/overview.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ client.search index: 'my-index', body: { query: { match: { title: 'test' } } }
4747

4848

4949
[discrete]
50-
=== Features at a Glance
50+
=== Features
5151

5252
* Pluggable logging and tracing
5353
* Pluggable connection selection strategies (round-robin, random, custom)

docs/persistence.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The `Elasticsearch::Persistence::Repository` module provides an implementation o
1414

1515

1616
[discrete]
17-
==== Features At a Glance
17+
==== Features
1818

1919
* Access to the Elasticsearch client
2020
* Setting the index name, document type, and object class for deserialization

docs/rails.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ provides features suitable for Ruby on Rails applications.
66

77

88
[discrete]
9-
=== Features at a Glance
9+
=== Features
1010

1111
* Rake tasks for importing data from application models
1212
* Integration with Rails' instrumentation framework

0 commit comments

Comments
 (0)