Skip to content

Commit

Permalink
Add comments to add new items
Browse files Browse the repository at this point in the history
  • Loading branch information
ateucher committed Jul 3, 2024
1 parent 6e2fc75 commit 4f14e84
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _make_pdf.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ process_qmd <- function(file, fpath_in = "images/", fpath_out = "images/", level
#| echo: false
#| eval: true
#| message: false
# To add a new page, add a new list item to the "parts" list, following the
# attern here, listing the page title, the directory, the file name,
# and the level at which it should appear in the nav/chapter hierarchy.
# Standalone headings can be added as a single character preceded by the
# '#' (e.g., '# Additional Lessons')
parts <- list(
list(title = "Welcome", dir = ".", file = "index.qmd", img_path = "images/", level = 1),
list(title = "Core Lessons", dir = "core-lessons", file = "index.qmd", img_path = "images/", level = 1),
Expand Down

0 comments on commit 4f14e84

Please sign in to comment.