-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
_quarto.yml
58 lines (50 loc) · 1.53 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
project:
title: "The Carpentries Workbench"
type: website
format:
html:
from: markdown+emoji
toc: true
include-in-header: assets/workbench-tools.html
filters:
- assets/workbench-filters.lua
book:
title: "The Carpentries Workbench"
author: "Zhian N. Kamvar"
date: "2022-04-29"
chapters:
- index.qmd
- transition-guide.qmd
- releases.qmd
website:
title: "The Carpentries Workbench"
navbar:
left:
- href: index.qmd
text: Home
- href: faq.qmd
text: FAQ
- text: Guides
menu:
- text: How The Workbench Works
href: workflow-guide.qmd
- text: "Style Guide (external)"
href: https://carpentries.github.io/sandpaper-docs/instructor/style.html
- text: Transition Guide
href: transition-guide.qmd
- text: "Developer's Guide (external)"
href: https://carpentries.github.io/workbench-dev
- text: Technical Docs
menu:
- text: "{sandpaper} (user interface)"
href: https://carpentries.github.io/sandpaper/
- text: "{varnish} (HTML, CSS, JS)"
href: https://carpentries.github.io/varnish/
- text: "{pegboard} (parsing, validation)"
href: https://carpentries.github.io/pegboard/
- href: https://github.com/carpentries/workbench/discussions
text: "Join the Discussion"
right:
- icon: github
href: 'https://github.com/carpentries/workbench'
aria-label: Workbench GitHub