Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/src/resources/schema/document-library.yml
12921 views
1
- name: revealjs-url
2
schema: path
3
tags:
4
formats: [revealjs]
5
description: Directory containing reveal.js files.
6
7
- name: s5-url
8
schema: string
9
tags:
10
formats: [s5]
11
description: The base url for s5 presentations.
12
13
- name: slidy-url
14
schema: string
15
tags:
16
formats: [slidy]
17
description: The base url for Slidy presentations.
18
19
- name: slideous-url
20
schema: string
21
tags:
22
formats: [slideous]
23
description: The base url for Slideous presentations.
24
25