From 7414d53108cf29f4966a103455976a3c0c55eff1 Mon Sep 17 00:00:00 2001 From: Darragh ORiordan Date: Tue, 13 Jun 2023 15:01:10 +1000 Subject: [PATCH] docs: add some docs --- .../docs/page-content/miller-start/get-started/installation.md | 2 +- .../docs/page-content/miller-start/get-started/introduction.md | 2 +- .../page-content/miller-start/get-started/nestjs-vs-nextjs.md | 2 +- .../src/docs/page-content/miller-start/get-started/quality.md | 2 +- .../docs/page-content/miller-start/get-started/quick-start.md | 2 +- .../page-content/miller-start/get-started/why-use-miller.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/frontend/src/docs/page-content/miller-start/get-started/installation.md b/apps/frontend/src/docs/page-content/miller-start/get-started/installation.md index 2d3529ef..187e42b7 100644 --- a/apps/frontend/src/docs/page-content/miller-start/get-started/installation.md +++ b/apps/frontend/src/docs/page-content/miller-start/get-started/installation.md @@ -1,7 +1,7 @@ --- title: "Installation" date: "2020-01-01" -order: 2 +order: 20 --- ## 1. Copy the files from the repository into your own local repository. diff --git a/apps/frontend/src/docs/page-content/miller-start/get-started/introduction.md b/apps/frontend/src/docs/page-content/miller-start/get-started/introduction.md index 9f37ffc6..a86ada38 100644 --- a/apps/frontend/src/docs/page-content/miller-start/get-started/introduction.md +++ b/apps/frontend/src/docs/page-content/miller-start/get-started/introduction.md @@ -1,7 +1,7 @@ --- title: "Introduction" date: "2020-01-01" -order: 0 +order: 10 --- Miller Start is a fullstack application example for learning and building javascript applications. diff --git a/apps/frontend/src/docs/page-content/miller-start/get-started/nestjs-vs-nextjs.md b/apps/frontend/src/docs/page-content/miller-start/get-started/nestjs-vs-nextjs.md index c17d2c40..e7f82ce1 100644 --- a/apps/frontend/src/docs/page-content/miller-start/get-started/nestjs-vs-nextjs.md +++ b/apps/frontend/src/docs/page-content/miller-start/get-started/nestjs-vs-nextjs.md @@ -1,7 +1,7 @@ --- title: "NestJs and NestJs" date: "2020-06-13" -order: 0 +order: 40 --- ## Why NestJS and NextJS? diff --git a/apps/frontend/src/docs/page-content/miller-start/get-started/quality.md b/apps/frontend/src/docs/page-content/miller-start/get-started/quality.md index df1285f6..9f1a1e3f 100644 --- a/apps/frontend/src/docs/page-content/miller-start/get-started/quality.md +++ b/apps/frontend/src/docs/page-content/miller-start/get-started/quality.md @@ -1,7 +1,7 @@ --- title: "Code Quality Tools" date: "2020-01-01" -order: 0 +order: 30 --- I use tools help me write consistent, correct code. Miller includes pre-configured tools to help with this. diff --git a/apps/frontend/src/docs/page-content/miller-start/get-started/quick-start.md b/apps/frontend/src/docs/page-content/miller-start/get-started/quick-start.md index ff187fd4..e08f45a9 100644 --- a/apps/frontend/src/docs/page-content/miller-start/get-started/quick-start.md +++ b/apps/frontend/src/docs/page-content/miller-start/get-started/quick-start.md @@ -1,7 +1,7 @@ --- title: "Quick Start" date: "2020-01-01" -order: 1 +order: 11 --- This is the quick start. See the full installation instructions for more detail on the steps below. diff --git a/apps/frontend/src/docs/page-content/miller-start/get-started/why-use-miller.md b/apps/frontend/src/docs/page-content/miller-start/get-started/why-use-miller.md index 316f2ad9..5d43bdf7 100644 --- a/apps/frontend/src/docs/page-content/miller-start/get-started/why-use-miller.md +++ b/apps/frontend/src/docs/page-content/miller-start/get-started/why-use-miller.md @@ -1,7 +1,7 @@ --- title: "Why Miller Start" date: "2020-06-13" -order: 0 +order: 5 --- ## 1. Miller Start gets you past the hard parts