From c37d5427ffef7ca6b022294348f1cdc23facbfc0 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Fri, 14 Jun 2024 09:19:22 -0400 Subject: [PATCH] fix: use `index.md` instead of `notes.md` to remove `notes.html` at end of links --- _toc.yml | 4 ++-- lessons/0/{notes.md => index.md} | 0 lessons/1/{notes.md => index.md} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename lessons/0/{notes.md => index.md} (100%) rename lessons/1/{notes.md => index.md} (100%) diff --git a/_toc.yml b/_toc.yml index 66a6765..fcedb1a 100644 --- a/_toc.yml +++ b/_toc.yml @@ -9,8 +9,8 @@ chapters: - file: getting-started title: Getting started sections: - - file: lessons/0/notes + - file: lessons/0/index title: "Lesson 0: Exploring qsv help messages and syntax" - - file: lessons/1/notes + - file: lessons/1/index title: "Lesson 1: Displaying file content with qsv table" - file: appendix diff --git a/lessons/0/notes.md b/lessons/0/index.md similarity index 100% rename from lessons/0/notes.md rename to lessons/0/index.md diff --git a/lessons/1/notes.md b/lessons/1/index.md similarity index 100% rename from lessons/1/notes.md rename to lessons/1/index.md