From c609816c6754e197e7ac4b8fc870a5c414b5e2d6 Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Thu, 14 Mar 2019 13:49:12 +0100 Subject: [PATCH] reorganisation --- docs/chapter-1/README.md | 2 +- docs/{section-1.md => chapter-2.md} | 2 +- docs/{section-2.md => chapter-3.md} | 0 docs/{chapter-2 => chapter-4}/README.md | 0 docs/{chapter-2 => chapter-4}/section-1.md | 0 docs/{chapter-2 => chapter-4}/section-2.md | 0 6 files changed, 2 insertions(+), 2 deletions(-) rename docs/{section-1.md => chapter-2.md} (99%) rename docs/{section-2.md => chapter-3.md} (100%) rename docs/{chapter-2 => chapter-4}/README.md (100%) rename docs/{chapter-2 => chapter-4}/section-1.md (100%) rename docs/{chapter-2 => chapter-4}/section-2.md (100%) diff --git a/docs/chapter-1/README.md b/docs/chapter-1/README.md index 5009be6..2f08e61 100644 --- a/docs/chapter-1/README.md +++ b/docs/chapter-1/README.md @@ -1,5 +1,5 @@ --- -nav_order: 3 +nav_order: 2 has_children: true permalink: /chapter-1 --- diff --git a/docs/section-1.md b/docs/chapter-2.md similarity index 99% rename from docs/section-1.md rename to docs/chapter-2.md index eda751a..e417a8a 100644 --- a/docs/section-1.md +++ b/docs/chapter-2.md @@ -1,5 +1,5 @@ --- -nav_order: 2 +nav_order: 3 --- # Section 1 {: .no_toc } diff --git a/docs/section-2.md b/docs/chapter-3.md similarity index 100% rename from docs/section-2.md rename to docs/chapter-3.md diff --git a/docs/chapter-2/README.md b/docs/chapter-4/README.md similarity index 100% rename from docs/chapter-2/README.md rename to docs/chapter-4/README.md diff --git a/docs/chapter-2/section-1.md b/docs/chapter-4/section-1.md similarity index 100% rename from docs/chapter-2/section-1.md rename to docs/chapter-4/section-1.md diff --git a/docs/chapter-2/section-2.md b/docs/chapter-4/section-2.md similarity index 100% rename from docs/chapter-2/section-2.md rename to docs/chapter-4/section-2.md