-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_quarto.yml
More file actions
42 lines (39 loc) · 1.12 KB
/
_quarto.yml
File metadata and controls
42 lines (39 loc) · 1.12 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
project:
type: website
output-dir: docs
resources:
- "*.xlsx"
- "*.html"
website:
title: "ONS Quality Questions"
sidebar:
style: docked
contents:
- text: "Introduction"
href: index.qmd
- text: "How to use the ONS Quality Questions"
href: how_to_use.qmd
- text: "ONS QUALITY QUESTIONS"
href: quality_questions.qmd
- text: "Assumptions and decision log guide"
href: assumptions_and_issues_log.qmd
- section: "Downloads"
contents:
- text: "Download ONS quality questions Excel template"
href: quality_questions_excel_template.xlsx
- text: "Download assumptions and decision log Excel template"
href: "assumptions_and_decision_log_template.xlsx"
- section: "Support and Feedback"
contents:
- text: "FAQs"
href: faqs.qmd
- text: "Example assumptions log"
href: sample_assumptions_table.qmd
- text: "Feedback"
href: feedback.qmd
format:
html:
page-layout: full
theme: flatly
toc: true
embed-resources: true