Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion src/tooling/docs-assembler/assembler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ narrative:
# cloud:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shainaraskas I think this is the wrong file. @reakaleek we should remove these comments to avoid confusion.

This is defined here:

It looks like we already have 1.15.0 marked as current.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We had to move versioning out of assembler.yml as it is needed for individual repo builds as well.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aw! Clean up will follow.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, my b everyone.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah wait. This is where it get's confusing.

the versions.yml is currently only for the applies_to tags.

we need to modify the legacy-mapping-url.yml for the dropdown.

Copy link
Member

@bmorelli25 bmorelli25 Jul 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated in 450b51b

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does 1.13 link anywhere?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Discussed on zoom. Fixed in 3a9965e

# current: 'current'
# ecctl:
# current: '1.14.3' # https://github.com/elastic/ecctl/releases
# current: '1.15.0' # https://github.com/elastic/ecctl/releases
# ecs_logging:
# current: 'current'
# ecs_logging_dotnet:
Expand Down
7 changes: 7 additions & 0 deletions src/tooling/docs-assembler/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,14 @@ toc:
# https://github.com/elastic/docs-content/blob/main/release-notes/elastic-cloud-serverless/toc.yml
- toc: docs-content://release-notes/elastic-cloud-serverless
path_prefix: release-notes/cloud-serverless

# Cloud Hosted
# https://github.com/elastic/cloud/blob/master/docs/release-notes/cloud-hosted/toc.yml
# We probably need to add `max_toc_depth: 2` to
# https://github.com/elastic/cloud/blob/master/docs/docset.yml
- toc: cloud://release-notes/cloud-hosted
path_prefix: release-notes/cloud-hosted

# Cloud Enterprise
# https://github.com/elastic/cloud/blob/master/docs/release-notes/cloud-enterprise/toc.yml
- toc: cloud://release-notes/cloud-enterprise
Expand Down Expand Up @@ -204,6 +206,11 @@ toc:
- toc: ecs://release-notes
path_prefix: release-notes/ecs

# ECCTL
# https://github.com/elastic/ecctl/blob/master/docs/release-notes/toc.yml
- toc: ecctl://release-notes
path_prefix: release-notes/ecctl

#############
# REFERENCE #
#############
Expand Down
Loading