Skip to content

Commit 763170e

Browse files
committed
Add links to crossref schema
1 parent 500947a commit 763170e

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

src/resources/schema/document-crossref.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
- name: crossref
2-
description: Configuration for crossref labels and prefixes.
2+
description:
3+
short: Configuration for crossref labels and prefixes.
4+
long: Configuration for crossref labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details.
35
schema:
46
anyOf:
57
- enum: [false]
@@ -9,7 +11,7 @@
911
custom:
1012
arrayOf:
1113
object:
12-
description: A custom cross reference type.
14+
description: A custom cross reference type. See [Custom](#custom) for more details.
1315
closed: true
1416
required: ["kind", "reference-prefix", "key"]
1517
properties:

src/resources/schema/groups.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ document:
8383
footnotes:
8484
title: "Footnotes"
8585
crossref:
86-
title: "Crossrefs"
86+
title: "Cross-References"
8787
citation:
8888
title: "Citation"
8989
language:

0 commit comments

Comments
 (0)