mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Trying to fix sort order
This commit is contained in:
@@ -7,7 +7,6 @@ collections:
|
|||||||
getting_started:
|
getting_started:
|
||||||
output: true
|
output: true
|
||||||
title: Getting Started
|
title: Getting Started
|
||||||
sort_by: guide_order
|
|
||||||
permalink: "/:collection/:path/"
|
permalink: "/:collection/:path/"
|
||||||
tab-order: 1
|
tab-order: 1
|
||||||
toy_api:
|
toy_api:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Development Timetable
|
title: Development Timetable
|
||||||
guide_order: 4
|
order: 4
|
||||||
---
|
---
|
||||||
|
|
||||||
Watch this space.
|
Watch this space.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Toy v2 Quick-Start Guide
|
title: Toy v2 Quick-Start Guide
|
||||||
guide_order: 1
|
order: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
# Toy v2 Quick-Start Guide
|
# Toy v2 Quick-Start Guide
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Syntax Guide
|
title: Syntax Guide
|
||||||
guide_order: 2
|
order: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
Watch this space.
|
Watch this space.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Tools Guide
|
title: Tools Guide
|
||||||
guide_order: 3
|
order: 3
|
||||||
---
|
---
|
||||||
|
|
||||||
Watch this space.
|
Watch this space.
|
||||||
|
|||||||
Reference in New Issue
Block a user