-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
70 lines (64 loc) · 1.86 KB
/
_quarto.yml
File metadata and controls
70 lines (64 loc) · 1.86 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
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
project:
type: website
execute:
freeze: auto
website:
title: AniScope
page-navigation: true
sidebar:
title: AniScope
style: "docked"
search: true
contents:
- href: docs/index.qmd
text: Introduction
- section: Build Instructions
contents:
- href: docs/build/instructions.qmd
text: Overview
- href: docs/build/materials.qmd
text: Materials
- href: docs/build/printing.qmd
text: Printing
- section: Assembly
contents:
- href: docs/build/assembly/assembly.qmd
text: Overview
- docs/build/assembly/step-1.qmd
- docs/build/assembly/step-2.qmd
- docs/build/assembly/step-3.qmd
- docs/build/assembly/step-4.qmd
- docs/build/assembly/step-5.qmd
- docs/build/assembly/step-6.qmd
- docs/build/assembly/step-7.qmd
- docs/build/assembly/checklist.qmd
- href: docs/build/parts.qmd
text: Customisation
- section: Usage Guide
contents:
- href: docs/usage/usage-guide.qmd
text: Overview
- href: docs/usage/usage.qmd
text: Prepare setup
- href: docs/usage/record-video.qmd
text: Record videos
- section: Advanced
contents:
- href: docs/usage/open-loop.qmd
text: Open-loop experiment
- href: docs/usage/closed-loop.qmd
text: Closed-loop experiment
tools:
- icon: github
menu:
- text: Source Code
href: https://github.com/roaldarbol/AniScope
- text: Report a Bug
href: https://github.com/roaldarbol/AniScope/issues
format:
html:
theme:
- cosmo
- brand
css: docs/styles.css
toc: true