-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
42 lines (36 loc) · 1 KB
/
_quarto.yml
File metadata and controls
42 lines (36 loc) · 1 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
project:
type: website
website:
title: "DaVinci"
navbar:
pinned: true
collapse: true
search: true
logo: davinci_icon.svg
left:
- quarto/getting_started.qmd
- quarto/modules.qmd
#- about.qmd
right:
- icon: github
menu:
- text: Source code
url: https://github.com/orgs/Boehringer-Ingelheim/repositories?q=dv.
target: _blank
- text: Report a Bug
url: https://github.com/Boehringer-Ingelheim/davinci/issues/new?assignees=&labels=bug&projects=&template=bug_report.md&title=
target: _blank
page-footer:
center:
- text: "This website as well as the DaVinci packages are licensed under the Apache License, Version 2.0." # nolint
right:
- aria-label: GitHub
href: https://github.com/Boehringer-Ingelheim/davinci
icon: github
format:
html:
theme: [cosmo, quarto/general.scss]
css: styles.css
toc: false
page-layout: full
anchor-sections: true