Fix image paths in previous welcome tour

This commit is contained in:
Kazuhito Yokoi 2024-03-16 18:44:25 +09:00
parent 1cd550022b
commit 9a19a1113e

View File

@ -50,7 +50,7 @@ export default {
"ja": "タブ上の変更通知", "ja": "タブ上の変更通知",
"fr": "Notification de changement sur les onglets" "fr": "Notification de changement sur les onglets"
}, },
image: 'images/tab-changes.png', image: '3.1/images/tab-changes.png',
description: { description: {
"en-US": `<p>When a tab contains undeployed changes it now shows the "en-US": `<p>When a tab contains undeployed changes it now shows the
same style of change icon used by nodes.</p> same style of change icon used by nodes.</p>
@ -89,7 +89,7 @@ export default {
"ja": "ヘルプを見つける", "ja": "ヘルプを見つける",
"fr": "Trouver de l'aide" "fr": "Trouver de l'aide"
}, },
image: 'images/node-help.png', image: '3.1/images/node-help.png',
description: { description: {
"en-US": `<p>All node edit dialogs now include a link to that node's help "en-US": `<p>All node edit dialogs now include a link to that node's help
in the footer.</p> in the footer.</p>
@ -107,7 +107,7 @@ export default {
"ja": "コンテキストメニューの改善", "ja": "コンテキストメニューの改善",
"fr": "Menu contextuel amélioré" "fr": "Menu contextuel amélioré"
}, },
image: 'images/context-menu.png', image: '3.1/images/context-menu.png',
description: { description: {
"en-US": `<p>The editor's context menu has been expanded to make lots more of "en-US": `<p>The editor's context menu has been expanded to make lots more of
the built-in actions available.</p> the built-in actions available.</p>
@ -129,7 +129,7 @@ export default {
"ja": "フローを非表示", "ja": "フローを非表示",
"fr": "Masquage de flux" "fr": "Masquage de flux"
}, },
image: 'images/hiding-flows.png', image: '3.1/images/hiding-flows.png',
description: { description: {
"en-US": `<p>Hiding flows is now done through the flow context menu.</p> "en-US": `<p>Hiding flows is now done through the flow context menu.</p>
<p>The 'hide' button in previous releases has been removed from the tabs <p>The 'hide' button in previous releases has been removed from the tabs
@ -147,7 +147,7 @@ export default {
"ja": "フローを固定", "ja": "フローを固定",
"fr": "Verrouillage de flux" "fr": "Verrouillage de flux"
}, },
image: 'images/locking-flows.png', image: '3.1/images/locking-flows.png',
description: { description: {
"en-US": `<p>Flows can now be locked to prevent accidental changes being made.</p> "en-US": `<p>Flows can now be locked to prevent accidental changes being made.</p>
<p>When locked you cannot modify the nodes in any way.</p> <p>When locked you cannot modify the nodes in any way.</p>
@ -187,7 +187,7 @@ export default {
"ja": "Mermaid図を追加", "ja": "Mermaid図を追加",
"fr": "Ajout de diagrammes Mermaid" "fr": "Ajout de diagrammes Mermaid"
}, },
image: 'images/mermaid.png', image: '3.1/images/mermaid.png',
description: { description: {
"en-US": `<p>You can also add <a href="https://github.com/mermaid-js/mermaid">Mermaid</a> diagrams directly into your node or flow descriptions.</p> "en-US": `<p>You can also add <a href="https://github.com/mermaid-js/mermaid">Mermaid</a> diagrams directly into your node or flow descriptions.</p>
<p>This gives you much richer options for documenting your flows.</p>`, <p>This gives you much richer options for documenting your flows.</p>`,
@ -203,7 +203,7 @@ export default {
"ja": "グローバル環境変数の管理", "ja": "グローバル環境変数の管理",
"fr": "Gestion des variables d'environnement globales" "fr": "Gestion des variables d'environnement globales"
}, },
image: 'images/global-env-vars.png', image: '3.1/images/global-env-vars.png',
description: { description: {
"en-US": `<p>You can set environment variables that apply to all nodes and flows in the new "en-US": `<p>You can set environment variables that apply to all nodes and flows in the new
'Global Environment Variables' section of User Settings.</p>`, 'Global Environment Variables' section of User Settings.</p>`,