Skip to content

Commit 5df7574

Browse files
committed
Merge branch 'update-cli-add-cf-repos' of github.com:elastic/docs-builder into update-cli-add-cf-repos
2 parents 4914ff9 + f3e531d commit 5df7574

File tree

115 files changed

+2295
-788
lines changed

Some content is hidden

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

115 files changed

+2295
-788
lines changed

.github/workflows/build-api-lambda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
stat "${BINARY_PATH}"
3737
- name: Archive artifact
3838
id: upload-artifact
39-
uses: actions/upload-artifact@v4
39+
uses: actions/upload-artifact@v5
4040
with:
4141
name: api-lambda-binary
4242
retention-days: 1

.github/workflows/build-link-index-updater-lambda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
stat "${BINARY_PATH}"
3434
- name: Archive artifact
3535
id: upload-artifact
36-
uses: actions/upload-artifact@v4
36+
uses: actions/upload-artifact@v5
3737
with:
3838
name: link-index-updater-lambda-binary
3939
retention-days: 1

.github/workflows/deploy-api-lambda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v5
3838

3939
- name: Download bootstrap binary
40-
uses: actions/download-artifact@v4
40+
uses: actions/download-artifact@v6
4141
with:
4242
name: api-lambda-binary # Defined in build-api-lambda.yml
4343

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
steps:
103103

104104
- name: Download bootstrap binary
105-
uses: actions/download-artifact@v4
105+
uses: actions/download-artifact@v6
106106
with:
107107
name: link-index-updater-lambda-binary # Defined in build-link-index-updater-lambda.yml
108108

Directory.Packages.props

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
<!-- AWS -->
1414
<ItemGroup>
1515
<PackageVersion Include="Amazon.Lambda.AspNetCoreServer.Hosting" Version="1.9.0" />
16-
<PackageVersion Include="Amazon.Lambda.RuntimeSupport" Version="1.13.1" />
17-
<PackageVersion Include="Amazon.Lambda.Core" Version="2.7.0" />
16+
<PackageVersion Include="Amazon.Lambda.RuntimeSupport" Version="1.13.4" />
17+
<PackageVersion Include="Amazon.Lambda.Core" Version="2.7.1" />
1818
<PackageVersion Include="Amazon.Lambda.S3Events" Version="3.1.0" />
1919
<PackageVersion Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.4.4" />
2020
<PackageVersion Include="Amazon.Lambda.SQSEvents" Version="2.2.0" />
21-
<PackageVersion Include="Aspire.Hosting" Version="9.4.2" />
21+
<PackageVersion Include="Aspire.Hosting" Version="9.5.2" />
2222
<PackageVersion Include="Aspire.Hosting.Testing" Version="9.4.2" />
23-
<PackageVersion Include="AWSSDK.Core" Version="4.0.0.2" />
23+
<PackageVersion Include="AWSSDK.Core" Version="4.0.1.2" />
2424
<PackageVersion Include="AWSSDK.SQS" Version="4.0.0.1" />
25-
<PackageVersion Include="AWSSDK.S3" Version="4.0.0.1" />
25+
<PackageVersion Include="AWSSDK.S3" Version="4.0.7.14" />
2626
<PackageVersion Include="Elastic.OpenTelemetry" Version="1.1.0" />
2727
<PackageVersion Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.12.0" />
2828
<PackageVersion Include="KubernetesClient" Version="17.0.14" />
@@ -83,7 +83,7 @@
8383
<!-- Test packages -->
8484
<ItemGroup>
8585
<PackageVersion Include="Aspire.Hosting.AppHost" Version="9.4.2" />
86-
<PackageVersion Include="AngleSharp.Diffing" Version="1.0.0" />
86+
<PackageVersion Include="AngleSharp.Diffing" Version="1.1.0" />
8787
<PackageVersion Include="DiffPlex" Version="1.7.2" />
8888
<PackageVersion Include="FluentAssertions" Version="7.2.0" />
8989
<PackageVersion Include="FsUnit.xUnit" Version="7.0.1" />

config/assembler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ references:
8282
apm-aws-lambda:
8383
apm-k8s-attacher:
8484
ecs:
85-
current: 9.1 # releases do not always align with the Stack version
85+
current: 9.2 # releases do not always align with the Stack version
8686
next: main
8787
ecs-dotnet:
8888
ecs-logging-go-logrus:

