From b642519773f09c827041500fb10d3112f28e23f1 Mon Sep 17 00:00:00 2001 From: Samuel Evans-Powell Date: Wed, 16 Feb 2022 12:47:53 +0800 Subject: [PATCH] Use 'order' property for ordering --- docs/code/Flakes/Tutorials/Hacking.md | 3 ++- docs/code/Flakes/Tutorials/Installation.md | 3 ++- docs/code/Flakes/Tutorials/NewProject.md | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/code/Flakes/Tutorials/Hacking.md b/docs/code/Flakes/Tutorials/Hacking.md index 2bb0551..60ecc89 100644 --- a/docs/code/Flakes/Tutorials/Hacking.md +++ b/docs/code/Flakes/Tutorials/Hacking.md @@ -1,6 +1,7 @@ --- -title: 03-Create a Development Environment +title: Create a Development Environment date: 2021-02-09 +order: 3 --- ## Hacking diff --git a/docs/code/Flakes/Tutorials/Installation.md b/docs/code/Flakes/Tutorials/Installation.md index 69ea491..0fdfe2a 100644 --- a/docs/code/Flakes/Tutorials/Installation.md +++ b/docs/code/Flakes/Tutorials/Installation.md @@ -1,6 +1,7 @@ --- -title: 01-Installation +title: Installation date: 2021-02-09 +order: 1 --- Presuming nix is already installed, Nix flakes are available from Nix version 2.4 and up. diff --git a/docs/code/Flakes/Tutorials/NewProject.md b/docs/code/Flakes/Tutorials/NewProject.md index 9fdd475..22bd434 100644 --- a/docs/code/Flakes/Tutorials/NewProject.md +++ b/docs/code/Flakes/Tutorials/NewProject.md @@ -1,6 +1,7 @@ --- -title: 02-Create a New Flakes Project +title: Create a New Flakes Project date: 2021-02-09 +order: 2 --- ## Creating an example project