-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
134 lines (122 loc) · 4.18 KB
/
_quarto.yml
File metadata and controls
134 lines (122 loc) · 4.18 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
project:
type: website
output-dir: _site
render:
- "*.qmd"
- "*.md"
# Mermaid configuration - use SVG format for client-side rendering (no Chromium needed)
mermaid-format: svg
website:
title: "WFP Jordan Data Quality Automation"
site-url: https://wfp-vam.github.io/JOR-data-quality-automation-docs
repo-url: https://github.com/WFP-VAM/JOR-data-quality-automation-docs
repo-actions: [edit, issue]
page-navigation: true
bread-crumbs: true
back-to-top-navigation: true
navbar:
background: primary
logo: https://raw.githubusercontent.com/wfp/ui-assets/refs/heads/master/src/logos/standard/en/wfp-logo-standard-white-en.svg
search: true
left:
- text: "Home"
href: index.qmd
- text: "Getting Started"
menu:
- text: "Installation"
href: guides/INSTALLATION.html
- text: "Quick Start"
href: guides/QUICK_START.html
- text: "Interactive Discovery"
href: guides/INTERACTIVE_DISCOVERY.html
- text: "Guides"
menu:
- text: "Adding New Exercises"
href: guides/ADDING_NEW_EXERCISES.html
- text: "Adding Metadata"
href: guides/ADDING_METADATA.html
- text: "Validation Coverage"
href: guides/VALIDATION_COVERAGE.html
- text: "Documentation Guide"
href: guides/DOCUMENTATION_GUIDE.html
- text: "Building the Site"
href: guides/BUILD_SITE.html
- text: "Examples"
href: examples/BCM_WELCOME_MEALS.html
- text: "Development"
href: development/METADATA_INTEGRATION_COMPLETE.html
right:
- icon: github
href: https://github.com/WFP-VAM/JOR-data-quality-automation-docs
sidebar:
style: "docked"
background: light
search: true
contents:
- section: "Getting Started"
contents:
- text: "Overview"
href: index.html
- text: "Installation"
href: guides/INSTALLATION.html
- text: "Quick Start Guide"
href: guides/QUICK_START.html
- text: "Interactive Discovery"
href: guides/INTERACTIVE_DISCOVERY.html
- section: "User Guides"
contents:
- text: "Adding New Exercises"
href: guides/ADDING_NEW_EXERCISES.html
- text: "Adding Metadata"
href: guides/ADDING_METADATA.html
- text: "Validation Coverage"
href: guides/VALIDATION_COVERAGE.html
- text: "Documentation Guide"
href: guides/DOCUMENTATION_GUIDE.html
- text: "Building the Site"
href: guides/BUILD_SITE.html
- section: "Examples"
contents:
- text: "BCM Welcome Meals"
href: examples/BCM_WELCOME_MEALS.html
- text: "BCM Helpdesk"
href: examples/adding_bcm_helpdesk.html
- text: "BCM Post Office Validation"
href: examples/adding_bcm_post_office_validation.html
- section: "Development Notes"
contents:
- text: "Metadata Integration"
href: development/METADATA_INTEGRATION_COMPLETE.html
- text: "Validation Implementation"
href: development/VALIDATION_IMPLEMENTATION_SUMMARY.html
- text: "Data Quality Rules"
href: development/DATA_QUALITY_RULES.html
- text: "Visualization Feature"
href: development/VISUALIZATION_FEATURE.html
- text: "API Token Auto-Refresh"
href: development/API_TOKEN_AUTO_REFRESH.html
- text: "Link Validation Report"
href: development/LINK_VALIDATION_REPORT.html
page-footer:
left: "© 2025 WFP Jordan. Built with [Quarto](https://quarto.org/)."
right:
- icon: github
href: https://github.com/WFP-VAM/JOR-data-quality-automation-docs
aria-label: GitHub
format:
html:
theme:
light: [brand, custom.scss]
css: styles.css
include-in-header: _includes/logo-link.html
toc: true
toc-depth: 3
toc-location: right
code-copy: true
code-overflow: wrap
code-fold: false
link-external-newwindow: true
link-external-icon: true
execute:
echo: false
eval: false