Skip to content

Commit 94612d2

Browse files
committed
add missing yaml schema descriptions
1 parent c3321ae commit 94612d2

File tree

7 files changed

+35
-35
lines changed

7 files changed

+35
-35
lines changed

src/resources/editor/tools/vs-code.mjs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11143,13 +11143,13 @@ var require_yaml_intelligence_resources = __commonJS({
1114311143
schema: {
1114411144
ref: "comments"
1114511145
},
11146-
description: "MISSING_DESCRIPTION"
11146+
description: "Configuration for document commenting."
1114711147
}
1114811148
],
1114911149
"schema/document-crossref.yml": [
1115011150
{
1115111151
name: "crossref",
11152-
description: "MISSING_DESCRIPTION",
11152+
description: "Configuration for crossref labels and prefixes.",
1115311153
schema: {
1115411154
object: {
1115511155
properties: {
@@ -15113,7 +15113,7 @@ var require_yaml_intelligence_resources = __commonJS({
1511315113
},
1511415114
{
1511515115
name: "menu",
15116-
description: "MISSING_DESCRIPTION",
15116+
description: "Configuration for revealjs menu.",
1511715117
tags: {
1511815118
formats: [
1511915119
"revealjs"
@@ -15166,7 +15166,7 @@ var require_yaml_intelligence_resources = __commonJS({
1516615166
},
1516715167
{
1516815168
name: "chalkboard",
15169-
description: "MISSING_DESCRIPTION",
15169+
description: "Configuration for revealjs chalkboard.",
1517015170
tags: {
1517115171
formats: [
1517215172
"revealjs"
@@ -15228,7 +15228,7 @@ var require_yaml_intelligence_resources = __commonJS({
1522815228
},
1522915229
{
1523015230
name: "multiplex",
15231-
description: "MISSING_DESCRIPTION",
15231+
description: "Configuraiotn for reveal presentation multiplexing.",
1523215232
tags: {
1523315233
formats: [
1523415234
"revealjs"
@@ -16145,7 +16145,7 @@ var require_yaml_intelligence_resources = __commonJS({
1614516145
"schema/project.yml": [
1614616146
{
1614716147
name: "project",
16148-
description: "MISSING_DESCRIPTION",
16148+
description: "Project configuration.",
1614916149
schema: {
1615016150
object: {
1615116151
properties: {
@@ -16205,14 +16205,14 @@ var require_yaml_intelligence_resources = __commonJS({
1620516205
},
1620616206
{
1620716207
name: "website",
16208-
description: "MISSING_DESCRIPTION",
16208+
description: "Website configuration.",
1620916209
schema: {
1621016210
ref: "base-website"
1621116211
}
1621216212
},
1621316213
{
1621416214
name: "book",
16215-
description: "MISSING_DESCRIPTION",
16215+
description: "Book configuration.",
1621616216
schema: {
1621716217
object: {
1621816218
super: {
@@ -17095,7 +17095,7 @@ var require_yaml_intelligence_resources = __commonJS({
1709517095
"The text describing the creator or contributor (for example, creator\nname).",
1709617096
{
1709717097
short: "The role of this creator or contributor.",
17098-
long: 'The role of this creator or contributor using <a href="https://loc.gov/marc/relators/relaterm.html">MARC relators</a>.\nHuman readable translations to commonly used relators (e.g.&nbsp;\uFFFD\uFFFD\uFFFDauthor\u2019,\n\u2018editor\u2019) will attempt to be automatically translated.'
17098+
long: 'The role of this creator or contributor using <a href="https://loc.gov/marc/relators/relaterm.html">MARC relators</a>.\nHuman readable translations to commonly used relators (e.g.&nbsp;\u2018author\u2019,\n\u2018editor\u2019) will attempt to be automatically translated.'
1709917099
},
1710017100
"An alternate version of the creator or contributor text used for\nalphabatizing.",
1710117101
"The text describing the creator or contributor (for example, creator\nname).",

src/resources/editor/tools/yaml/web-worker.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/resources/editor/tools/yaml/yaml-intelligence-resources.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4122,13 +4122,13 @@
41224122
"schema": {
41234123
"ref": "comments"
41244124
},
4125-
"description": "MISSING_DESCRIPTION"
4125+
"description": "Configuration for document commenting."
41264126
}
41274127
],
41284128
"schema/document-crossref.yml": [
41294129
{
41304130
"name": "crossref",
4131-
"description": "MISSING_DESCRIPTION",
4131+
"description": "Configuration for crossref labels and prefixes.",
41324132
"schema": {
41334133
"object": {
41344134
"properties": {
@@ -8092,7 +8092,7 @@
80928092
},
80938093
{
80948094
"name": "menu",
8095-
"description": "MISSING_DESCRIPTION",
8095+
"description": "Configuration for revealjs menu.",
80968096
"tags": {
80978097
"formats": [
80988098
"revealjs"
@@ -8145,7 +8145,7 @@
81458145
},
81468146
{
81478147
"name": "chalkboard",
8148-
"description": "MISSING_DESCRIPTION",
8148+
"description": "Configuration for revealjs chalkboard.",
81498149
"tags": {
81508150
"formats": [
81518151
"revealjs"
@@ -8207,7 +8207,7 @@
82078207
},
82088208
{
82098209
"name": "multiplex",
8210-
"description": "MISSING_DESCRIPTION",
8210+
"description": "Configuraiotn for reveal presentation multiplexing.",
82118211
"tags": {
82128212
"formats": [
82138213
"revealjs"
@@ -9124,7 +9124,7 @@
91249124
"schema/project.yml": [
91259125
{
91269126
"name": "project",
9127-
"description": "MISSING_DESCRIPTION",
9127+
"description": "Project configuration.",
91289128
"schema": {
91299129
"object": {
91309130
"properties": {
@@ -9184,14 +9184,14 @@
91849184
},
91859185
{
91869186
"name": "website",
9187-
"description": "MISSING_DESCRIPTION",
9187+
"description": "Website configuration.",
91889188
"schema": {
91899189
"ref": "base-website"
91909190
}
91919191
},
91929192
{
91939193
"name": "book",
9194-
"description": "MISSING_DESCRIPTION",
9194+
"description": "Book configuration.",
91959195
"schema": {
91969196
"object": {
91979197
"super": {
@@ -10074,7 +10074,7 @@
1007410074
"The text describing the creator or contributor (for example, creator\nname).",
1007510075
{
1007610076
"short": "The role of this creator or contributor.",
10077-
"long": "The role of this creator or contributor using <a href=\"https://loc.gov/marc/relators/relaterm.html\">MARC relators</a>.\nHuman readable translations to commonly used relators (e.g.&nbsp;���author’,\n‘editor’) will attempt to be automatically translated."
10077+
"long": "The role of this creator or contributor using <a href=\"https://loc.gov/marc/relators/relaterm.html\">MARC relators</a>.\nHuman readable translations to commonly used relators (e.g.&nbsp;author’,\n‘editor’) will attempt to be automatically translated."
1007810078
},
1007910079
"An alternate version of the creator or contributor text used for\nalphabatizing.",
1008010080
"The text describing the creator or contributor (for example, creator\nname).",

src/resources/schema/document-comments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
formats: [$html-files]
44
schema:
55
ref: comments
6-
description: MISSING_DESCRIPTION
6+
description: Configuration for document commenting.

src/resources/schema/document-crossref.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- name: crossref
2-
description: MISSING_DESCRIPTION
2+
description: Configuration for crossref labels and prefixes.
33
schema:
44
object:
55
properties:

src/resources/schema/document-reveal-tools.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
description: "Enable the slide overview mode"
77

88
- name: menu
9-
description: MISSING_DESCRIPTION
9+
description: Configuration for revealjs menu.
1010
tags:
1111
formats: [revealjs]
1212
schema:
@@ -34,7 +34,7 @@
3434
For slides with no title, attempt to use the start of the text content as the title instead.
3535
3636
- name: chalkboard
37-
description: MISSING_DESCRIPTION
37+
description: Configuration for revealjs chalkboard.
3838
tags:
3939
formats: [revealjs]
4040
schema:
@@ -77,7 +77,7 @@
7777
so that the notes canvas is drawn after the transition is completed.
7878
7979
- name: multiplex
80-
description: MISSING_DESCRIPTION
80+
description: Configuraiotn for reveal presentation multiplexing.
8181
tags:
8282
formats: [revealjs]
8383
schema:

src/resources/schema/project.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- name: project
2-
description: MISSING_DESCRIPTION
2+
description: Project configuration.
33
schema:
44
object:
55
properties:
@@ -35,12 +35,12 @@
3535
ref: project-preview
3636

3737
- name: website
38-
description: MISSING_DESCRIPTION
38+
description: Website configuration.
3939
schema:
4040
ref: base-website
4141

4242
- name: book
43-
description: MISSING_DESCRIPTION
43+
description: Book configuration.
4444
schema:
4545
object:
4646
super:

0 commit comments

Comments
 (0)