Skip to content

Commit ad5389a

Browse files
committed
Fix sections ranks
1 parent cc510c2 commit ad5389a

File tree

6 files changed

+6
-1
lines changed

6 files changed

+6
-1
lines changed

collections/_release_4_4/section-general.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
type: section
33
name: General
44
anchor: general
5+
rank: 1
56
subsections:
67
- name: 2D
78
anchor: _2D

collections/_release_4_4/section-highlights.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
type: section
33
name: Highlights
44
anchor: highlights
5+
rank: 0
56
two_columns: true
67
---

collections/_release_4_4/section-platforms.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
type: section
33
name: Platforms
44
anchor: platforms
5+
rank: 2
56
subsections:
67
- name: Android
78
anchor: android

collections/_release_4_4/section-scripting.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
type: section
33
name: Scripting
44
anchor: scripting
5+
rank: 3
56
subsections:
67
- name: C#/.NET
78
anchor: dotnet

collections/_release_4_4/section-systems.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
type: section
33
name: Systems
44
anchor: systems
5+
rank: 4
56
subsections:
67
- name: Animation
78
anchor: animation

pages/releases/4.4.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
{% assign _intro = data | where: "type", "entry" | where: "category", "intro" | sort: "rank" %}
5151

52-
{% assign _sections = data | where: "type", "section" %}
52+
{% assign _sections = data | where: "type", "section" | sort: "rank" %}
5353

5454
{% assign _foundation = data | where: "type", "entry" | where: "category", "foundation" | sort: "rank" %}
5555

0 commit comments

Comments
 (0)