-
Notifications
You must be signed in to change notification settings - Fork 2
/
_quarto.yml
97 lines (91 loc) · 2.19 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
project:
type: website
output-dir: _site
preview:
port: 8000
browser: false
resources:
- "versions.json"
- "versions.js"
website:
title: "Viash"
image: "viash.png"
favicon: "favicon.png"
google-analytics: "G-GDS2XT0DDG"
open-graph: true
site-url: https://viash.io
repo-url: https://github.com/viash-io/website
repo-actions: [edit, source, issue]
page-navigation: true
page-footer:
center:
- text: "About"
href: about.qmd
- text: "Privacy Policy"
href: privacy.qmd
navbar:
background: light
logo: viash.png
title: false
collapse-below: lg
left:
- text: "Overview"
href: index.qmd
- text: "Installation"
href: installation/index.qmd
- text: "Quickstart"
href: quickstart/index.qmd
- text: "Guide"
href: guide/index.qmd
- text: "Reference"
href: reference/index.qmd
# - text: "Gallery"
# href: gallery/index.qmd
- text: "Blog"
href: blog/index.qmd
- text: "Help"
menu:
# - text: "Terminology"
# icon: "journal-text"
# href: help/terminology.qmd
- text: "Report a Viash issue"
icon: "bug"
href: "https://github.com/viash-io/viash/issues"
- text: "Report a website issue"
icon: "bug"
href: "https://github.com/viash-io/website/issues"
- text: "Cheat sheet"
icon: "card-list"
href: cheatsheet/viash_cheatsheet_v1_2.pdf
right:
- id: "VersionSelector"
text: "Version"
menu: []
- icon: github
href: https://github.com/viash-io/viash
aria-label: Viash GitHub
sidebar:
- id: guide
collapse-level: 3
contents:
- auto: guide
- id: reference
title: "Reference"
collapse-level: 3
contents:
- auto: reference
format:
html:
toc: true
theme:
light: [cosmo, theme.scss]
link-external-icon: false
link-external-newwindow: true
code-copy: true
code-overflow: scroll
css: styles.css
include-after-body: js.html
mermaid-format: js
execute:
freeze: auto
engine: knitr