Skip to content

Commit 9b4f35b

Browse files
committed
hide bonus pages from sidebar
1 parent 7a7a064 commit 9b4f35b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

bonus-git-and-github.qmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ format:
77
number-sections: true
88
toc: true
99
editor: visual
10+
sidebar: false
1011
---
1112

1213
## Reproducible science... *in-silico*??
@@ -362,4 +363,4 @@ Here are examples of what you may include in a `data/README.md` file
362363
363364
- Commits are pushed to branches
364365
365-
- For the main branch, use `git push origin main`
366+
- For the main branch, use `git push origin main`

class6_old.qmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ author: "Brian Gural, Lorrie He, JP Flores"
55
format:
66
html:
77
toc: true
8+
sidebar: false
89
---
910

1011
```{r, echo=FALSE}
@@ -363,4 +364,4 @@ data_long |>
363364
scale_fill_manual(values = c("#A6CEE3", "#1F78B4", "#FDBF6F", "#FF7F00")) +
364365
guides(x = guide_axis(angle = 45))
365366
366-
```
367+
```

0 commit comments

Comments
 (0)