File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,12 @@ This is the official PHP client for [Elasticsearch](https://www.elastic.co/elast
11
11
12
12
- [ Getting started] ( #getting-started- )
13
13
- [ Configuration] ( #configuration )
14
+ - [ Use Elastic Cloud] ( #use-elastic-cloud )
14
15
- [ Usage] ( #usage )
16
+ - [ Index a document] ( #index-a-document )
17
+ - [ Search a document] ( #search-a-document )
18
+ - [ Delete a document] ( #delete-a-document )
19
+ - [ Versioning] ( #versioning )
15
20
- [ Backward Incompatible Changes] ( #backward-incompatible-changes- )
16
21
- [ FAQ] ( #faq- )
17
22
- [ Contribute] ( #contribute- )
@@ -294,8 +299,6 @@ We tried to reduce the BC breaks as much as possible with `7.x` but there are so
294
299
295
300
You can have a look at the [ BREAKING_CHANGES] ( BREAKING_CHANGES.md ) file for more information.
296
301
297
- ## Specific changes:
298
-
299
302
## FAQ 🔮
300
303
301
304
### Where do I report issues with the client?
You can’t perform that action at this time.
0 commit comments