Skip to content

Commit 30e6af9

Browse files
authored
[7.x][DOCS] Adds discrete attributes to section titles. (#1099)
1 parent b0ea289 commit 30e6af9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+131
-92
lines changed

docs/breaking-changes.asciidoc

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[[breaking_changes]]
22
== Breaking changes from 6.x
33

4-
### E_USER_DEPRECATED notice when using deprecated parameters
4+
[discrete]
5+
=== E_USER_DEPRECATED notice when using deprecated parameters
56

67
Starting from elasticsearch-php 7.4.0, we generate a PHP
78
https://www.php.net/manual/en/errorfunc.constants.php[E_USER_DEPRECATED] notice
@@ -23,22 +24,22 @@ set_error_handler(function ($errno, $errstr) {
2324
@trigger_error('Deprecation message here', E_USER_DEPRECATED);
2425
----
2526

26-
27-
### Moving from types to typeless APIs in {es} 7.0
27+
[discrete]
28+
=== Moving from types to typeless APIs in {es} 7.0
2829

2930
{es} 7.0 deprecated APIs that accept types, introduced new typeless APIs, and
3031
removed support for the _default_ mapping. Read
3132
https://www.elastic.co/blog/moving-from-types-to-typeless-apis-in-elasticsearch-7-0[this]
3233
blog post for more information.
3334

34-
35-
### Type hint and return type
35+
[discrete]
36+
=== Type hint and return type
3637

3738
Added type hints and return type declarations in all the code base where
3839
possible. See PR https://github.com/elastic/elasticsearch-php/pull/897[#897].
3940

40-
41-
### PHP 7.1+ Requirement
41+
[discrete]
42+
=== PHP 7.1+ Requirement
4243

4344
We require using PHP 7.1+ for elasticsearch-php. PHP 7.0 is not supported since
4445
1st Jan 2019. Refer

docs/build/Elasticsearch/Client.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
2+
[discrete]
33
[[Elasticsearch_Client]]
44
=== Elasticsearch\Client
55

docs/build/Elasticsearch/ClientBuilder.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
2+
[discrete]
33
[[Elasticsearch_ClientBuilder]]
44
=== Elasticsearch\ClientBuilder
55

docs/build/Elasticsearch/Namespaces/AsyncSearchNamespace.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
2+
[discrete]
33
[[Elasticsearch_Namespaces_AsyncSearchNamespace]]
44
=== Elasticsearch\Namespaces\AsyncSearchNamespace
55

docs/build/Elasticsearch/Namespaces/AutoscalingNamespace.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
2+
[discrete]
33
[[Elasticsearch_Namespaces_AutoscalingNamespace]]
44
=== Elasticsearch\Namespaces\AutoscalingNamespace
55

docs/build/Elasticsearch/Namespaces/CatNamespace.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
2+
[discrete]
33
[[Elasticsearch_Namespaces_CatNamespace]]
44
=== Elasticsearch\Namespaces\CatNamespace
55

docs/build/Elasticsearch/Namespaces/CcrNamespace.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
2+
[discrete]
33
[[Elasticsearch_Namespaces_CcrNamespace]]
44
=== Elasticsearch\Namespaces\CcrNamespace
55

docs/build/Elasticsearch/Namespaces/ClusterNamespace.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
2+
[discrete]
33
[[Elasticsearch_Namespaces_ClusterNamespace]]
44
=== Elasticsearch\Namespaces\ClusterNamespace
55

docs/build/Elasticsearch/Namespaces/DanglingIndicesNamespace.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
2+
[discrete]
33
[[Elasticsearch_Namespaces_DanglingIndicesNamespace]]
44
=== Elasticsearch\Namespaces\DanglingIndicesNamespace
55

docs/build/Elasticsearch/Namespaces/DataFrameTransformDeprecatedNamespace.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
2+
[discrete]
33
[[Elasticsearch_Namespaces_DataFrameTransformDeprecatedNamespace]]
44
=== Elasticsearch\Namespaces\DataFrameTransformDeprecatedNamespace
55

0 commit comments

Comments
 (0)