Skip to content

[7.x][DOCS] Adds discrete attributes to section titles #1099

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions docs/breaking-changes.asciidoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[[breaking_changes]]
== Breaking changes from 6.x

### E_USER_DEPRECATED notice when using deprecated parameters
[discrete]
=== E_USER_DEPRECATED notice when using deprecated parameters

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


### Moving from types to typeless APIs in {es} 7.0
[discrete]
=== Moving from types to typeless APIs in {es} 7.0

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


### Type hint and return type
[discrete]
=== Type hint and return type

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


### PHP 7.1+ Requirement
[discrete]
=== PHP 7.1+ Requirement

We require using PHP 7.1+ for elasticsearch-php. PHP 7.0 is not supported since
1st Jan 2019. Refer
Expand Down
2 changes: 1 addition & 1 deletion docs/build/Elasticsearch/Client.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


[discrete]
[[Elasticsearch_Client]]
=== Elasticsearch\Client

Expand Down
2 changes: 1 addition & 1 deletion docs/build/Elasticsearch/ClientBuilder.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


[discrete]
[[Elasticsearch_ClientBuilder]]
=== Elasticsearch\ClientBuilder

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


[discrete]
[[Elasticsearch_Namespaces_AsyncSearchNamespace]]
=== Elasticsearch\Namespaces\AsyncSearchNamespace

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


[discrete]
[[Elasticsearch_Namespaces_AutoscalingNamespace]]
=== Elasticsearch\Namespaces\AutoscalingNamespace

Expand Down
2 changes: 1 addition & 1 deletion docs/build/Elasticsearch/Namespaces/CatNamespace.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


[discrete]
[[Elasticsearch_Namespaces_CatNamespace]]
=== Elasticsearch\Namespaces\CatNamespace

Expand Down
2 changes: 1 addition & 1 deletion docs/build/Elasticsearch/Namespaces/CcrNamespace.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


[discrete]
[[Elasticsearch_Namespaces_CcrNamespace]]
=== Elasticsearch\Namespaces\CcrNamespace

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


[discrete]
[[Elasticsearch_Namespaces_ClusterNamespace]]
=== Elasticsearch\Namespaces\ClusterNamespace

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


[discrete]
[[Elasticsearch_Namespaces_DanglingIndicesNamespace]]
=== Elasticsearch\Namespaces\DanglingIndicesNamespace

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


[discrete]
[[Elasticsearch_Namespaces_DataFrameTransformDeprecatedNamespace]]
=== Elasticsearch\Namespaces\DataFrameTransformDeprecatedNamespace

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


[discrete]
[[Elasticsearch_Namespaces_EnrichNamespace]]
=== Elasticsearch\Namespaces\EnrichNamespace

Expand Down
2 changes: 1 addition & 1 deletion docs/build/Elasticsearch/Namespaces/EqlNamespace.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


[discrete]
[[Elasticsearch_Namespaces_EqlNamespace]]
=== Elasticsearch\Namespaces\EqlNamespace

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


[discrete]
[[Elasticsearch_Namespaces_GraphNamespace]]
=== Elasticsearch\Namespaces\GraphNamespace

Expand Down
2 changes: 1 addition & 1 deletion docs/build/Elasticsearch/Namespaces/IlmNamespace.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


[discrete]
[[Elasticsearch_Namespaces_IlmNamespace]]
=== Elasticsearch\Namespaces\IlmNamespace

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


[discrete]
[[Elasticsearch_Namespaces_IndicesNamespace]]
=== Elasticsearch\Namespaces\IndicesNamespace

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


[discrete]
[[Elasticsearch_Namespaces_IngestNamespace]]
=== Elasticsearch\Namespaces\IngestNamespace

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


[discrete]
[[Elasticsearch_Namespaces_LicenseNamespace]]
=== Elasticsearch\Namespaces\LicenseNamespace

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


[discrete]
[[Elasticsearch_Namespaces_MigrationNamespace]]
=== Elasticsearch\Namespaces\MigrationNamespace

Expand Down
2 changes: 1 addition & 1 deletion docs/build/Elasticsearch/Namespaces/MlNamespace.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


[discrete]
[[Elasticsearch_Namespaces_MlNamespace]]
=== Elasticsearch\Namespaces\MlNamespace

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


[discrete]
[[Elasticsearch_Namespaces_MonitoringNamespace]]
=== Elasticsearch\Namespaces\MonitoringNamespace

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


[discrete]
[[Elasticsearch_Namespaces_NodesNamespace]]
=== Elasticsearch\Namespaces\NodesNamespace

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


[discrete]
[[Elasticsearch_Namespaces_RollupNamespace]]
=== Elasticsearch\Namespaces\RollupNamespace

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


