Skip to content

Commit a366719

Browse files
authored
Add crossref to reference pages (#947)
1 parent e18e038 commit a366719

42 files changed

Lines changed: 646 additions & 29 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_quarto.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,8 @@ website:
540540
href: docs/reference/globs.qmd
541541
- text: "Citations"
542542
href: docs/reference/metadata/citation.qmd
543+
- text: "Cross-References"
544+
href: docs/reference/metadata/crossref.qmd
543545
- id: prerelease
544546
title: "Quarto 1.3"
545547
contents:

docs/reference/formats/asciidoc.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,16 @@
184184
}
185185
]
186186
},
187+
{
188+
"name": "crossref",
189+
"title": "Cross-References",
190+
"options": [
191+
{
192+
"name": "crossref",
193+
"description": "Configuration for crossref labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details."
194+
}
195+
]
196+
},
187197
{
188198
"name": "citation",
189199
"title": "Citation",

docs/reference/formats/context.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,16 @@
282282
}
283283
]
284284
},
285+
{
286+
"name": "crossref",
287+
"title": "Cross-References",
288+
"options": [
289+
{
290+
"name": "crossref",
291+
"description": "Configuration for crossref labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details."
292+
}
293+
]
294+
},
285295
{
286296
"name": "citation",
287297
"title": "Citation",

docs/reference/formats/docbook.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,16 @@
174174
}
175175
]
176176
},
177+
{
178+
"name": "crossref",
179+
"title": "Cross-References",
180+
"options": [
181+
{
182+
"name": "crossref",
183+
"description": "Configuration for crossref labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details."
184+
}
185+
]
186+
},
177187
{
178188
"name": "citation",
179189
"title": "Citation",

docs/reference/formats/docx.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,16 @@
236236
}
237237
]
238238
},
239+
{
240+
"name": "crossref",
241+
"title": "Cross-References",
242+
"options": [
243+
{
244+
"name": "crossref",
245+
"description": "Configuration for crossref labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details."
246+
}
247+
]
248+
},
239249
{
240250
"name": "citation",
241251
"title": "Citation",

docs/reference/formats/epub.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,16 @@
348348
}
349349
]
350350
},
351+
{
352+
"name": "crossref",
353+
"title": "Cross-References",
354+
"options": [
355+
{
356+
"name": "crossref",
357+
"description": "Configuration for crossref labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details."
358+
}
359+
]
360+
},
351361
{
352362
"name": "citation",
353363
"title": "Citation",

docs/reference/formats/fb2.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,16 @@
180180
}
181181
]
182182
},
183+
{
184+
"name": "crossref",
185+
"title": "Cross-References",
186+
"options": [
187+
{
188+
"name": "crossref",
189+
"description": "Configuration for crossref labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details."
190+
}
191+
]
192+
},
183193
{
184194
"name": "citation",
185195
"title": "Citation",

docs/reference/formats/haddock.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,16 @@
184184
}
185185
]
186186
},
187+
{
188+
"name": "crossref",
189+
"title": "Cross-References",
190+
"options": [
191+
{
192+
"name": "crossref",
193+
"description": "Configuration for crossref labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details."
194+
}
195+
]
196+
},
187197
{
188198
"name": "citation",
189199
"title": "Citation",

docs/reference/formats/html.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,20 @@
500500
}
501501
]
502502
},
503+
{
504+
"name": "crossref",
505+
"title": "Cross-References",
506+
"options": [
507+
{
508+
"name": "crossref",
509+
"description": "Configuration for crossref labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details."
510+
},
511+
{
512+
"name": "crossrefs-hover",
513+
"description": "Enables a hover popup for cross references that shows the item being referenced."
514+
}
515+
]
516+
},
503517
{
504518
"name": "citation",
505519
"title": "Citation",

docs/reference/formats/icml.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,16 @@
180180
}
181181
]
182182
},
183+
{
184+
"name": "crossref",
185+
"title": "Cross-References",
186+
"options": [
187+
{
188+
"name": "crossref",
189+
"description": "Configuration for crossref labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details."
190+
}
191+
]
192+
},
183193
{
184194
"name": "citation",
185195
"title": "Citation",

0 commit comments

Comments
 (0)