Skip to content

Commit

Permalink
fix: Fix external broken links in documentation broken
Browse files Browse the repository at this point in the history
Fixes #9005
  • Loading branch information
mcanouil committed Mar 20, 2024
1 parent b1d2308 commit b679c55
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions src/resources/editor/tools/vs-code.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13034,7 +13034,7 @@ var require_yaml_intelligence_resources = __commonJS({
schema: "string",
description: {
short: "Text describing the specialized type of this publication.",
long: "Text describing the specialized type of this publication.\n\nAn informative registry of specialized EPUB Publication \ntypes for use with this element is maintained in the \n[TypesRegistry](https://www.w3.org/publishing/epub3/epub-packages.html#bib-typesregistry), \nbut Authors may use any text string as a value.\n"
long: "Text describing the specialized type of this publication.\n\nAn informative registry of specialized EPUB Publication \ntypes for use with this element is maintained in the \n[TypesRegistry](https://www.w3.org/publishing/epub32/epub-packages.html#bib-typesregistry), \nbut Authors may use any text string as a value.\n"
}
},
{
Expand Down Expand Up @@ -22934,12 +22934,12 @@ var require_yaml_intelligence_resources = __commonJS({
mermaid: "%%"
},
"handlers/mermaid/schema.yml": {
_internalId: 182259,
_internalId: 182264,
type: "object",
description: "be an object",
properties: {
"mermaid-format": {
_internalId: 182251,
_internalId: 182256,
type: "enum",
enum: [
"png",
Expand All @@ -22955,7 +22955,7 @@ var require_yaml_intelligence_resources = __commonJS({
exhaustiveCompletions: true
},
theme: {
_internalId: 182258,
_internalId: 182263,
type: "anyOf",
anyOf: [
{
Expand Down
8 changes: 4 additions & 4 deletions src/resources/editor/tools/yaml/web-worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6006,7 +6006,7 @@
"schema": "string",
"description": {
"short": "Text describing the specialized type of this publication.",
"long": "Text describing the specialized type of this publication.\n\nAn informative registry of specialized EPUB Publication \ntypes for use with this element is maintained in the \n[TypesRegistry](https://www.w3.org/publishing/epub3/epub-packages.html#bib-typesregistry), \nbut Authors may use any text string as a value.\n"
"long": "Text describing the specialized type of this publication.\n\nAn informative registry of specialized EPUB Publication \ntypes for use with this element is maintained in the \n[TypesRegistry](https://www.w3.org/publishing/epub32/epub-packages.html#bib-typesregistry), \nbut Authors may use any text string as a value.\n"
}
},
{
Expand Down Expand Up @@ -15906,12 +15906,12 @@
"mermaid": "%%"
},
"handlers/mermaid/schema.yml": {
"_internalId": 182259,
"_internalId": 182264,
"type": "object",
"description": "be an object",
"properties": {
"mermaid-format": {
"_internalId": 182251,
"_internalId": 182256,
"type": "enum",
"enum": [
"png",
Expand All @@ -15927,7 +15927,7 @@
"exhaustiveCompletions": true
},
"theme": {
"_internalId": 182258,
"_internalId": 182263,
"type": "anyOf",
"anyOf": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/resources/schema/document-epub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
An informative registry of specialized EPUB Publication
types for use with this element is maintained in the
[TypesRegistry](https://www.w3.org/publishing/epub3/epub-packages.html#bib-typesregistry),
[TypesRegistry](https://www.w3.org/publishing/epub32/epub-packages.html#bib-typesregistry),
but Authors may use any text string as a value.
- name: format
Expand Down

0 comments on commit b679c55

Please sign in to comment.