[discrete]
[[Elasticsearch_Namespaces_SearchableSnapshotsNamespace]]
=== Elasticsearch\Namespaces\SearchableSnapshotsNamespace

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


[discrete]
[[Elasticsearch_Namespaces_SecurityNamespace]]
=== Elasticsearch\Namespaces\SecurityNamespace

Expand Down
2 changes: 1 addition & 1 deletion docs/build/Elasticsearch/Namespaces/SlmNamespace.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


[discrete]
[[Elasticsearch_Namespaces_SlmNamespace]]
=== Elasticsearch\Namespaces\SlmNamespace

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


[discrete]
[[Elasticsearch_Namespaces_SnapshotNamespace]]
=== Elasticsearch\Namespaces\SnapshotNamespace

Expand Down
2 changes: 1 addition & 1 deletion docs/build/Elasticsearch/Namespaces/SqlNamespace.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


[discrete]
[[Elasticsearch_Namespaces_SqlNamespace]]
=== Elasticsearch\Namespaces\SqlNamespace

Expand Down
2 changes: 1 addition & 1 deletion docs/build/Elasticsearch/Namespaces/SslNamespace.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


[discrete]
[[Elasticsearch_Namespaces_SslNamespace]]
=== Elasticsearch\Namespaces\SslNamespace

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


[discrete]
[[Elasticsearch_Namespaces_TasksNamespace]]
=== Elasticsearch\Namespaces\TasksNamespace

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


[discrete]
[[Elasticsearch_Namespaces_TransformNamespace]]
=== Elasticsearch\Namespaces\TransformNamespace

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


[discrete]
[[Elasticsearch_Namespaces_WatcherNamespace]]
=== Elasticsearch\Namespaces\WatcherNamespace

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


[discrete]
[[Elasticsearch_Namespaces_XpackNamespace]]
=== Elasticsearch\Namespaces\XpackNamespace

Expand Down
18 changes: 14 additions & 4 deletions docs/community.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[[community_dsls]]
== Community DSLs

[discrete]
=== ElasticsearchDSL

https://github.com/ongr-io/ElasticsearchDSL[Link: ElasticsearchDSL]
Expand All @@ -12,6 +13,7 @@ it to an array.
__________________________


[discrete]
=== elasticsearcher

https://github.com/madewithlove/elasticsearcher[Link: elasticsearcher]
Expand All @@ -25,6 +27,7 @@ client.
__________________________


[discrete]
=== ElasticSearchQueryDSL

https://github.com/gskema/elasticsearch-query-dsl-php[Link: ElasticSearchQueryDSL]
Expand All @@ -39,8 +42,10 @@ __________________________

== Community Integrations

[discrete]
=== Symfony

[discrete]
==== ONGR Elasticsearch Bundle

https://github.com/ongr-io/ElasticsearchBundle[Link: ONGR {es} Bundle]
Expand All @@ -66,7 +71,7 @@ Technical goodies:
- Designed in an extensible way for all your custom needs.
__________________________


[discrete]
==== FOS Elastica Bundle

https://github.com/FriendsOfSymfony/FOSElasticaBundle[Link: FOS Elastica Bundle]
Expand All @@ -82,9 +87,10 @@ include:
- Listeners for Doctrine events for automatic indexing.
__________________________


[discrete]
=== Drupal

[discrete]
==== {es} Connector

https://www.drupal.org/project/elasticsearch_connector[Link: {es} Connector]
Expand All @@ -95,8 +101,10 @@ __________________________
Drupal.
__________________________

[discrete]
=== Laravel

[discrete]
==== shift31/Laravel-Elasticsearch

https://github.com/shift31/laravel-elasticsearch[Link: shift31/Laravel-Elasticsearch]
Expand All @@ -106,7 +114,7 @@ __________________________
This is a Laravel (4+) Service Provider for the official {es} low-level client.
__________________________


[discrete]
==== cviebrock/Laravel-Elasticsearch

https://github.com/cviebrock/laravel-elasticsearch[Link: cviebrock/Laravel-Elasticsearch]
Expand All @@ -116,7 +124,7 @@ __________________________
An easy way to use the official {es} client in your Laravel applications.
__________________________


[discrete]
==== Plastic

https://github.com/sleimanx2/plastic[Link: Plastic]
Expand All @@ -128,8 +136,10 @@ experience more enjoyable while using {es} by providing a fluent syntax for
mapping, querying, and storing eloquent models.
__________________________

[discrete]
=== Helper

[discrete]
==== Index Helper

https://github.com/Nexucis/es-php-index-helper[Link: nexucis/es-php-index-helper]
Expand Down
Loading