Skip to content

Commit 87b3a8c

Browse files
Merge branch 'main' into charlotte-applies-to
2 parents b1f3f13 + 3719153 commit 87b3a8c

File tree

73 files changed

+4004
-1514
lines changed

Some content is hidden

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

73 files changed

+4004
-1514
lines changed

.github/workflows/preview-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
with:
201201
prefix: ${{ env.PATH_PREFIX }}
202202
strict: ${{ fromJSON(inputs.strict != '' && inputs.strict || 'true') }}
203-
metadata-only: ${{ fromJSON(inputs.metadata-only != '' && inputs.metadata-only || 'true') }}
203+
metadata-only: ${{ fromJSON(inputs.metadata-only != '' && inputs.metadata-only || 'false') }}
204204

205205
- name: 'Validate inbound links'
206206
if: |

docs/_docset.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ subs:
1717
features:
1818
primary-nav: false
1919

20+
#api: kibana-openapi.json
2021
api: elasticsearch-openapi.json
21-
22+
2223
toc:
2324
- file: index.md
2425
- hidden: 404.md

0 commit comments

Comments
 (0)