config/versions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ versioning_systems:
1919
ech: *all
2020
eck:
2121
base: 3.0
22-
current: 3.1.0
22+
current: 3.2.0
2323
ess: *all
2424
ecs:
2525
base: 9.0
26-
current: 9.1.0
26+
current: 9.2.0
2727
self: *stack
2828
ecctl:
2929
base: 1.0
@@ -73,7 +73,7 @@ versioning_systems:
7373
# EDOTs
7474
edot-collector:
7575
base: 9.0
76-
current: 9.1.5
76+
current: 9.2.0
7777
edot-ios:
7878
base: 1.0
7979
current: 1.4.0
@@ -97,7 +97,7 @@ versioning_systems:
9797
current: 1.9.0
9898
edot-cf-aws:
9999
base: 0.1
100-
current: 0.2.0
100+
current: 0.2.4
101101
edot-cf-azure:
102102
base: 0.1
103103
current: 0.6.0
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
:::{tip} - Use applies-switch instead of traditional tabs
2+
3+
When you'd like to build a tabbed experience for content that varies specifically between two or more versions, or between two or more deployment types, prefer using [applies-switch](/syntax/applies-switch.md) over regular [tabs](/syntax/tabs.md).
4+
5+
**Applies-switch** natively support using `applies_to` metadata keys as tab titles and offer a more consistent experience with recognizable badges.
6+
:::

docs/contribute/cumulative-docs/badge-placement.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -177,26 +177,17 @@ If needed, break the contents of the cell into multiple lines using `<br>` to is
177177

178178
### Tabs
179179

180-
In the future ([elastic/docs-builder#1436](https://github.com/elastic/docs-builder/issues/1436)), tabs will be able to accept `applies_to` information. Until then, if an `applies_to` badge is relevant to the entire tab item, add the badge to the beginning of the content.
181-
182-
% TO DO: Add example
183-
% <image>
180+
When you need to show versions as tab titles, consider using [applies-switch](/syntax/applies-switch.md) instead. The applies-switch component has built-in support for using applies-to metadata as tab titles and render these as badges.
184181

185182
### Admonitions
186183

187-
In the future ([elastic/docs-builder#1436](https://github.com/elastic/docs-builder/issues/1436)), admonitions will be able to accept `applies_to` information. Until then, if an `applies_to` badge is relevant to the entire admonition, add the badge to the beginning of the content.
188-
189-
::::{image} ./images/admonition-correct.png
190-
:screenshot:
191-
:alt:
192-
::::
184+
:::{include} /syntax/_snippets/applies-to-admonitions.md
185+
:::
193186

194187
### Dropdowns
195188

196-
In the future ([elastic/docs-builder#1436](https://github.com/elastic/docs-builder/issues/1436)), dropdowns will be able to accept `applies_to` information. Until then, if an `applies_to` badge is relevant to the entire dropdown, add the badge to the beginning of the content.
197-
198-
% TO DO: Add example
199-
% <image>
189+
:::{include} /syntax/_snippets/applies-to-dropdowns.md
190+
:::
200191

201192
### Code blocks
202193

docs/contribute/cumulative-docs/example-scenarios.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,9 @@ Using a code callout is the lightest-touch solution, but might not be sufficient
400400

401401
### Solution B: Use tabs [code-block-tabs]
402402

403+
:::{include} _snippets/applies-switch-and-tabs.md
404+
:::
405+
403406
**When to use tabs**: If using a [code callout](#code-block-callout) isn't appropriate.
404407

405408
**Best practices**:
@@ -443,6 +446,9 @@ but might not be sufficient in all cases.
443446

444447
### Solution B: Use tabs [workflow-tabs]
445448

449+
:::{include} _snippets/applies-switch-and-tabs.md
450+
:::
451+
446452
Tabs are minimally disruptive in many situations.
447453

448454
**When to use tabs**:
@@ -497,6 +503,9 @@ Sometimes the UI differs between versions, deployment types or other conditions.
497503

498504
### Solution A: Use tabs [screenshot-tabs]
499505

506+
:::{include} _snippets/applies-switch-and-tabs.md
507+
:::
508+
500509
**When to use tabs**:
501510
* When the screenshot shows significantly different interfaces or workflows for each product, deployment type, or version.
502511
* When the screenshot represents a specific, interactive action, like clicking a button or navigating a UI that changes meaningfully between contexts.
@@ -533,6 +542,9 @@ For example, versioning the screenshot on the [Dashboards](https://www.elastic.c
533542

534543
### Solution A: Use tabs [multiple-block-tabs]
535544

545+
:::{include} _snippets/applies-switch-and-tabs.md
546+
:::
547+
536548
**When to use tabs**:
537549
* When the content is structurally similar but differs in detail — for example, slightly different instructions, outputs, or paths.
538550
* When you want to avoid repeating most of the surrounding content and isolate just the difference.

0 commit comments

Comments
 (0)