Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/src/resources/schema/document-listing.yml
12921 views
1
- name: listing
2
tags:
3
formats: [$html-doc]
4
schema:
5
anyOf:
6
- boolean
7
- maybeArrayOf:
8
anyOf:
9
- string
10
- ref: website-listing
11
description: Automatically generate the contents of a page from a list of Quarto documents or other custom data.
12
13