-
Notifications
You must be signed in to change notification settings - Fork 4
/
_quarto.yml
61 lines (56 loc) · 1.54 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
project:
type: website
execute:
freeze: true
website:
title: "extendr"
site-url: https://extendr.github.io
navbar:
left:
- text: "Get Started"
href: get-started.qmd
- text: "User Guide"
href: user-guide/index.qmd
- text: Contributing
href: CONTRIBUTING.md
- text: "News"
href: changelog.qmd
- text: "API Docs"
href: https://extendr.github.io/extendr/extendr_api/
- text: "Blog"
href: blog/index.qmd
- text: "FAQ"
href: faq.qmd
right:
- icon: github
href: https://github.com/extendr/extendr
- icon: discord
href: https://discord.gg/7hmApuc
sidebar:
- title: "User Guide"
collapse-level: 1
style: "floating"
contents:
- user-guide/index.qmd
- user-guide/complete-example.qmd
- section: "R Packages"
contents:
- user-guide/r-pkgs/package-setup.qmd
- user-guide/r-pkgs/package-structure.qmd
- section: "Type Mapping"
contents:
- user-guide/type-mapping/extendr-macro.qmd
- user-guide/type-mapping/scalars.qmd
- user-guide/type-mapping/vectors.qmd
- user-guide/type-mapping/missing-values.qmd
- user-guide/type-mapping/characters.qmd
- section: "Error Handling"
contents:
- user-guide/error-handling/basic-error-handling.qmd
- user-guide/serde-integration.qmd
format:
html:
theme:
light: flatly
dark: darkly
toc: false