-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
130 lines (93 loc) · 3.58 KB
/
_quarto.yml
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
project:
type: website
output-dir: docs
execute:
freeze: auto
format:
html:
theme:
- flatly
- styles.css
toc: true
toc-depth: 5
toc-expand: 1
toc-title: Table of content
citations-hover: true
footnotes-hover: true
website:
title: "OutbreakTools documentation"
favicon: images/icon.png
repo-url: https://github.com/epicentre-msf/test-obt-doc-website
# Options
page-navigation: true
back-to-top-navigation: true
# Navbar
navbar:
search: true
logo: images/icon.png
# left:
# - text: About
# href: index.qmd
right:
- text: Getting started
menu:
- text: Download and prepare the tools
href: getting_started/download.qmd
- text: General workflow
href: getting_started/workflow.qmd
- text: Prepare a linelist setup
href: getting_started/create_dic.qmd
- text: Compile a linelist
href: getting_started/compile.qmd
- text: Use an OutbreakTools linelist
href: getting_started/use_linelist.qmd
- text: Setup file reference
menu:
- text: Dictionary sheet
href: reference/dictionary_sheet.qmd
- text: Choices sheet
href: reference/choices_sheet.qmd
- text: Analyses sheet
href: reference/analyses_sheet.qmd
- text: Export sheet
href: reference/exports_sheet.qmd
- text: Translation sheet
href: reference/translations_sheet.qmd
- text: Ribbon tabs
href: reference/ribbons.qmd
- text: How-to
menu:
- text: Setup - Export subset of geo columns
href: how_to/export_subset_geo.qmd
- text: Setup - Create two data entry tables
href: how_to/link_tables.qmd
- text: Setup - Add a new linelist language
href: how_to/add_language.qmd
- text: Setup - Migrate a setup to an upgraded version
href: how_to/migrate_setup.qmd
- text: Linelist - Import a geobase in the linelist
href: how_to/import_geobase.qmd
- text: Linelist - Show or hide variables in the linelist
href: how_to/show_hide_variables.qmd
- text: Linelist - Migrate linelist data
href: how_to/migrate_linelist.qmd
- text: Linelist - Send data to the dashboard
href: how_to/send_data_to_dashboard.qmd
- text: Cheatsheet
menu:
- text: Variable controls
href: cheatsheets/variable_control.qmd
- text: Analyses
href: cheatsheets/analyses.qmd
- text: Tutoriel
href: tutorial.qmd
tools:
- icon: github
text: Source Code
href: https://github.com/epicentre-msf/outbreak-tools
# sidebar:
# contents: auto
# Footer
page-footer:
left: Developed by [![](images/epicentre.png){fig-alt="Epicentre logo" width=65px}](https://epicentre.msf.org/)
right: This website is built with {{< fa heart title="a heart" >}}, [{{< fa brands github title="GitHub octocat logo" >}}](https://github.com){target=_blank}, [{{< fa brands r-project title="R Project" >}}](https://www.r-project.org/about.html){target=_blank} and [Quarto](https://quarto.org/){target=_blank}