From f3d14673bb542904c672dc96ae92556c4199ed42 Mon Sep 17 00:00:00 2001 From: Tentacule23 Date: Sun, 14 Nov 2021 13:25:16 -0500 Subject: [PATCH 1/4] tutorial_previous_fix Tentacule23 --- .../Education/UI/Spaces/Tutorial-Space/TutorialSpace.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Projects/Education/UI/Spaces/Tutorial-Space/TutorialSpace.js b/Projects/Education/UI/Spaces/Tutorial-Space/TutorialSpace.js index 97aafa172e..6acb8a60a1 100644 --- a/Projects/Education/UI/Spaces/Tutorial-Space/TutorialSpace.js +++ b/Projects/Education/UI/Spaces/Tutorial-Space/TutorialSpace.js @@ -1006,7 +1006,7 @@ function newEducationTutorialSpace() { function resumeTutorial(node) { if (UI.projects.foundations.spaces.designSpace.workspace.isInitialized !== true) { return } //Testing if removing the navigationStack reset here fixes the tutorial resume issues - navigationStack = [] + //navigationStack = [] node.payload.uiObject.isPlaying = true tutorialRootNode = node currentNode = node @@ -1028,7 +1028,7 @@ function newEducationTutorialSpace() { function resumeTutorialTopic(node) { //Testing if removing the navigationStack reset here fixes the tutorial resume issues - navigationStack = [] + //navigationStack = [] currentTopicNode = node currentNode = node currentStatus = 'Playing Topic' @@ -1049,7 +1049,7 @@ function newEducationTutorialSpace() { function resumeTutorialStep(node) { //Testing if removing the navigationStack reset here fixes the tutorial resume issues - navigationStack = [] + //navigationStack = [] currentStepNode = node currentNode = node currentStatus = 'Playing Step' From 6aca8f406b24463a9344731a47837b7759dc1a41 Mon Sep 17 00:00:00 2001 From: Julian Molina Date: Sun, 14 Nov 2021 19:32:43 +0100 Subject: [PATCH 2/4] Fixes to getting started tutorials pages --- ...042-tutorial-step-positioning-plugins.json | 4 +- ...ion-043-tutorial-step-placing-plugins.json | 4 +- ...orial-step-non-persistence-of-changes.json | 2 +- ...-tutorial-step-starting-from-a-plugin.json | 4 +- ...-047-tutorial-step-improving-a-plugin.json | 2 +- ...053-tutorial-step-building-indicators.json | 2 +- ...ion-054-tutorial-step-more-indicators.json | 4 +- ...56-tutorial-step-how-about-strategies.json | 4 +- ...-008-tutorial-step-switching-branches.json | 4 +- ...-tutorial-step-now-the-current-branch.json | 30 ++--------- ...s-010-tutorial-step-before-you-switch.json | 4 +- ...sics-011-tutorial-step-double-trouble.json | 4 +- ...012-tutorial-step-lets-switch-already.json | 4 +- ...basics-013-tutorial-step-welcome-back.json | 12 ++--- ...sics-014-tutorial-step-update-the-app.json | 12 ++--- ...tutorial-step-breaking-up-the-command.json | 4 +- ...027-tutorial-step-contributable-files.json | 4 +- ...-tutorial-step-congrats-and-thank-you.json | 4 +- ...algos-008-tutorial-step-remote-access.json | 22 ++++---- ...009-tutorial-step-repository-branches.json | 43 ++------------- ...-010-tutorial-step-accessing-remotely.json | 27 +++++++--- ...algos-012-tutorial-step-ready-to-rock.json | 37 +++++++------ ...torial-step-binance.com-or-binance.us.json | 31 ++++++----- ...4-tutorial-step-need-a-quick-reminder.json | 52 ++----------------- ...os-028-tutorial-step-ok.-back-to-work.json | 4 +- ...ralgos-038-tutorial-step-bending-time.json | 5 +- ...ial-step-visual-scripting-on-steroids.json | 2 +- ...lgos-061-tutorial-step-plotters-magic.json | 4 +- ...-063-tutorial-step-aim-high-trade-big.json | 6 +-- ...superalgos-084-tutorial-step-found-it.json | 5 +- ...095-tutorial-step-fire-up-the-machine.json | 5 +- 31 files changed, 140 insertions(+), 211 deletions(-) diff --git a/Projects/Foundations/Schemas/Docs-Tutorials/B/Basic/Basic-Education/basic-education-042-tutorial-step-positioning-plugins.json b/Projects/Foundations/Schemas/Docs-Tutorials/B/Basic/Basic-Education/basic-education-042-tutorial-step-positioning-plugins.json index b06afeaadf..1ce5726822 100644 --- a/Projects/Foundations/Schemas/Docs-Tutorials/B/Basic/Basic-Education/basic-education-042-tutorial-step-positioning-plugins.json +++ b/Projects/Foundations/Schemas/Docs-Tutorials/B/Basic/Basic-Education/basic-education-042-tutorial-step-positioning-plugins.json @@ -6,8 +6,8 @@ "text": "Here's the crazy bit... the Plugin File Position node determines where in the workspace the plugin is placed!", "updated": 1615921131447, "icon": { - "name": "Plugins\\plugin-file-position", - "project": "Foundations" + "name": "plugin-file-position", + "project": "Community-Plugins" }, "translations": [ { diff --git a/Projects/Foundations/Schemas/Docs-Tutorials/B/Basic/Basic-Education/basic-education-043-tutorial-step-placing-plugins.json b/Projects/Foundations/Schemas/Docs-Tutorials/B/Basic/Basic-Education/basic-education-043-tutorial-step-placing-plugins.json index 98e6de9451..12d60a230b 100644 --- a/Projects/Foundations/Schemas/Docs-Tutorials/B/Basic/Basic-Education/basic-education-043-tutorial-step-placing-plugins.json +++ b/Projects/Foundations/Schemas/Docs-Tutorials/B/Basic/Basic-Education/basic-education-043-tutorial-step-placing-plugins.json @@ -5,8 +5,8 @@ "definition": { "text": "To place a plugin in a workspace you must select the option to add the missing plugins on the node of the matching type!", "icon": { - "name": "Plugins\\plugin-trading-systems", - "project": "Foundations" + "name": "plugin-trading-systems", + "project": "Community-Plugins" }, "updated": 1615925984822, "translations": [ diff --git a/Projects/Foundations/Schemas/Docs-Tutorials/B/Basic/Basic-Education/basic-education-044-tutorial-step-non-persistence-of-changes.json b/Projects/Foundations/Schemas/Docs-Tutorials/B/Basic/Basic-Education/basic-education-044-tutorial-step-non-persistence-of-changes.json index 858729e9de..94945e2bee 100644 --- a/Projects/Foundations/Schemas/Docs-Tutorials/B/Basic/Basic-Education/basic-education-044-tutorial-step-non-persistence-of-changes.json +++ b/Projects/Foundations/Schemas/Docs-Tutorials/B/Basic/Basic-Education/basic-education-044-tutorial-step-non-persistence-of-changes.json @@ -5,7 +5,7 @@ "definition": { "text": "Remember I said that the plugin file is loaded every time the workspace is loaded? This feature has an immediate consequence...", "icon": { - "name": "Bullet\\bullet-error", + "name": "bullet-error", "project": "Foundations" }, "updated": 1615978752612, diff --git a/Projects/Foundations/Schemas/Docs-Tutorials/B/Basic/Basic-Education/basic-education-046-tutorial-step-starting-from-a-plugin.json b/Projects/Foundations/Schemas/Docs-Tutorials/B/Basic/Basic-Education/basic-education-046-tutorial-step-starting-from-a-plugin.json index ba0293c92d..b54da4333a 100644 --- a/Projects/Foundations/Schemas/Docs-Tutorials/B/Basic/Basic-Education/basic-education-046-tutorial-step-starting-from-a-plugin.json +++ b/Projects/Foundations/Schemas/Docs-Tutorials/B/Basic/Basic-Education/basic-education-046-tutorial-step-starting-from-a-plugin.json @@ -5,8 +5,8 @@ "definition": { "text": "Let's look into the first scenario: a typical case is when you wish to introduce changes to a strategy shipping with the system to start with a proven setup!", "icon": { - "name": "Trading\\trading-system", - "project": "Foundations" + "name": "trading-system", + "project": "Algorithmic-Trading" }, "updated": 1629908121952, "translations": [ diff --git a/Projects/Foundations/Schemas/Docs-Tutorials/B/Basic/Basic-Education/basic-education-047-tutorial-step-improving-a-plugin.json b/Projects/Foundations/Schemas/Docs-Tutorials/B/Basic/Basic-Education/basic-education-047-tutorial-step-improving-a-plugin.json index 5652bc07c8..27ea257520 100644 --- a/Projects/Foundations/Schemas/Docs-Tutorials/B/Basic/Basic-Education/basic-education-047-tutorial-step-improving-a-plugin.json +++ b/Projects/Foundations/Schemas/Docs-Tutorials/B/Basic/Basic-Education/basic-education-047-tutorial-step-improving-a-plugin.json @@ -6,7 +6,7 @@ "text": "About the second scenario: let's say you are testing the EMA indicator, found a bug and know how to fix it. You intend to contribute the fix so that everyone benefits from it!", "icon": { "name": "indicator-bot", - "project": "Foundations" + "project": "Data-Mining" }, "updated": 1629909327051, "translations": [ diff --git a/Projects/Foundations/Schemas/Docs-Tutorials/B/Basic/Basic-Education/basic-education-053-tutorial-step-building-indicators.json b/Projects/Foundations/Schemas/Docs-Tutorials/B/Basic/Basic-Education/basic-education-053-tutorial-step-building-indicators.json index f76abd20dd..dbf7510485 100644 --- a/Projects/Foundations/Schemas/Docs-Tutorials/B/Basic/Basic-Education/basic-education-053-tutorial-step-building-indicators.json +++ b/Projects/Foundations/Schemas/Docs-Tutorials/B/Basic/Basic-Education/basic-education-053-tutorial-step-building-indicators.json @@ -6,7 +6,7 @@ "text": "If you are a developer or have at least a basic understanding of JavaScript you will be able to create your own indicators!", "icon": { "name": "indicator-bot", - "project": "Foundations" + "project": "Data-Mining" }, "updated": 1616180582873, "translations": [ diff --git a/Projects/Foundations/Schemas/Docs-Tutorials/B/Basic/Basic-Education/basic-education-054-tutorial-step-more-indicators.json b/Projects/Foundations/Schemas/Docs-Tutorials/B/Basic/Basic-Education/basic-education-054-tutorial-step-more-indicators.json index 2f0a446996..e1e89095e6 100644 --- a/Projects/Foundations/Schemas/Docs-Tutorials/B/Basic/Basic-Education/basic-education-054-tutorial-step-more-indicators.json +++ b/Projects/Foundations/Schemas/Docs-Tutorials/B/Basic/Basic-Education/basic-education-054-tutorial-step-more-indicators.json @@ -6,8 +6,8 @@ "text": "Indicators are built by the Community! Usually, a developer will build a few indicators he or she needs, and contribute them to the project in a new Data Mine!", "updated": 1616235133472, "icon": { - "name": "Data\\data-mine", - "project": "Foundations" + "name": "data-mine", + "project": "Data-Mining" }, "translations": [ { diff --git a/Projects/Foundations/Schemas/Docs-Tutorials/B/Basic/Basic-Education/basic-education-056-tutorial-step-how-about-strategies.json b/Projects/Foundations/Schemas/Docs-Tutorials/B/Basic/Basic-Education/basic-education-056-tutorial-step-how-about-strategies.json index ed0023ff84..997ddacd0e 100644 --- a/Projects/Foundations/Schemas/Docs-Tutorials/B/Basic/Basic-Education/basic-education-056-tutorial-step-how-about-strategies.json +++ b/Projects/Foundations/Schemas/Docs-Tutorials/B/Basic/Basic-Education/basic-education-056-tutorial-step-how-about-strategies.json @@ -5,8 +5,8 @@ "definition": { "text": "The Community may also contribute Trading Systems! At this point, there're only a few, but we hope more will emerge soon!", "icon": { - "name": "Trading\\trading-system", - "project": "Foundations" + "name": "trading-system", + "project": "Algorithmic-Trading" }, "updated": 1616235875824, "translations": [ diff --git a/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-008-tutorial-step-switching-branches.json b/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-008-tutorial-step-switching-branches.json index 4cfa9083ba..682d30f4ad 100644 --- a/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-008-tutorial-step-switching-branches.json +++ b/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-008-tutorial-step-switching-branches.json @@ -80,8 +80,8 @@ }, { "style": "Callout", - "text": "Scroll down the Docs page to the footer and select Plugins-Docs as your Contributions Branch! It's the option on the right-hand side, not in the center!", - "updated": 1619794957137, + "text": "Scroll down the Docs page to the footer and select Develop as your Contributions Branch! It's the option on the right-hand side, not in the center!", + "updated": 1636912795665, "translations": [ { "language": "IT", diff --git a/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-009-tutorial-step-now-the-current-branch.json b/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-009-tutorial-step-now-the-current-branch.json index 59f05632d8..228af3c1df 100644 --- a/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-009-tutorial-step-now-the-current-branch.json +++ b/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-009-tutorial-step-now-the-current-branch.json @@ -55,33 +55,9 @@ ] }, { - "style": "Callout", - "text": "If you forked the Superalgos repo before April 6th, 2021, follow the instructions on this page to create the plugins-docs branch. Otherwise, keep going!", - "updated": 1618154888356, - "translations": [ - { - "language": "IT", - "text": "Se hai fatto il fork di Superalgos prima del 6 aprile 2021, segui le istruzioni su questa pagine per creare il branch Plugins-Docs. Altrimenti continua!", - "updated": 1619633825511, - "style": "Callout" - }, - { - "language": "ES", - "text": "Si has hecho fork en el repositorio de Superalgos antes del 6 de abril de 2021, sigue las instrucciones de esta página para crear la rama plugins-docs. De lo contrario, ¡sigue adelante!", - "updated": 1628122733300, - "style": "Callout" - }, - { - "language": "DE", - "text": "Wenn Sie das Superalgos-Projektarchiv vor dem 6. April 2021 geforkt haben, folgen Sie den Anweisungen auf dieser Seite, um den plugins-docs-Zweig zu erstellen. Ansonsten machen Sie weiter!", - "updated": 1634821743479 - } - ] - }, - { - "style": "Text", - "text": "When you switch branches, the app will run a series of Git commands that will download the software from the plugins-docs branch of your fork! The current software will be replaced on your disk! For that reason, you will need to close the app after switching. But let's discuss a couple more things before you proceed!", - "updated": 1618159009151, + "style": "Note", + "text": "When you switch branches, the app will run a series of Git commands that will download the software from the Develop branch of your fork! The current software will be replaced on your disk! For that reason, you will need to close the app after switching. But let's discuss a couple more things before you proceed!", + "updated": 1636912890459, "translations": [ { "language": "IT", diff --git a/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-010-tutorial-step-before-you-switch.json b/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-010-tutorial-step-before-you-switch.json index 8cb60726c1..0d67d8e11b 100644 --- a/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-010-tutorial-step-before-you-switch.json +++ b/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-010-tutorial-step-before-you-switch.json @@ -80,8 +80,8 @@ }, { "style": "List", - "text": "Even the structure of mined data may have changed!", - "updated": 1617017781902, + "text": "The structure of mined data may have changed!", + "updated": 1636912993126, "translations": [ { "language": "IT", diff --git a/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-011-tutorial-step-double-trouble.json b/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-011-tutorial-step-double-trouble.json index d272e6c8c2..d2a657d67b 100644 --- a/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-011-tutorial-step-double-trouble.json +++ b/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-011-tutorial-step-double-trouble.json @@ -80,8 +80,8 @@ }, { "style": "Success", - "text": "Such a setup allows you to run the stable version for your production tasks, and the version in another branch to contribute and test new features! But you can't run two versions at the same time, unless you change ports! We won't go there now!", - "updated": 1618148172616, + "text": "Such a setup allows you to run the stable version for your production tasks, and the version in another branch to contribute and test new features! But you can't run two versions at the same time, unless you change ports!", + "updated": 1636913062018, "translations": [ { "language": "IT", diff --git a/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-012-tutorial-step-lets-switch-already.json b/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-012-tutorial-step-lets-switch-already.json index 5c48bc3c71..72f5c36ada 100644 --- a/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-012-tutorial-step-lets-switch-already.json +++ b/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-012-tutorial-step-lets-switch-already.json @@ -56,8 +56,8 @@ }, { "style": "List", - "text": "Go back to the footer and select Plugins-Docs as your Current Branch.", - "updated": 1619794998745, + "text": "Go back to the footer and select Develop as your Current Branch.", + "updated": 1636913147028, "translations": [ { "language": "IT", diff --git a/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-013-tutorial-step-welcome-back.json b/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-013-tutorial-step-welcome-back.json index e2435ff4a4..cb4ae4ca52 100644 --- a/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-013-tutorial-step-welcome-back.json +++ b/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-013-tutorial-step-welcome-back.json @@ -3,12 +3,12 @@ "pageNumber": 13, "type": "Tutorial Step - Welcome Back!", "definition": { - "text": "If you followed my instructions to the letter, you should now be running the software in the plugins-docs branch! Awesome!", + "text": "If you followed my instructions to the letter, you should now be running the software in the Develop branch! Awesome!", "icon": { "name": "hits", "project": "Foundations" }, - "updated": 1618159282200, + "updated": 1636913180861, "translations": [ { "language": "IT", @@ -32,8 +32,8 @@ "paragraphs": [ { "style": "Text", - "text": "The software you are currently running is the version of Superalgos that was at the plugins-docs branch the day you forked the project! This is because the process of switching branches downloads the software from your fork and not the upstream repository.", - "updated": 1618159308510, + "text": "The software you are currently running is the version of Superalgos that was at the Develop branch the second you switched branches! This is good, as you now know you have the latest version of the software!", + "updated": 1636913978584, "translations": [ { "language": "IT", @@ -56,8 +56,8 @@ }, { "style": "Success", - "text": "You need to update so that you run the latest version! This is particularly important when you intend to contribute to the project. You should always work on the latest version so that the changes you make include the latest changes produced by other contributors!", - "updated": 1617020167891, + "text": "This is particularly important because you are about to contribute to the project. You should always work on the latest version so that the changes you make include the latest changes produced by other contributors!", + "updated": 1636914060165, "translations": [ { "language": "IT", diff --git a/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-014-tutorial-step-update-the-app.json b/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-014-tutorial-step-update-the-app.json index 99ea08c154..eda14036a1 100644 --- a/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-014-tutorial-step-update-the-app.json +++ b/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-014-tutorial-step-update-the-app.json @@ -3,12 +3,12 @@ "pageNumber": 14, "type": "Tutorial Step - Update the App!", "definition": { - "text": "The App Update Command fetches the latest version of the software from the upstream repository in the Current Branch!", + "text": "It's good practice to be up-to-date before contributing or when troubleshooting or reporting errors of any kind!", "icon": { "name": "indicator-process-instance", "project": "Foundations" }, - "updated": 1617020636889, + "updated": 1636914372518, "translations": [ { "language": "IT", @@ -32,8 +32,8 @@ "paragraphs": [ { "style": "Text", - "text": "That means that you may use this command on either of the branches! This is it:", - "updated": 1617020758219, + "text": "The App Update Command fetches the latest version of the software from the upstream repository in the Current Branch!", + "updated": 1636914274377, "translations": [ { "language": "IT", @@ -84,8 +84,8 @@ }, { "style": "Success", - "text": "Once the update is done, you will need to close the app again, restart it, find the tutorial and click Resume, just like you did earlier!", - "updated": 1617020620260, + "text": "Because you just switched branches, you should already be up to date!", + "updated": 1636914400732, "translations": [ { "language": "IT", diff --git a/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-017-tutorial-step-breaking-up-the-command.json b/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-017-tutorial-step-breaking-up-the-command.json index 05040783fa..6d463da7e0 100644 --- a/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-017-tutorial-step-breaking-up-the-command.json +++ b/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-017-tutorial-step-breaking-up-the-command.json @@ -104,8 +104,8 @@ }, { "style": "List", - "text": "Superalgos: the Project to which the page is added.", - "updated": 1622026691016, + "text": "Foundations: the Project to which the page is added.", + "updated": 1636913558286, "translations": [ { "language": "IT", diff --git a/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-027-tutorial-step-contributable-files.json b/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-027-tutorial-step-contributable-files.json index d31dc4fb95..9ca0a78e07 100644 --- a/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-027-tutorial-step-contributable-files.json +++ b/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-027-tutorial-step-contributable-files.json @@ -32,8 +32,8 @@ "paragraphs": [ { "style": "Callout", - "text": "These folders are exempt from being contributed: My-Workspaces, Data-Storage, and Log-Files.", - "updated": 1610984106655, + "text": "These folders are exempt from being contributed: My-Workspaces, My-Data-Storage, and My-Log-Files, within the Platform folder.", + "updated": 1636914532594, "translations": [ { "language": "IT", diff --git a/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-029-tutorial-step-congrats-and-thank-you.json b/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-029-tutorial-step-congrats-and-thank-you.json index 37eda8e813..a8e339a834 100644 --- a/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-029-tutorial-step-congrats-and-thank-you.json +++ b/Projects/Foundations/Schemas/Docs-Tutorials/B/Beyond/Beyond-the-Basics/beyond-the-basics-029-tutorial-step-congrats-and-thank-you.json @@ -3,8 +3,8 @@ "pageNumber": 29, "type": "Tutorial Step - Congrats and Thank You!", "definition": { - "text": "This is awesome! You are already helping the project! We are grateful for your first contribution and hope there's more to come!", - "updated": 1617031656299, + "text": "You are already helping the project! We are grateful for your first contribution and hope there's more to come!", + "updated": 1636914650684, "icon": { "name": "Docs\\docs-success-style", "project": "Foundations" diff --git a/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-008-tutorial-step-remote-access.json b/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-008-tutorial-step-remote-access.json index 306fc4ae9b..0ee0509953 100644 --- a/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-008-tutorial-step-remote-access.json +++ b/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-008-tutorial-step-remote-access.json @@ -48,8 +48,9 @@ { "language": "RU", "text": "Superalgos позволяет запустить Client на машине и получать к нему доступ через браузер с другого компьютера в сети.", - "updated": 1635581826996}, - { + "updated": 1635581826996 + }, + { "language": "TR", "text": "Superalgos, İstemciyi bir makinede çalıştırmaya ve ağdaki başka bir makineden tarayıcı aracılığıyla ona erişmeye izin verir.", "updated": 1635577594164 @@ -60,7 +61,7 @@ "paragraphs": [ { "style": "Text", - "text": "Many users choose to run the Client in the cloud, on single-board machines like the Raspberry Pi, or on a dedicated PC that they can leave on at all times when trading live. The My Computer Network Node represents the machine the Client is running on.", + "text": "Many users choose to run the Client in the cloud, on single-board machines like the Raspberry Pi, or on a dedicated PC that they can leave on at all times when trading live. The My Computer LAN Network Node represents the machine the Client is running on.", "translations": [ { "language": "ID", @@ -101,13 +102,15 @@ { "language": "RU", "text": "Многие пользователи предпочитают запускать Client в облаке, на одноплатном устройстве как, например, Raspberry Pi или РС, который они могут оставить включенным в любое время, когда идет торговля в режиме реального времени. My Computer Network Node представляет машину, на которой работает Client.", - "updated": 1635581854422}, - { + "updated": 1635581854422 + }, + { "language": "TR", "text": "Birçok kullanıcı İstemciyi ( Client ) bulutta, Raspberry Pi gibi makinelerde veya canlı işlem yaparken her zaman açık bırakabilecekleri özel bir bilgisayarda çalıştırmayı tercih eder. Bilgisayarım Ağ Düğümü ( Node ), İstemcinin ( Client ) üzerinde çalıştığı makineyi temsil eder.", "updated": 1635578604315 } - ] + ], + "updated": 1636910159513 }, { "style": "Warning", @@ -147,8 +150,9 @@ { "language": "RU", "text": "На данном этапе Superalgos не гарантирует никакой формы безопасности. Вам следует использовать систему только в контексте местной сети с ограниченным доступом. Если Вы выбрали запустить Client в облаке, Вам необходимо осуществить свою собственную систему безопасности.", - "updated": 1635581868732}, - { + "updated": 1635581868732 + }, + { "language": "TR", "text": "Bu aşamada Superalgos herhangi bir güvenlik şekli uygulamamaktadır. Sistemi yalnızca kısıtlı bir Yerel Alan Ağı bağlamında kullanmalısınız. İstemciyi bulutta çalıştırmayı seçtiyseniz, kendi güvenliğinizi uygulamanız gerekir.", "updated": 1635578525124 @@ -156,4 +160,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-009-tutorial-step-repository-branches.json b/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-009-tutorial-step-repository-branches.json index 6fa5b8fee9..67b9057b59 100644 --- a/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-009-tutorial-step-repository-branches.json +++ b/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-009-tutorial-step-repository-branches.json @@ -3,12 +3,12 @@ "pageNumber": 9, "type": "Tutorial Step - Repository Branches", "definition": { - "text": "The Superalgos repository features three main branches: master, develop, and the one we're looking for, plugins-docs.", + "text": "The Superalgos repository features two main branches: master and develop.", "icon": { "name": "github", "project": "Foundations" }, - "updated": 1618143614949, + "updated": 1636912658939, "translations": [ { "language": "IT", @@ -115,8 +115,8 @@ }, { "style": "List", - "text": "Develop Branch: Features the version currently in development. Submit contributions of code affecting the codebase.", - "updated": 1618143744374, + "text": "Develop Branch: Features the version currently in development. Submit contributions of code affecting the codebase, translations, improvements in the Docs, tutorials, and plugins such as data mines, trading systems, and so on!", + "updated": 1636912699736, "translations": [ { "language": "IT", @@ -148,41 +148,6 @@ "updated": 1635515640752 } ] - }, - { - "style": "List", - "text": "Plugins-Docs Branch: Features the version in the master branch plus the latest changes in the Docs and Plugins. Submit contributions of translations, improvements in the Docs, tutorials, and plugins such as data mines, trading systems, and so on!", - "translations": [ - { - "language": "IT", - "text": "Plugins-Docs Branch: contiene la versione del master branch più le ultime modifiche a Docs e Plugins. Presenta qui i contributi a Docs, tutorial e plugins, come Data Mines, Trading Systems e così via!", - "updated": 1619633285534, - "style": "List" - }, - { - "language": "FR", - "text": "Plugins-Docs Branch: Features la version de la branche Master plus les derniers changements dans les docs et plugins, pour soumettez des contributions concernant traductions, améliorations de la documentation, didacticiels et de plugins, tels que des mines de données, des systèmes de négociation, etc.", - "updated": 1623953153649, - "style": "List" - }, - { - "language": "ES", - "text": "Plugins-Docs Branch: Es la versión en la rama maestra más los últimos cambios en los Documentos y Complementos. Envía contribuciones de traducciones, mejoras en los docs, tutoriales y plugins, como minas de datos, Trading Systems, etc.", - "updated": 1628121938452, - "style": "List" - }, - { - "language": "DE", - "text": "Plugins-Docs Branch: Enthält die Version im Master-Zweig plus die letzten Änderungen in den Docs und Plugins. Reichen Sie Beiträge zu Übersetzungen, Verbesserungen in den Docs, Tutorials und Plugins wie Data Mines, Trading Systems usw. ein!", - "updated": 1634821050724, - "style": "List" - }, - { - "language": "RU", - "text": "Plugins-Docs Branch: Features содержит версию в главном подразделении, а также последние изменения в документах и Plugins. Размещайте материалы переводов, улучшенные версии в документах, учебных пособиях и плагинах, как например: база данных, торговые системы и так далее.", - "updated": 1635516389444 - } - ] } ] } \ No newline at end of file diff --git a/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-010-tutorial-step-accessing-remotely.json b/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-010-tutorial-step-accessing-remotely.json index c4ae58821f..77f6762840 100644 --- a/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-010-tutorial-step-accessing-remotely.json +++ b/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-010-tutorial-step-accessing-remotely.json @@ -60,7 +60,7 @@ "paragraphs": [ { "style": "Text", - "text": "If you are accessing the Client from a remote machine, you must adjust the Network Node configuration.", + "text": "If you are accessing the Client from a remote machine, you must adjust the LAN Network Node configuration.", "translations": [ { "language": "ID", @@ -109,12 +109,12 @@ "updated": 1635579070105 } ], - "updated": 1636299988021 + "updated": 1636909673978 }, { "style": "List", - "text": "Click Configure on the top-right corner of the Network Node menu.", - "updated": 1636300153084, + "text": "Click Configure on the top-right corner of the LAN Network Node menu.", + "updated": 1636909656938, "translations": [ { "language": "ID", @@ -172,7 +172,7 @@ }, { "style": "List", - "text": "Change the host parameter for the IP address of the machine running the backend. If you use a reverse proxy you must manually add \"webSocketsExternalURL\": \"wss://mydomain.com:443\" config parameter.", + "text": "Change the host parameter for the IP address of the machine running the backend. ", "translations": [ { "language": "ID", @@ -220,11 +220,21 @@ "text": "Измените гостевой параметр для IP-адреса устройства, на котором выполняется серверная часть. If you use a reverse proxy you must manually add \"webSocketsExternalURL\": \"wss://mydomain.com:443\" config parameter.", "updated": 1636194777591 } - ] + ], + "updated": 1636909829414 }, { "style": "List", - "text": "Exit the configuration by removing the mouse pointer from the configuration bubble! If the configuration is correct, the error message in the Network Node should disappear in a minute!", + "text": "If you use a reverse proxy, add this parameter...", + "updated": 1636909970492 + }, + { + "style": "Json", + "text": "\"webSocketsExternalURL\": \"wss://mydomain.com:443\"" + }, + { + "style": "List", + "text": "Now close the editor. If the configuration is correct, the error message should disappear in a minute!", "translations": [ { "language": "ID", @@ -278,7 +288,8 @@ "text": "Fare işaretçisini yapılandırma balonundan kaldırarak yapılandırmadan çıkın! Yapılandırma doğruysa, Ağ Düğümü'ndeki hata mesajı bir dakika içinde kaybolmalıdır!", "updated": 1635579204588 } - ] + ], + "updated": 1636910042545 } ] } \ No newline at end of file diff --git a/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-012-tutorial-step-ready-to-rock.json b/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-012-tutorial-step-ready-to-rock.json index 2da0ba348b..09ea76bd79 100644 --- a/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-012-tutorial-step-ready-to-rock.json +++ b/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-012-tutorial-step-ready-to-rock.json @@ -7,7 +7,7 @@ "name": "Data\\data-tasks", "project": "Foundations" }, - "text": "The Data Tasks node controls all the data mining tasks defined for this Network Node.", + "text": "The Data Tasks node controls all the data mining tasks defined for this LAN Network Node.", "translations": [ { "language": "IT", @@ -43,13 +43,15 @@ "language": "RU", "text": "Узел Data Tasks управляет всеми задачами интеллектуального анализа данных, определенными для Network Node.", "updated": 1635611514856, - "style": "Definition"}, - { + "style": "Definition" + }, + { "language": "TR", "text": "Veri Görevleri düğümü ( Data Tasks ), bu Ağ Düğümü ( Node ) için tanımlanan tüm veri madenciliği görevlerini kontrol eder.", "updated": 1635579379923 } - ] + ], + "updated": 1636910229969 }, "paragraphs": [ { @@ -90,8 +92,9 @@ "language": "RU", "text": "Теперь Вы готовы приступить к первому из следующих действий, которые мы рассмотрим через несколько минут:", "updated": 1635582572477, - "style": "Text"}, - { + "style": "Text" + }, + { "language": "TR", "text": "Önümüzdeki birkaç dakika içinde ele alacağımız aşağıdaki etkinliklerden ilkine başlamak üzeresiniz:", "updated": 1635579409291 @@ -136,8 +139,9 @@ "language": "RU", "text": "Run a data mining, чтобы получить данны BTC/USDT Market от Binance.", "updated": 1635583091531, - "style": "List"}, - { + "style": "List" + }, + { "language": "TR", "text": "Binance'den BTC/USDT Piyasası ( Market ) için veri almak üzere bir veri madenciliği operasyonu çalıştıracağız.", "updated": 1635579469652 @@ -182,8 +186,9 @@ { "language": "RU", "text": "Run a Backtesting Session с использованием существующей стратегии с открытым исходным кодом.", - "updated": 1635583981313}, - { + "updated": 1635583981313 + }, + { "language": "TR", "text": "Mevcut bir açık kaynak stratejisiyle bir Geri Test Oturumu ( Backtesting Session ) çalıştıracağız.", "updated": 1635579517849 @@ -228,8 +233,9 @@ { "language": "RU", "text": "Run a Live Trading Session с минимальными средствами, чтобы проверить критические аспекты системы.", - "updated": 1635584028882}, - { + "updated": 1635584028882 + }, + { "language": "TR", "text": "Sistemin kritik yönlerini test etmek için minimum fonla Canlı Ticaret Oturumu ( Live Trading Session ) çalıştıracağız.", "updated": 1635579557420 @@ -274,8 +280,9 @@ { "language": "RU", "text": "Вас это устраивает? Мы можем начать?", - "updated": 1635584052704}, - { + "updated": 1635584052704 + }, + { "language": "TR", "text": "Hazır mısın, başlayalım mı?", "updated": 1635579651757 @@ -283,4 +290,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-013-tutorial-step-binance.com-or-binance.us.json b/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-013-tutorial-step-binance.com-or-binance.us.json index 1e50eaa631..f67b660cdd 100644 --- a/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-013-tutorial-step-binance.com-or-binance.us.json +++ b/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-013-tutorial-step-binance.com-or-binance.us.json @@ -42,8 +42,9 @@ { "language": "RU", "text": "Прежде, чем мы начнем data mining, у меня к Вам есть небольшой вопрос: торгуете ли Вы на binance.com или binance.us, или ни на одном из них?\n", - "updated": 1635584552207}, - { + "updated": 1635584552207 + }, + { "language": "TR", "text": "Veri madenciliğine başlamadan önce size küçük bir sorum var: binance.com'da mı, binance.us'ta mı işlem yapıyorsunuz yoksa hiçbirinde mi?", "updated": 1635582493156 @@ -89,8 +90,9 @@ { "language": "RU", "text": " Если Вы торгуете на binance.com или вообще не торгуете на Binance, то пропустите этот шаг и перейдите к следующему.", - "updated": 1635584632228}, - { + "updated": 1635584632228 + }, + { "language": "TR", "text": "Binance.com'da işlem yapıyorsanız veya Binance ile hiç işlem yapmıyorsanız, bu ve sonraki adımı atlayabilirsiniz!", "updated": 1635582549143 @@ -135,8 +137,9 @@ { "language": "RU", "text": "Если Вы торгуете на binance.us, то необходимо настроить узел Binance справа! Видео на следующем шаге покажет Вам как это сделать!", - "updated": 1635584907910}, - { + "updated": 1635584907910 + }, + { "language": "TR", "text": "Binance.us'ta işlem yapıyorsanız, Binance düğümünü (sağda) yapılandırmanız gerekir! Bir sonraki adımdaki video size nasıl olduğunu gösteriyor!", "updated": 1635582592953 @@ -145,8 +148,8 @@ }, { "style": "List", - "text": "Access the configuration and change the codeName to \"binanceus\". Move the mouse pointer out of the configuration bubble and it will close and save automatically.", - "updated": 1622189775201, + "text": "Access the configuration and change the codeName to \"binanceus\". Exit the editor and it will save automatically.", + "updated": 1636910295110, "translations": [ { "language": "IT", @@ -181,8 +184,9 @@ { "language": "RU", "text": "Перейдите в настройки и измените codeName на \"binanceus\". Переместите указатель мыши из пузырька конфигурации и он закроется и сохранится автоматически.", - "updated": 1635585138540}, - { + "updated": 1635585138540 + }, + { "language": "TR", "text": "Yapılandırmaya (Configure) erişin ve kod adını \"binanceus\" olarak değiştirin. Fare işaretçisini yapılandırma balonunun dışına çıkarın, otomatik olarak kapanacak ve kaydedilecektir.", "updated": 1635582755655 @@ -227,8 +231,9 @@ { "language": "RU", "text": "Отредактируйте метку узла, чтобы прочитать \"Binanceus\".", - "updated": 1635585248449}, - { + "updated": 1635585248449 + }, + { "language": "TR", "text": "Şimdi düğüm etiketini \"Binanceus\" olarak görüyor olmalısın.", "updated": 1635582726102 @@ -236,4 +241,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-024-tutorial-step-need-a-quick-reminder.json b/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-024-tutorial-step-need-a-quick-reminder.json index 178ef5de40..a8527b1f2d 100644 --- a/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-024-tutorial-step-need-a-quick-reminder.json +++ b/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-024-tutorial-step-need-a-quick-reminder.json @@ -55,7 +55,7 @@ "paragraphs": [ { "style": "Text", - "text": "If you ever need a reminder about any of these topics...", + "text": "If you ever need a reminder about any of these topics, you may replay any Tutorial Topic or Tutorial Step. ", "translations": [ { "language": "IT", @@ -98,54 +98,12 @@ "text": "Bu konulardan herhangi biri hakkında bir hatırlatmaya ihtiyacınız olursa...", "updated": 1635952719290 } - ] + ], + "updated": 1636910771339 }, { - "style": "List", - "text": "Find a Tutorial Topic and replay it! You may find me on the bottom-left corner of the design space, expand me, browse through the hierarchy of topics and steps, and click Play on any of them. Topics are arranged in a clockwise direction, starting from the right-hand side of the main Tutorial node.", - "translations": [ - { - "language": "IT", - "text": "Cerca un Tutorial Topic e ri-eseguilo! Puoi trovarmi nell'angolo in basso a sinistra del Design Space. Espandimi, naviga nella gerarchia dei topics e degli steps e clicca Play su uno qualsiasi di questi. I topics sono strutturati in senso orario, a partire dal lato destro del nodo Tutorial principale.", - "updated": 1614790602319, - "style": "List" - }, - { - "language": "ID", - "text": "Temukan Tutorial Topic dan replay! Kamu mungkin menemukannya dibawah-kiri dari design space, expand itu, dan Jelajahi melalui hirarki dari topik dan step, dan click Play yang dipilih. Topik diatur searah jarum jam, dimulai dari kanan yang ada pada main Tutorial node.", - "updated": 1616769317775, - "style": "List" - }, - { - "language": "ES", - "text": "Busca el Tutorial Topic y reprodúcelo. Puedes encontrarme en la esquina inferior izquierda del Desing Space, expandirme, navegar por la jerarquía de temas y pasos, y hacer clic en Play en cualquiera de ellos. Los temas están ordenados en el sentido de las agujas del reloj, empezando por la derecha del nodo principal de Tutorial.", - "updated": 1627303448829, - "style": "List" - }, - { - "language": "DE", - "text": "Suchen Sie ein Tutorial Topic ? Sie finden Tutorial am linken Rand des Design Space. Blättern Sie durch die Themen und Schritte und klicken Sie auf \"Abspielen\" bei einem Thema. Die Themen sind im Uhrzeigersinn angeordnet, beginnend auf der rechten Seite des Hauptknotens Tutorial.", - "updated": 1634165716356, - "style": "List" - }, - { - "language": "NL", - "text": "Vind een Tutorial Topic en speel het af! Je kan mij in de linkerbenedenhoek van de ontwerpruimte, vouw mij uit en loop door de hiërarchie van onderwerpen en stappen, kies je onderwerp en klik op Play. Onderwerpen zijn gerangschikt met de klok mee, startend rechts van de hoofdknoop van de Tutorial.", - "updated": 1635182170565, - "style": "List" - }, - { - "language": "RU", - "text": "Найдите Tutorial Topic и повторите ее! Вы можете найти меня в левом нижнем углу пространства дизайна, развернуть, просмотреть иерархию тем и шагов и нажать Play на любом шаге или теме. Темы расположены по часовой стрелке, начиная с правой стороны главного узла Tutorial.", - "updated": 1635612033411, - "style": "List" - }, - { - "language": "TR", - "text": "Bir Eğitim Konusu ( Tutorial Topic ) bulun ve tekrar oynatın! Tasarım alanının sol alt köşesinde beni bulabilir, genişletebilir, konuların ve adımların hiyerarşisine göz atabilir ve herhangi birinde Oynat'a tıklayabilirsiniz. Konular, ana Öğretici düğümünün sağ tarafından başlayarak saat yönünde düzenlenir.", - "updated": 1635953243684 - } - ] + "style": "Text", + "text": "You may find me on the bottom-left corner of the design space, browse through the hierarchy of topics and steps, and click Play on any of them. Topics are arranged in a clockwise direction, starting from the right-hand side of the main Tutorial node." }, { "style": "Callout", diff --git a/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-028-tutorial-step-ok.-back-to-work.json b/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-028-tutorial-step-ok.-back-to-work.json index 956c81e309..ea4be6497a 100644 --- a/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-028-tutorial-step-ok.-back-to-work.json +++ b/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-028-tutorial-step-ok.-back-to-work.json @@ -7,7 +7,7 @@ "name": "Data\\data-tasks", "project": "Foundations" }, - "text": "Now that you're comfortable moving around, I want you to go on a little tour exploring the Data Tasks section of the Network Node.", + "text": "Now that you're comfortable moving around, I want you to go on a little tour exploring the Data Tasks section of the LAN Network Node.", "translations": [ { "language": "IT", @@ -45,7 +45,7 @@ "updated": 1636014280941 } ], - "updated": 1622194034630 + "updated": 1636911021993 }, "paragraphs": [ { diff --git a/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-038-tutorial-step-bending-time.json b/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-038-tutorial-step-bending-time.json index 91b116fa77..a12677d010 100644 --- a/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-038-tutorial-step-bending-time.json +++ b/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-038-tutorial-step-bending-time.json @@ -7,7 +7,7 @@ "name": "Time\\time-machine", "project": "Foundations" }, - "text": "Ok... maybe it's not actually like bending, but, bear with me... You'll love how you can shape time machines to whatever format you wish.", + "text": "Ok... maybe it's not actually like bending, but bear with me... You'll love how you can shape time machines to the format you wish.", "translations": [ { "language": "IT", @@ -43,7 +43,8 @@ "text": "Хорошо... Может быть, на самом деле это и не похоже на сгибание, но потерпите.. Вам понравится, как Вы сможете сформировать машины времени в любом желаемом формате.", "updated": 1636201767989 } - ] + ], + "updated": 1636911171982 }, "paragraphs": [ { diff --git a/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-060-tutorial-step-visual-scripting-on-steroids.json b/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-060-tutorial-step-visual-scripting-on-steroids.json index 94ad23855a..248f7cc519 100644 --- a/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-060-tutorial-step-visual-scripting-on-steroids.json +++ b/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-060-tutorial-step-visual-scripting-on-steroids.json @@ -5,7 +5,7 @@ "definition": { "icon": { "name": "indicator-bot", - "project": "Foundations" + "project": "Data-Mining" }, "text": "Talking about block-building, we are now in the confines of the Masters Data Mine. To your left, the definition of one of the bots you sent mining minutes ago.", "translations": [ diff --git a/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-061-tutorial-step-plotters-magic.json b/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-061-tutorial-step-plotters-magic.json index 1052582227..169c9c73d1 100644 --- a/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-061-tutorial-step-plotters-magic.json +++ b/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-061-tutorial-step-plotters-magic.json @@ -74,8 +74,8 @@ }, { "style": "Callout", - "text": "Find the Resistance Zone 5 Polygon (to the left), expand it, and crawl your way up the branches for a sneak peek of how this beauty was built!", - "updated": 1610623154560, + "text": "Find the Support Zone 5 Polygon (to the left), expand it, and crawl your way up the branches for a sneak peek of how this beauty was built!", + "updated": 1636911282878, "translations": [ { "language": "IT", diff --git a/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-063-tutorial-step-aim-high-trade-big.json b/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-063-tutorial-step-aim-high-trade-big.json index bd721c7b0d..4026679c22 100644 --- a/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-063-tutorial-step-aim-high-trade-big.json +++ b/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-063-tutorial-step-aim-high-trade-big.json @@ -42,8 +42,8 @@ "paragraphs": [ { "style": "Text", - "text": "That is what the Network Node is about. What you've seen so far is running on a single machine. But...", - "updated": 1616427867794, + "text": "That is what the LAN Network Node is about. What you've seen so far is running on a single machine. But...", + "updated": 1636911326698, "translations": [ { "language": "IT", @@ -143,4 +143,4 @@ "updated": 1629821982211 } ] -} +} \ No newline at end of file diff --git a/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-084-tutorial-step-found-it.json b/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-084-tutorial-step-found-it.json index a0e4afd79f..5fbda032a9 100644 --- a/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-084-tutorial-step-found-it.json +++ b/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-084-tutorial-step-found-it.json @@ -64,7 +64,7 @@ }, { "style": "Callout", - "text": "Open the menu of the Exit Target Rate node to the left, and click Copy Node Path. Now, open a text editor and paste what you copied.", + "text": "Access the menu of the Exit Target Rate node to the left, and click \"Copy node path\". Now, open an external text editor and paste what you copied.", "translations": [ { "language": "IT", @@ -88,7 +88,8 @@ "text": "Soldaki Çıkış Hedef Hızı düğümünün (Exit Target Rate ) menüsünü açın ve Düğüm Yolunu ( Path) Kopyala'ya tıklayın. Şimdi bir metin düzenleyici açın ve kopyaladığınızı yapıştırın.", "updated": 1636377404627 } - ] + ], + "updated": 1636911911813 }, { "style": "Text", diff --git a/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-095-tutorial-step-fire-up-the-machine.json b/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-095-tutorial-step-fire-up-the-machine.json index bec4d54dbb..4a3b0d10d7 100644 --- a/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-095-tutorial-step-fire-up-the-machine.json +++ b/Projects/Foundations/Schemas/Docs-Tutorials/W/Welcome/Welcome-to-Superalgos/welcome-to-superalgos-095-tutorial-step-fire-up-the-machine.json @@ -36,7 +36,7 @@ "paragraphs": [ { "style": "Callout", - "text": "Select Run All Project Data Tasks on the menu.", + "text": "Select \"Run all project data tasks\" on the menu.", "translations": [ { "language": "IT", @@ -60,7 +60,8 @@ "text": "Menüden Tüm Proje Veri Görevlerini ( Run All Project Data Tasks ) Çalıştır'ı seçin.", "updated": 1636571851561 } - ] + ], + "updated": 1636911854931 }, { "style": "Text", From 683ceea619d65c7e30ca711933e890435e11984d Mon Sep 17 00:00:00 2001 From: Julian Molina Date: Sun, 14 Nov 2021 19:51:23 +0100 Subject: [PATCH 3/4] Deprecating the Plugins-Docs branch --- .../Education/UI/Spaces/Docs-Space/Footer.js | 35 +++++++++++-------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/Projects/Education/UI/Spaces/Docs-Space/Footer.js b/Projects/Education/UI/Spaces/Docs-Space/Footer.js index 0950f0fa91..b74837333f 100644 --- a/Projects/Education/UI/Spaces/Docs-Space/Footer.js +++ b/Projects/Education/UI/Spaces/Docs-Space/Footer.js @@ -168,7 +168,7 @@ function newFoundationsDocsFooter() { HTML = HTML + '' HTML = HTML + '' HTML = HTML + '