From 2099865dfb962cee22f34e7db4d36370fc0e0d0d Mon Sep 17 00:00:00 2001 From: Erin Becker Date: Fri, 22 Nov 2024 09:40:53 -0800 Subject: [PATCH] add instruction to disable numbering --- episodes/editing.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/episodes/editing.md b/episodes/editing.md index cc2a19a1..caed5a3e 100644 --- a/episodes/editing.md +++ b/episodes/editing.md @@ -210,6 +210,17 @@ profiles : Learner profile pages +::::::::::::::::::::::::::::::: callout + +### Remove Episode Numbering + +By default, the lesson sidebar will display numbers next to each episode title. To remove these +numbers, add the following line to your `config.yaml` file. + +`disable_sidebar_numbering: true` + +:::::::::::::::::::::::::::::::::::::::::: + ::::::::::::::::::::::::::::::: challenge ### Configuring Episode Order @@ -225,6 +236,7 @@ have rearranged themselves to reflect that. :::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::: + ### Configuring web analytics The optional `analytics` field can be used to configure web analytics, e.g. with [Matomo](https://matomo.org/) or Google Analytics. There are currently three options for `analytics`: