Skip to content

Commit b9bc053

Browse files
committed
regen
1 parent e1c6c4d commit b9bc053

File tree

3 files changed

+159
-12
lines changed

3 files changed

+159
-12
lines changed

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

Lines changed: 53 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14219,6 +14219,48 @@ var require_yaml_intelligence_resources = __commonJS({
1421914219
short: "Controls the display of links to notebooks that provided embedded content or are created from documents.",
1422014220
long: "Controls the display of links to notebooks that provided embedded content or are created from documents.\n\nSpecify `false` to disable linking to source Notebooks. Specify `inline` to show links to source notebooks beneath the content they provide. \nSpecify `global` to show a set of global links to source notebooks.\n"
1422114221
}
14222+
},
14223+
{
14224+
name: "notebook-view",
14225+
tags: {
14226+
formats: [
14227+
"$html-doc"
14228+
]
14229+
},
14230+
schema: {
14231+
anyOf: [
14232+
"boolean",
14233+
{
14234+
maybeArrayOf: {
14235+
object: {
14236+
properties: {
14237+
notebook: {
14238+
string: {
14239+
description: "The path to the locally referenced notebook."
14240+
}
14241+
},
14242+
title: {
14243+
description: "The title of the notebook when viewed.",
14244+
anyOf: [
14245+
"string",
14246+
"boolean"
14247+
]
14248+
},
14249+
url: {
14250+
string: {
14251+
description: "The url to use when viewing this notebook."
14252+
}
14253+
}
14254+
},
14255+
required: [
14256+
"notebook"
14257+
]
14258+
}
14259+
}
14260+
}
14261+
]
14262+
},
14263+
description: "Configures the HTML viewer for notebooks that provide embedded content."
1422214264
}
1422314265
],
1422414266
"schema/document-listing.yml": [
@@ -20600,7 +20642,14 @@ var require_yaml_intelligence_resources = __commonJS({
2060020642
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."
2060120643
},
2060220644
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
20603-
"internal-schema-hack"
20645+
"internal-schema-hack",
20646+
"Configures the HTML viewer for notebooks that provide embedded\ncontent.",
20647+
"The path to the locally referenced notebook.",
20648+
"The title of the notebook when viewed.",
20649+
"The url to use when viewing this notebook.",
20650+
"The path to the locally referenced notebook.",
20651+
"The title of the notebook when viewed.",
20652+
"The url to use when viewing this notebook."
2060420653
],
2060520654
"schema/external-schemas.yml": [
2060620655
{
@@ -20814,12 +20863,12 @@ var require_yaml_intelligence_resources = __commonJS({
2081420863
mermaid: "%%"
2081520864
},
2081620865
"handlers/mermaid/schema.yml": {
20817-
_internalId: 145147,
20866+
_internalId: 145170,
2081820867
type: "object",
2081920868
description: "be an object",
2082020869
properties: {
2082120870
"mermaid-format": {
20822-
_internalId: 145139,
20871+
_internalId: 145162,
2082320872
type: "enum",
2082420873
enum: [
2082520874
"png",
@@ -20835,7 +20884,7 @@ var require_yaml_intelligence_resources = __commonJS({
2083520884
exhaustiveCompletions: true
2083620885
},
2083720886
theme: {
20838-
_internalId: 145146,
20887+
_internalId: 145169,
2083920888
type: "anyOf",
2084020889
anyOf: [
2084120890
{

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

Lines changed: 53 additions & 4 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: 53 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7195,6 +7195,48 @@
71957195
"short": "Controls the display of links to notebooks that provided embedded content or are created from documents.",
71967196
"long": "Controls the display of links to notebooks that provided embedded content or are created from documents.\n\nSpecify `false` to disable linking to source Notebooks. Specify `inline` to show links to source notebooks beneath the content they provide. \nSpecify `global` to show a set of global links to source notebooks.\n"
71977197
}
7198+
},
7199+
{
7200+
"name": "notebook-view",
7201+
"tags": {
7202+
"formats": [
7203+
"$html-doc"
7204+
]
7205+
},
7206+
"schema": {
7207+
"anyOf": [
7208+
"boolean",
7209+
{
7210+
"maybeArrayOf": {
7211+
"object": {
7212+
"properties": {
7213+
"notebook": {
7214+
"string": {
7215+
"description": "The path to the locally referenced notebook."
7216+
}
7217+
},
7218+
"title": {
7219+
"description": "The title of the notebook when viewed.",
7220+
"anyOf": [
7221+
"string",
7222+
"boolean"
7223+
]
7224+
},
7225+
"url": {
7226+
"string": {
7227+
"description": "The url to use when viewing this notebook."
7228+
}
7229+
}
7230+
},
7231+
"required": [
7232+
"notebook"
7233+
]
7234+
}
7235+
}
7236+
}
7237+
]
7238+
},
7239+
"description": "Configures the HTML viewer for notebooks that provide embedded content."
71987240
}
71997241
],
72007242
"schema/document-listing.yml": [
@@ -13576,7 +13618,14 @@
1357613618
"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."
1357713619
},
1357813620
"Disambiguating year suffix in author-date styles (e.g. “a” in “Doe,\n1999a”).",
13579-
"internal-schema-hack"
13621+
"internal-schema-hack",
13622+
"Configures the HTML viewer for notebooks that provide embedded\ncontent.",
13623+
"The path to the locally referenced notebook.",
13624+
"The title of the notebook when viewed.",
13625+
"The url to use when viewing this notebook.",
13626+
"The path to the locally referenced notebook.",
13627+
"The title of the notebook when viewed.",
13628+
"The url to use when viewing this notebook."
1358013629
],
1358113630
"schema/external-schemas.yml": [
1358213631
{
@@ -13790,12 +13839,12 @@
1379013839
"mermaid": "%%"
1379113840
},
1379213841
"handlers/mermaid/schema.yml": {
13793-
"_internalId": 145147,
13842+
"_internalId": 145170,
1379413843
"type": "object",
1379513844
"description": "be an object",
1379613845
"properties": {
1379713846
"mermaid-format": {
13798-
"_internalId": 145139,
13847+
"_internalId": 145162,
1379913848
"type": "enum",
1380013849
"enum": [
1380113850
"png",
@@ -13811,7 +13860,7 @@
1381113860
"exhaustiveCompletions": true
1381213861
},
1381313862
"theme": {
13814-
"_internalId": 145146,
13863+
"_internalId": 145169,
1381513864
"type": "anyOf",
1381613865
"anyOf": [
1381713866
{

0 commit comments

Comments
 (0)