Skip to content

Commit caca85c

Browse files
committed
Add brand
1 parent ef38e02 commit caca85c

36 files changed

+144
-0
lines changed

docs/reference/formats/asciidoc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
"name": "options",
3030
"title": "Format Options",
3131
"options": [
32+
{
33+
"name": "brand",
34+
"description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n"
35+
},
3236
{
3337
"name": "quarto-required",
3438
"description": "A semver version range describing the supported quarto versions for this document\nor project.\n\nExamples:\n\n- `>= 1.1.0`: Require at least quarto version 1.1\n- `1.*`: Require any quarto versions whose major version number is 1\n"

docs/reference/formats/context.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
"name": "options",
3434
"title": "Format Options",
3535
"options": [
36+
{
37+
"name": "brand",
38+
"description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n"
39+
},
3640
{
3741
"name": "pdf-engine",
3842
"description": "Use the specified engine when producing PDF output. If the engine is not\nin your PATH, the full path of the engine may be specified here. If this\noption is not specified, Quarto uses the following defaults\ndepending on the output format in use:\n\n- `latex`: `xelatex` (other options: `pdflatex`, `lualatex`,\n `tectonic`, `latexmk`)\n- `context`: `context`\n- `html`: `wkhtmltopdf` (other options: `prince`, `weasyprint`, `pagedjs-cli`;\n see [print-css.rocks](https://print-css.rocks) for a good\n introduction to PDF generation from HTML/CSS.)\n- `ms`: `pdfroff`\n- `typst`: `typst`\n"

docs/reference/formats/dashboard.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@
5555
"name": "options",
5656
"title": "Format Options",
5757
"options": [
58+
{
59+
"name": "brand",
60+
"description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n"
61+
},
5862
{
5963
"name": "theme",
6064
"description": "Theme name, theme scss file, or a mix of both."

docs/reference/formats/docbook.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
"name": "options",
2626
"title": "Format Options",
2727
"options": [
28+
{
29+
"name": "brand",
30+
"description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n"
31+
},
2832
{
2933
"name": "identifier-prefix",
3034
"description": "Specify a prefix to be added to all identifiers and internal links in HTML and\nDocBook output, and to footnote numbers in Markdown and Haddock output. \nThis is useful for preventing duplicate identifiers when generating fragments\nto be included in other pages.\n"

docs/reference/formats/docx.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
"name": "reference-doc",
4242
"description": "Use the specified file as a style reference in producing a docx, \npptx, or odt file.\n"
4343
},
44+
{
45+
"name": "brand",
46+
"description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n"
47+
},
4448
{
4549
"name": "quarto-required",
4650
"description": "A semver version range describing the supported quarto versions for this document\nor project.\n\nExamples:\n\n- `>= 1.1.0`: Require at least quarto version 1.1\n- `1.*`: Require any quarto versions whose major version number is 1\n"

docs/reference/formats/epub.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
"name": "options",
3838
"title": "Format Options",
3939
"options": [
40+
{
41+
"name": "brand",
42+
"description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n"
43+
},
4044
{
4145
"name": "css",
4246
"description": "One or more CSS style sheets."

docs/reference/formats/fb2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
"name": "options",
2626
"title": "Format Options",
2727
"options": [
28+
{
29+
"name": "brand",
30+
"description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n"
31+
},
2832
{
2933
"name": "quarto-required",
3034
"description": "A semver version range describing the supported quarto versions for this document\nor project.\n\nExamples:\n\n- `>= 1.1.0`: Require at least quarto version 1.1\n- `1.*`: Require any quarto versions whose major version number is 1\n"

docs/reference/formats/haddock.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
"name": "options",
2626
"title": "Format Options",
2727
"options": [
28+
{
29+
"name": "brand",
30+
"description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n"
31+
},
2832
{
2933
"name": "identifier-prefix",
3034
"description": "Specify a prefix to be added to all identifiers and internal links in HTML and\nDocBook output, and to footnote numbers in Markdown and Haddock output. \nThis is useful for preventing duplicate identifiers when generating fragments\nto be included in other pages.\n"

docs/reference/formats/html.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
"name": "options",
4646
"title": "Format Options",
4747
"options": [
48+
{
49+
"name": "brand",
50+
"description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n"
51+
},
4852
{
4953
"name": "theme",
5054
"description": "Theme name, theme scss file, or a mix of both."

docs/reference/formats/icml.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
"name": "options",
2626
"title": "Format Options",
2727
"options": [
28+
{
29+
"name": "brand",
30+
"description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n"
31+
},
2832
{
2933
"name": "quarto-required",
3034
"description": "A semver version range describing the supported quarto versions for this document\nor project.\n\nExamples:\n\n- `>= 1.1.0`: Require at least quarto version 1.1\n- `1.*`: Require any quarto versions whose major version number is 1\n"

0 commit comments

Comments
 (0)