-
Notifications
You must be signed in to change notification settings - Fork 157
Open
Labels
Team:DocsEngIssues owned by the Docs Engineering TeamIssues owned by the Docs Engineering Team
Description
The current release docs landing page has this in the frontmatter:
description: Explore the new features, enhancements, fixes, and deprecations for Elastic Stack 9.0+ (latest 9.1.1), Elastic Cloud Serverless, and...
File: release-notes/intro/index.md
.
The static 9.1.1
will force us to update it after every release, which is something we want to avoid at all cost (because we will end up forgetting about it).
We should rely on {{version.stack}} but variables are not supported in the frontmatter.
Possibilities:
- Remove the
(latest 9.1.1)
text from the description. - Use a version variable and support it at docs-builder level.
Based on Jan's comment, the description in the frontmatter is added as the meta description of the htlm head (SEO related).
cc: @georgewallace & @bmorelli25 , for your consideration.
Metadata
Metadata
Assignees
Labels
Team:DocsEngIssues owned by the Docs Engineering TeamIssues owned by the Docs Engineering Team