-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path_quarto.yml
48 lines (46 loc) · 1.35 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
project:
type: website
website:
title: "Quarto Live Documentation"
description: "Interactive code blocks and exercises, powered by WebAssembly."
repo-url: https://github.com/r-wasm/quarto-live
repo-actions: [edit, issue]
repo-subdir: "docs"
page-navigation: true
sidebar:
contents:
- href: index.qmd
- section: Getting Started
contents:
- getting_started/installation.qmd
- getting_started/editor.qmd
- getting_started/packages.qmd
- getting_started/plotting.qmd
- section: Exercises and Grading
contents:
- exercises/exercises.qmd
- exercises/grading.qmd
- exercises/gradethis.qmd
- exercises/environments.qmd
- section: Interactive Documents and Tutorials
contents:
- interactive/reactivity.qmd
- interactive/data.qmd
- interactive/dynamic.qmd
- interactive/hybrid.qmd
- interactive/dashboards.qmd
- section: Other Features
contents:
- other/tables.qmd
- other/resources.qmd
- other/htmlwidgets.qmd
- other/py_output.qmd
- other/slides.qmd
- text: "---"
- section: Reference
contents:
- reference/document-yaml.qmd
- reference/cell-options.qmd
theme:
light: cosmo
dark: darkly