Skip to content

Commit 02700c8

Browse files
committed
add test child
1 parent a939a5d commit 02700c8

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

docs/next_steps-test.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
layout: default
3+
title: "A Fake Site"
4+
nav_order: 1
5+
parent: Next Steps
6+
format: docusaurus-md
7+
---
8+
9+
Test
10+
11+
``` r
12+
library(tidyverse)
13+
```
14+
15+
``` text
16+
── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
17+
✔ dplyr 1.1.4 ✔ readr 2.1.4
18+
✔ forcats 1.0.0 ✔ stringr 1.5.1
19+
✔ ggplot2 3.4.4 ✔ tibble 3.2.1
20+
✔ lubridate 1.9.3 ✔ tidyr 1.3.0
21+
✔ purrr 1.0.2
22+
── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
23+
✖ dplyr::filter() masks stats::filter()
24+
✖ dplyr::lag() masks stats::lag()
25+
ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
26+
```
27+

docs/next_steps.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: Next Steps
4+
has_children: true
45
nav_order: 4
56
---
67

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
layout: default
33
title: "A Fake Site"
4-
nav_order: 7
4+
nav_order: 1
5+
parent: Next Steps
56
format: docusaurus-md
67
---
78

0 commit comments

Comments
 (0)