Skip to content

Commit 9a95c77

Browse files
committed
Merge branch 'main' into feature/real_redirects
2 parents 19832b9 + e183c9d commit 9a95c77

File tree

140 files changed

+2156
-1631
lines changed

Some content is hidden

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

140 files changed

+2156
-1631
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ updates:
1717
day: 'monday'
1818
time: '08:00'
1919
groups:
20+
eui:
21+
patterns:
22+
- '@elastic/eui*'
2023
tailwindcss:
2124
patterns:
2225
- 'tailwindcss'

.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: |

.github/workflows/required-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
labels=$(yq '[.categories[].labels] + .exclude-labels | flatten | unique | sort | @tsv' .github/release-drafter.yml | tr '\t' ',')
2525
echo "labels=$labels" >> "${GITHUB_OUTPUT}"
2626
- id: check-labels
27-
uses: mheap/github-action-required-labels@388fd6af37b34cdfe5a23b37060e763217e58b03 # v5.5
27+
uses: mheap/github-action-required-labels@8afbe8ae6ab7647d0c9f0cfa7c2f939650d22509 # v5.5
2828
with:
2929
mode: exactly
3030
count: 1

docs/contribute/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This [tagging system](#applies-to) is mandatory for all of the public-facing doc
4545

4646
Use the [`applies_to`](../syntax/applies.md) tag to indicate which versions, deployment types, or release stages each part of the content is relevant to.
4747

48-
You must always use the `applies_to` tag at the [page](../syntax/applies.md#page-annotations) level. Optionally, you can also use it at the [section](../syntax/applies.md#sections) or [inline](../syntax/applies.md#inline-applies-to) level if certain parts of the content apply only to specific versions, deployment types, or release stages.
48+
You must always use the `applies_to` tag at the [page](../syntax/applies.md#page-annotations) level. Optionally, you can also use it at the [section](../syntax/applies.md#section-annotations) or [inline](../syntax/applies.md#inline-annotations) level if certain parts of the content apply only to specific versions, deployment types, or release stages.
4949

5050
## Report a bug
5151

0 commit comments

Comments
 (0)