Skip to content

Commit 7281bc5

Browse files
committed
fix quarto yml
1 parent 95b4222 commit 7281bc5

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

_quarto.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,13 @@ book:
7676
- class7.qmd
7777

7878
# ——— Class 8 shown in the sidebar ———
79-
- file: class8.qmd
80-
title: "Extras & Supplements"
79+
- class8.qmd
8180

8281
# ——— Bonus material (built but hidden) ———
83-
- file: bonus-git-and-github.qmd
84-
sidebar: false # <─ hides from the sidebar
85-
- file: class6_old.qmd
86-
sidebar: false
82+
- bonus-git-and-github.qmd
83+
sidebar: false # <─ hides from the sidebar
84+
- class6_old.qmd
85+
sidebar: false
8786

8887
execute:
8988
freeze: auto

0 commit comments

Comments
 (0)