fix(docs): missing images in ELK layout
@ -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": [
|
||||||
{
|
{
|
||||||
|
@ -18,4 +18,4 @@ config:
|
|||||||
|
|
||||||
| With ELK off | With ELK on |
|
| With ELK off | With ELK on |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
|  |  |
|
|  |  |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 19 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 19 KiB |
33
src/public/app/doc_notes/en/User Guide/!!!meta.json
generated
@ -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": [
|
||||||
{
|
{
|
||||||
|
@ -27,24 +27,33 @@
|
|||||||
config:
|
config:
|
||||||
layout: elk
|
layout: elk
|
||||||
---</code></pre>
|
---</code></pre>
|
||||||
<table>
|
<figure class="table">
|
||||||
<thead>
|
<table>
|
||||||
<tr>
|
<thead>
|
||||||
<th>With ELK off</th>
|
<tr>
|
||||||
<th>With ELK on</th>
|
<th>With ELK off</th>
|
||||||
</tr>
|
<th>With ELK on</th>
|
||||||
</thead>
|
</tr>
|
||||||
<tbody>
|
</thead>
|
||||||
<tr>
|
<tbody>
|
||||||
<td>
|
<tr>
|
||||||
<img src="Mermaid%20Diagrams/ELK%20off.txt">
|
<td>
|
||||||
</td>
|
<figure class="image">
|
||||||
<td>
|
<img style="aspect-ratio:513/442;" src="Mermaid Diagrams_ELK off.svg"
|
||||||
<img src="Mermaid%20Diagrams/ELK%20on.txt">
|
width="513" height="442">
|
||||||
</td>
|
</figure>
|
||||||
</tr>
|
<p> </p>
|
||||||
</tbody>
|
</td>
|
||||||
</table>
|
<td>
|
||||||
|
<figure class="image">
|
||||||
|
<img style="aspect-ratio:531/491;" src="Mermaid Diagrams_ELK on.svg" width="531"
|
||||||
|
height="491">
|
||||||
|
</figure>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 19 KiB |
1
src/public/app/doc_notes/en/User Guide/User Guide/Note Types/Mermaid Diagrams_ELK off.svg
generated
Normal file
After Width: | Height: | Size: 15 KiB |
1
src/public/app/doc_notes/en/User Guide/User Guide/Note Types/Mermaid Diagrams_ELK on.svg
generated
Normal file
After Width: | Height: | Size: 19 KiB |