Path: blob/main/src/resources/schema/document-about.yml
12921 views
- name: about1tags:2formats: [$html-doc]3schema:4anyOf:5- enum: [jolla, trestles, solana, marquee, broadside]6- ref: website-about7description:8short: Specifies that the page is an 'about' page and which template to use when laying out the page.9# FIXME: How do we link to other schema descriptions in this style of documentation?10long: |11Specifies that the page is an 'about' page and which template to use when laying out the page.1213The allowed values are either:1415- one of the possible template values (`jolla`, `trestles`, `solana`, `marquee`, or `broadside`))16- an object describing the 'about' page in more detail. See [About Pages](https://quarto.org/docs/websites/website-about.html) for more.171819