Skip to content

Commit 5be9c68

Browse files
authored
Fix release content metadata (#20501)
Fix mistakes with the yaml frontmatter. Biggest issue was people forgetting to use quotes when strings contain backticks. Yaml is a very silly format.
1 parent 68b8482 commit 5be9c68

25 files changed

+27
-27
lines changed

release-content/migration-guides/LightVisibilityClass_rename.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: `LightVisibilityClass` renamed to `ClusterVisibilityClass`
2+
title: "`LightVisibilityClass` renamed to `ClusterVisibilityClass`"
33
pull_requests: [19986]
44
---
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: `ScrollPosition` now uses logical pixel units and is no longer overwritten during layout updates
2+
title: "`ScrollPosition` now uses logical pixel units and is no longer overwritten during layout updates"
33
pull_requests: [20093]
44
---
55
`ScrollPosition` is no longer overwritten during layout updates. Instead the computed scroll position is stored in the new `scroll_position` field on `ComputedNode`.

release-content/migration-guides/anchor_is_removed_from_sprite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: `Anchor` is now a required component on `Sprite`
2+
title: "`Anchor` is now a required component on `Sprite`"
33
pull_requests: [18393]
44
---
55

release-content/migration-guides/animation_graph_no_more_asset_ids.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: `AnimationGraph` no longer supports raw AssetIds.
2+
title: "`AnimationGraph` no longer supports raw AssetIds"
33
pull_requests: []
44
---
55

release-content/migration-guides/bevy_render_reorganization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: `bevy_render` reorganization
2+
title: "`bevy_render` reorganization"
33
pull_requests: [20485, 20496, 20493, 20492, 20491, 20488, 20487, 20486, 20483, 20480, 20479, 20478, 20477, 20473, 20472, 20471, 20470, 20392, 20390, 20388, 20345, 20344, 20330, 20051, 20000, 19997, 19991, 19985, 19973, 19965, 19963, 19962, 19960, 19959, 19958, 19957, 19956, 19955, 19954, 19953, 19949, 19943, 16620, 16619, 15700, 15666, 15650]
44
---
55

release-content/migration-guides/bevy_ui_render_crate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: `bevy_ui_render` crate
2+
title: "`bevy_ui_render` crate"
33
pull_requests: [18703]
44
---
55

release-content/migration-guides/border_color_all_takes_impl_into_color.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: `BorderColor::all` now accepts any `impl Into<Color>` type
2+
title: "`BorderColor::all` now accepts any `impl Into<Color>` type"
33
pull_requests: [20311]
44
---
55

release-content/migration-guides/check_change_ticks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: `CheckChangeTicks` parameter in `System::check_change_tick`
2+
title: "`CheckChangeTicks` parameter in `System::check_change_tick`"
33
pull_requests: [19274, 19600]
44
---
55

release-content/migration-guides/component_entry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: `Entry` enum is now `ComponentEntry`
3-
pull_requests: [TODO]
2+
title: "`Entry` enum is now `ComponentEntry`"
3+
pull_requests: [19517]
44
---
55

66
The `Entry` enum in `bevy::ecs::world` has been renamed to `ComponentEntry`, to avoid name clashes with `hash_map`, `hash_table` and `hash_set` `Entry` types.

release-content/migration-guides/extract_fn_is_mut.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: `take_extract` now returns `dyn FnMut` instead of `dyn Fn`.
2+
title: "`take_extract` now returns `dyn FnMut` instead of `dyn Fn`"
33
pull_requests: [19926]
44
---
55

0 commit comments

Comments
 (0)