fix(docs): missing images in ELK layout

This commit is contained in:
Elian Doran 2025-04-04 21:11:00 +03:00
parent 7d40405b8c
commit cf46f8cf70
No known key found for this signature in database
12 changed files with 72 additions and 53 deletions

View File

@ -4771,20 +4771,6 @@
"type": "text", "type": "text",
"mime": "text/html", "mime": "text/html",
"attributes": [ "attributes": [
{
"type": "relation",
"name": "imageLink",
"value": "r44dpvA1xFu8",
"isInheritable": false,
"position": 10
},
{
"type": "relation",
"name": "imageLink",
"value": "opAFABmyb3CU",
"isInheritable": false,
"position": 20
},
{ {
"type": "label", "type": "label",
"name": "shareAlias", "name": "shareAlias",
@ -4802,7 +4788,24 @@
], ],
"format": "markdown", "format": "markdown",
"dataFileName": "Mermaid Diagrams.md", "dataFileName": "Mermaid Diagrams.md",
"attachments": [], "attachments": [
{
"attachmentId": "0giz1mqLMRDs",
"title": "ELK off.svg",
"role": "image",
"mime": "image/svg+xml",
"position": 10,
"dataFileName": "Mermaid Diagrams_ELK off.svg"
},
{
"attachmentId": "IKxo3tblVDHq",
"title": "ELK on.svg",
"role": "image",
"mime": "image/svg+xml",
"position": 10,
"dataFileName": "Mermaid Diagrams_ELK on.svg"
}
],
"dirFileName": "Mermaid Diagrams", "dirFileName": "Mermaid Diagrams",
"children": [ "children": [
{ {

View File

@ -18,4 +18,4 @@ config:
| With ELK off | With ELK on | | With ELK off | With ELK on |
| --- | --- | | --- | --- |
| ![](Mermaid%20Diagrams/ELK%20off.txt) | ![](Mermaid%20Diagrams/ELK%20on.txt) | | ![](Mermaid%20Diagrams_ELK%20off.svg) | ![](Mermaid%20Diagrams_ELK%20on.svg) |

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 19 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -4771,20 +4771,6 @@
"type": "text", "type": "text",
"mime": "text/html", "mime": "text/html",
"attributes": [ "attributes": [
{
"type": "relation",
"name": "imageLink",
"value": "r44dpvA1xFu8",
"isInheritable": false,
"position": 10
},
{
"type": "relation",
"name": "imageLink",
"value": "opAFABmyb3CU",
"isInheritable": false,
"position": 20
},
{ {
"type": "label", "type": "label",
"name": "shareAlias", "name": "shareAlias",
@ -4802,7 +4788,24 @@
], ],
"format": "html", "format": "html",
"dataFileName": "Mermaid Diagrams.html", "dataFileName": "Mermaid Diagrams.html",
"attachments": [], "attachments": [
{
"attachmentId": "0giz1mqLMRDs",
"title": "ELK off.svg",
"role": "image",
"mime": "image/svg+xml",
"position": 10,
"dataFileName": "Mermaid Diagrams_ELK off.svg"
},
{
"attachmentId": "IKxo3tblVDHq",
"title": "ELK on.svg",
"role": "image",
"mime": "image/svg+xml",
"position": 10,
"dataFileName": "Mermaid Diagrams_ELK on.svg"
}
],
"dirFileName": "Mermaid Diagrams", "dirFileName": "Mermaid Diagrams",
"children": [ "children": [
{ {

View File

@ -27,6 +27,7 @@
config: config:
layout: elk layout: elk
---</code></pre> ---</code></pre>
<figure class="table">
<table> <table>
<thead> <thead>
<tr> <tr>
@ -37,14 +38,22 @@ config:
<tbody> <tbody>
<tr> <tr>
<td> <td>
<img src="Mermaid%20Diagrams/ELK%20off.txt"> <figure class="image">
<img style="aspect-ratio:513/442;" src="Mermaid Diagrams_ELK off.svg"
width="513" height="442">
</figure>
<p>&nbsp;</p>
</td> </td>
<td> <td>
<img src="Mermaid%20Diagrams/ELK%20on.txt"> <figure class="image">
<img style="aspect-ratio:531/491;" src="Mermaid Diagrams_ELK on.svg" width="531"
height="491">
</figure>
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</figure>
</div> </div>
</div> </div>
</body> </body>

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 19 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 19 KiB