-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
67 lines (62 loc) · 1.63 KB
/
_quarto.yml
File metadata and controls
67 lines (62 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
project:
type: book
book:
title: "ADRF User Guide"
author: "Jon Mills, Josh Edelmann, and Corey Sparks"
date: last-modified
date-format: "[Last Updated on] DD MMMM, YYYY"
chapters:
- index.md
- 01-intro.md
- 02-access.md
- 03-onboarding.md
- 04-access-and-use.md
- 05-access-data.md
- 06-where-to-work.md
- 07-collaborate.md
- 08-export.md
- 09-dos-and-donts.md
- 10-packages.md
- 11-querying-guide.md
- 12-dashboards.md
- 13-pass_reset_password.md
- 14-faq.md
# ⬇️ This is the global chapter sidebar
sidebar:
style: docked # or "floating", but docked feels more “always there”
#background: "#4c2a9d"
search: true
collapse-level: 1 # show all top-level items expanded
pinned: true # keep sidebar accessible on narrow screens
# (optional) explicitly list contents; by default it uses chapters anyway
contents:
- index.md
- 01-intro.md
- 02-access.md
- 03-onboarding.md
- 04-access-and-use.md
- 05-access-data.md
- 06-where-to-work.md
- 07-collaborate.md
- 08-export.md
- 09-dos-and-donts.md
- 10-packages.md
- 11-querying-guide.md
- 12-dashboards.md
- 13-pass_reset_password.md
- 14-faq.md
search:
location: sidebar
type: textbox
limit: 3
format:
html:
theme: journal
backgroundcolor: "white"
highlight-style: arrow
embed-resources: false
toc: true # optional; this is the per-page “On this page” headings
df-print: paged
number-sections: false
number-depth: 1
editor: visual