-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
90 lines (84 loc) · 1.88 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
project:
type: website
output-dir: docs
execute:
freeze: true
eval: true
website:
title: mall
favicon: "site/images/favicon/apple-touch-icon.png"
navbar:
logo: "site/images/favicon/apple-touch-icon.png"
left:
- sidebar:articles
- href: reference/index.qmd
text: Reference
right:
- icon: github
href: https://github.com/mlverse/mall
sidebar:
- id: articles
title: "Articles"
style: "docked"
background: light
collapse-level: 2
contents:
- text: "Caching"
href: articles/caching.qmd
- text: "Performance"
href: articles/performance.qmd
- text: "Databricks (R only)"
href: articles/databricks.qmd
format:
html:
toc: true
toc-expand: true
code-copy: true
code-overflow: wrap
code-toos: true
eval: true
freeze: true
css: site/styles.css
theme:
light: [cosmo, site/theme.scss]
dark: [cosmo, site/theme-dark.scss]
knitr:
opts_chunk:
collapse: true
comment: "#>"
quartodoc:
package: mall
options: null
style: pkgdown
dir: reference
out_index: _api_index.qmd
dynamic: true
sections:
- title: mall
desc: ''
contents:
- name: MallFrame
pkgsite:
dir: r
reference:
dir: reference
template: site/_template_reference.qmd
not_run_examples: true
index:
file: r_index.qmd
template: site/_template_index.qmd
contents:
sections:
- title: LLM
contents:
- llm_classify
- llm_custom
- llm_extract
- llm_sentiment
- llm_summarize
- llm_translate
- llm_verify
- llm_use
- title: Data
contents:
- reviews