Skip to content

Commit b9a3c2d

Browse files
committed
toc-expand rather than toc-expanded in yaml schema
1 parent 01ac3fa commit b9a3c2d

File tree

4 files changed

+19
-16
lines changed

4 files changed

+19
-16
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17053,7 +17053,7 @@ var require_yaml_intelligence_resources = __commonJS({
1705317053
description: "The title used for the table of contents."
1705417054
},
1705517055
{
17056-
name: "toc-expanded",
17056+
name: "toc-expand",
1705717057
schema: {
1705817058
anyOf: [
1705917059
"number",
@@ -21059,7 +21059,8 @@ var require_yaml_intelligence_resources = __commonJS({
2105921059
long: "Title of the volume of the item or container holding the item.\nAlso use for titles of periodical special issues, special sections,\nand the like."
2106021060
},
2106121061
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
21062-
"internal-schema-hack"
21062+
"internal-schema-hack",
21063+
"Specifies the depth of items in the table of contents that should be\ndisplayed as expanded in HTML output. Use <code>true</code> to expand\nall or <code>false</code> to collapse all."
2106321064
],
2106421065
"schema/external-schemas.yml": [
2106521066
{
@@ -21283,12 +21284,12 @@ var require_yaml_intelligence_resources = __commonJS({
2128321284
mermaid: "%%"
2128421285
},
2128521286
"handlers/mermaid/schema.yml": {
21286-
_internalId: 152538,
21287+
_internalId: 152478,
2128721288
type: "object",
2128821289
description: "be an object",
2128921290
properties: {
2129021291
"mermaid-format": {
21291-
_internalId: 152530,
21292+
_internalId: 152470,
2129221293
type: "enum",
2129321294
enum: [
2129421295
"png",
@@ -21304,7 +21305,7 @@ var require_yaml_intelligence_resources = __commonJS({
2130421305
exhaustiveCompletions: true
2130521306
},
2130621307
theme: {
21307-
_internalId: 152537,
21308+
_internalId: 152477,
2130821309
type: "anyOf",
2130921310
anyOf: [
2131021311
{

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

Lines changed: 6 additions & 5 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: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10029,7 +10029,7 @@
1002910029
"description": "The title used for the table of contents."
1003010030
},
1003110031
{
10032-
"name": "toc-expanded",
10032+
"name": "toc-expand",
1003310033
"schema": {
1003410034
"anyOf": [
1003510035
"number",
@@ -14035,7 +14035,8 @@
1403514035
"long": "Title of the volume of the item or container holding the item.\nAlso use for titles of periodical special issues, special sections,\nand the like."
1403614036
},
1403714037
"Disambiguating year suffix in author-date styles (e.g.&nbsp;“a” in “Doe,\n1999a”).",
14038-
"internal-schema-hack"
14038+
"internal-schema-hack",
14039+
"Specifies the depth of items in the table of contents that should be\ndisplayed as expanded in HTML output. Use <code>true</code> to expand\nall or <code>false</code> to collapse all."
1403914040
],
1404014041
"schema/external-schemas.yml": [
1404114042
{
@@ -14259,12 +14260,12 @@
1425914260
"mermaid": "%%"
1426014261
},
1426114262
"handlers/mermaid/schema.yml": {
14262-
"_internalId": 152538,
14263+
"_internalId": 152478,
1426314264
"type": "object",
1426414265
"description": "be an object",
1426514266
"properties": {
1426614267
"mermaid-format": {
14267-
"_internalId": 152530,
14268+
"_internalId": 152470,
1426814269
"type": "enum",
1426914270
"enum": [
1427014271
"png",
@@ -14280,7 +14281,7 @@
1428014281
"exhaustiveCompletions": true
1428114282
},
1428214283
"theme": {
14283-
"_internalId": 152537,
14284+
"_internalId": 152477,
1428414285
"type": "anyOf",
1428514286
"anyOf": [
1428614287
{

src/resources/schema/document-toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
formats: [$epub-all, $odt-all, $office-all, $pdf-all, $html-doc, revealjs]
4242
description: The title used for the table of contents.
4343

44-
- name: toc-expanded
44+
- name: toc-expand
4545
schema:
4646
anyOf:
4747
- number

0 commit comments

Comments
 (0)