Sort by order has been removed

This commit is contained in:
Philipp Oppermann
2019-01-22 15:47:57 +01:00
parent 40806ceda0
commit ea7f4d74f6
36 changed files with 42 additions and 42 deletions

View File

@@ -2,5 +2,5 @@
title = "Extra Content"
insert_anchor_links = "left"
render = false
sort_by = "order"
sort_by = "weight"
+++

View File

@@ -1,6 +1,6 @@
+++
title = "Building on Android"
order = 3
weight = 3
template = "second-edition/extra.html"
+++

View File

@@ -1,6 +1,6 @@
+++
title = "Disable the Red Zone"
order = 1
weight = 1
path = "red-zone"
template = "second-edition/extra.html"
+++

View File

@@ -1,6 +1,6 @@
+++
title = "Disable SIMD"
order = 2
weight = 2
path = "disable-simd"
template = "second-edition/extra.html"
+++