From f7ed1b254ac2209c049ae5bfe77431ad61024b1c Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Thu, 25 Jul 2024 17:20:41 -0400 Subject: [PATCH] chore: show lessons in sidebar at root level --- _toc.yml | 15 ++++++--------- exercises-setup.md | 8 ++++---- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/_toc.yml b/_toc.yml index f5bfecf..15acfa7 100644 --- a/_toc.yml +++ b/_toc.yml @@ -6,13 +6,10 @@ root: index title: Introduction chapters: - file: exercises-setup - - file: getting-started - title: Getting started - sections: - - file: lessons/0/index - title: "Lesson 0: Exploring qsv help messages and syntax" - - file: lessons/1/index - title: "Lesson 1: Displaying file content with qsv table" - - file: lessons/2/index - title: "Lesson 2: Piping commands" + - file: lessons/0/index + title: "Lesson 0: Exploring qsv help messages and syntax" + - file: lessons/1/index + title: "Lesson 1: Displaying file content with qsv table" + - file: lessons/2/index + title: "Lesson 2: Piping commands" - file: appendix diff --git a/exercises-setup.md b/exercises-setup.md index ccedb9d..b6573d3 100644 --- a/exercises-setup.md +++ b/exercises-setup.md @@ -8,7 +8,7 @@ At the end of each lesson there may be an exercise that you may complete either: - In an online Jupyter lab environment (uses myBinder) [↩](#binder) - Locally on your computer [↩](#local) -You may choose an approach you prefer then [continue to the next page](getting-started.md). +You may choose an approach you prefer then [continue to the next page](lessons/0/index). (exercises-setup:thebe)= @@ -20,7 +20,7 @@ Here's a screen recording that shows how to do this for each lesson: ![Thebe demo](media/thebe-demo.gif) -[➡ Continue to the next page.](getting-started.md) +[➡ Continue to the next page.](lessons/0/index) (exercises-setup:binder)= @@ -38,13 +38,13 @@ You may view the lab's files by clicking the folder icon. You may also run a cod When a Jupyter lab environment is ready, you may find a `notes.md` file in your lab's files. We recommend you **ignore the `notes.md` file** as this file is the same one used to render the lesson page which may contain the solution to the exercise. ::: -[➡ Continue to the next page.](getting-started.md) +[➡ Continue to the next page.](lessons/0/index) (exercises-setup:local)= ### Local -You may choose to run the exercises on your system. The rest of this page is an overview of how to load the exercises and how to install qsv locally. You may [continue to the next page](getting-started.md) instead if you won't do exercises on your system. +You may choose to run the exercises on your system. The rest of this page is an overview of how to load the exercises and how to install qsv locally. You may [continue to the next page](lessons/0/index) instead if you won't do exercises on your system. We recommend using [Git Bash](https://git-scm.com/downloads) as your terminal by downloading Git if you're using Windows or use [WSL2](https://learn.microsoft.com/en-us/windows/wsl/install) with [Ubuntu](https://apps.microsoft.com/detail/9pdxgncfsczv?hl=en-us&gl=US).