Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
Use 'order' property for ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
sevanspowell authored and rvl committed Apr 22, 2022
1 parent 6ddddfc commit b642519
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/code/Flakes/Tutorials/Hacking.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 03-Create a Development Environment
title: Create a Development Environment
date: 2021-02-09
order: 3
---

## Hacking
Expand Down
3 changes: 2 additions & 1 deletion docs/code/Flakes/Tutorials/Installation.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion docs/code/Flakes/Tutorials/NewProject.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b642519

Please sign in to comment.