Skip to content

Commit eafea4c

Browse files
authored
reveal-js-url -> revealjs-url (#6599)
1 parent 0150d00 commit eafea4c

File tree

4 files changed

+28
-25
lines changed

4 files changed

+28
-25
lines changed

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14470,7 +14470,7 @@ var require_yaml_intelligence_resources = __commonJS({
1447014470
],
1447114471
"schema/document-library.yml": [
1447214472
{
14473-
name: "reveal-js-url",
14473+
name: "revealjs-url",
1447414474
schema: "path",
1447514475
tags: {
1447614476
formats: [
@@ -18631,7 +18631,6 @@ var require_yaml_intelligence_resources = __commonJS({
1863118631
],
1863218632
"pandoc/formats.yml": [
1863318633
"asciidoc",
18634-
"asciidoc_legacy",
1863518634
"asciidoctor",
1863618635
"beamer",
1863718636
"biblatex",
@@ -19228,8 +19227,9 @@ var require_yaml_intelligence_resources = __commonJS({
1922819227
short: "The language of the feed.",
1922919228
long: 'The language of the feed. Omitted if not specified. See <a href="https://www.rssboard.org/rss-language-codes">https://www.rssboard.org/rss-language-codes</a>\nfor a list of valid language codes.'
1923019229
},
19231-
"A list of categories for which to create separate RSS feeds\ncontaining only posts with that category.",
19232-
"A list of categories for which to create separate RSS feeds\ncontaining only posts with that category.",
19230+
"A list of categories for which to create separate RSS feeds\ncontaining only posts with that category",
19231+
"A list of categories for which to create separate RSS feeds\ncontaining only posts with that category",
19232+
"The path to an XML stylesheet (XSL file) used to style the RSS\nfeed.",
1923319233
{
1923419234
short: "The date format to use when displaying dates (e.g.&nbsp;d-M-yyy).",
1923519235
long: 'The date format to use when displaying dates (e.g.&nbsp;d-M-yyy). Learn\nmore about supported date formatting values <a href="https://deno.land/[email protected]/datetime">here</a>.'
@@ -21620,7 +21620,8 @@ var require_yaml_intelligence_resources = __commonJS({
2162021620
},
2162121621
"Disambiguating year suffix in author-date styles (e.g.&nbsp;\u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
2162221622
"Manuscript configuration",
21623-
"internal-schema-hack"
21623+
"internal-schema-hack",
21624+
"Directory containing reveal.js files."
2162421625
],
2162521626
"schema/external-schemas.yml": [
2162621627
{
@@ -21844,12 +21845,12 @@ var require_yaml_intelligence_resources = __commonJS({
2184421845
mermaid: "%%"
2184521846
},
2184621847
"handlers/mermaid/schema.yml": {
21847-
_internalId: 163214,
21848+
_internalId: 163216,
2184821849
type: "object",
2184921850
description: "be an object",
2185021851
properties: {
2185121852
"mermaid-format": {
21852-
_internalId: 163206,
21853+
_internalId: 163208,
2185321854
type: "enum",
2185421855
enum: [
2185521856
"png",
@@ -21865,7 +21866,7 @@ var require_yaml_intelligence_resources = __commonJS({
2186521866
exhaustiveCompletions: true
2186621867
},
2186721868
theme: {
21868-
_internalId: 163213,
21869+
_internalId: 163215,
2186921870
type: "anyOf",
2187021871
anyOf: [
2187121872
{

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

Lines changed: 9 additions & 8 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 & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7442,7 +7442,7 @@
74427442
],
74437443
"schema/document-library.yml": [
74447444
{
7445-
"name": "reveal-js-url",
7445+
"name": "revealjs-url",
74467446
"schema": "path",
74477447
"tags": {
74487448
"formats": [
@@ -11603,7 +11603,6 @@
1160311603
],
1160411604
"pandoc/formats.yml": [
1160511605
"asciidoc",
11606-
"asciidoc_legacy",
1160711606
"asciidoctor",
1160811607
"beamer",
1160911608
"biblatex",
@@ -12200,8 +12199,9 @@
1220012199
"short": "The language of the feed.",
1220112200
"long": "The language of the feed. Omitted if not specified. See <a href=\"https://www.rssboard.org/rss-language-codes\">https://www.rssboard.org/rss-language-codes</a>\nfor a list of valid language codes."
1220212201
},
12203-
"A list of categories for which to create separate RSS feeds\ncontaining only posts with that category.",
12204-
"A list of categories for which to create separate RSS feeds\ncontaining only posts with that category.",
12202+
"A list of categories for which to create separate RSS feeds\ncontaining only posts with that category",
12203+
"A list of categories for which to create separate RSS feeds\ncontaining only posts with that category",
12204+
"The path to an XML stylesheet (XSL file) used to style the RSS\nfeed.",
1220512205
{
1220612206
"short": "The date format to use when displaying dates (e.g.&nbsp;d-M-yyy).",
1220712207
"long": "The date format to use when displaying dates (e.g.&nbsp;d-M-yyy). Learn\nmore about supported date formatting values <a href=\"https://deno.land/[email protected]/datetime\">here</a>."
@@ -14592,7 +14592,8 @@
1459214592
},
1459314593
"Disambiguating year suffix in author-date styles (e.g.&nbsp;“a” in “Doe,\n1999a”).",
1459414594
"Manuscript configuration",
14595-
"internal-schema-hack"
14595+
"internal-schema-hack",
14596+
"Directory containing reveal.js files."
1459614597
],
1459714598
"schema/external-schemas.yml": [
1459814599
{
@@ -14816,12 +14817,12 @@
1481614817
"mermaid": "%%"
1481714818
},
1481814819
"handlers/mermaid/schema.yml": {
14819-
"_internalId": 163214,
14820+
"_internalId": 163216,
1482014821
"type": "object",
1482114822
"description": "be an object",
1482214823
"properties": {
1482314824
"mermaid-format": {
14824-
"_internalId": 163206,
14825+
"_internalId": 163208,
1482514826
"type": "enum",
1482614827
"enum": [
1482714828
"png",
@@ -14837,7 +14838,7 @@
1483714838
"exhaustiveCompletions": true
1483814839
},
1483914840
"theme": {
14840-
"_internalId": 163213,
14841+
"_internalId": 163215,
1484114842
"type": "anyOf",
1484214843
"anyOf": [
1484314844
{

src/resources/schema/document-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- name: reveal-js-url
1+
- name: revealjs-url
22
schema: path
33
tags:
44
formats: [revealjs]

0 commit comments

Comments
 (0)