Fix page weights in release notes - #7335
Merged
knylander-grafana merged 1 commit intoJun 1, 2026
Merged
Conversation
knylander-grafana
requested review from
carles-grafana,
electron0zero,
ie-pham,
javiermolinar,
mapno,
mattdurham,
mdisibio,
oleg-kozlyuk-grafana,
ruslan-mikhailov,
stoewer,
yvrhdn,
zalegrala and
zhxiaogg
as code owners
June 1, 2026 14:03
oleg-kozlyuk-grafana
approved these changes
Jun 1, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adjusts Hugo page weights in the Tempo release notes documentation so that the 3.0 release notes appear above the Version 2 and Version 1 release-notes sections in navigation/listing order.
Changes:
- Updated
weightin the Version 2 release-notes section index to sort below v3.0. - Updated
weightin the Version 1 release-notes section index to sort below Version 2. - Updated
weightin the v3.0 release notes page to sort above the Version 2/1 sections.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/sources/tempo/release-notes/version-2/_index.md | Adjusts section weight so Version 2 sorts below v3.0. |
| docs/sources/tempo/release-notes/version-1/_index.md | Adjusts section weight so Version 1 sorts below Version 2. |
| docs/sources/tempo/release-notes/v3-0.md | Adjusts page weight so v3.0 sorts above Version 2/1 sections. |
knylander-grafana
enabled auto-merge (squash)
June 1, 2026 14:16
tempo-ci-app Bot
added a commit
that referenced
this pull request
Jun 1, 2026
(cherry picked from commit 74d5997) Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does:
Fixes the page weights in the release notes folder so the 3.0 release notes are at the top instead of the bottom.
Which issue(s) this PR fixes:
Fixes #
Checklist
CHANGELOG.mdupdated - the order of entries should be[CHANGE],[FEATURE],[ENHANCEMENT],[BUGFIX]