From af3371a874790c6228be31ca33f4292706837370 Mon Sep 17 00:00:00 2001 From: Lalit Kumawat Date: Thu, 13 Jul 2023 09:22:19 +0000 Subject: [PATCH 1/2] Fixes Broken link in tutorial-guide.html --- .codesandbox/tasks.json | 43 ++++++++++++++++++++ src/templates/pages/learn/tutorial-guide.hbs | 2 +- 2 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 .codesandbox/tasks.json diff --git a/.codesandbox/tasks.json b/.codesandbox/tasks.json new file mode 100644 index 0000000000..1a798641a2 --- /dev/null +++ b/.codesandbox/tasks.json @@ -0,0 +1,43 @@ +{ + // These tasks will run in order when initializing your CodeSandbox project. + "setupTasks": [ + { + "name": "Install Dependencies", + "command": "npm install" + } + ], + + // These tasks can be run from CodeSandbox. Running one will open a log in the app. + "tasks": { + "grunt": { + "name": "grunt", + "command": "npm run grunt", + "runAtStart": false + }, + "assemble": { + "name": "assemble", + "command": "npm run assemble", + "runAtStart": false + }, + "build": { + "name": "build", + "command": "npm run build", + "runAtStart": false + }, + "test": { + "name": "test", + "command": "npm run test", + "runAtStart": false + }, + "watch": { + "name": "watch", + "command": "npm run watch", + "runAtStart": true + }, + "precommit": { + "name": "precommit", + "command": "npm run precommit", + "runAtStart": false + } + } +} diff --git a/src/templates/pages/learn/tutorial-guide.hbs b/src/templates/pages/learn/tutorial-guide.hbs index 0a5a1b7eb6..8a1cda988f 100755 --- a/src/templates/pages/learn/tutorial-guide.hbs +++ b/src/templates/pages/learn/tutorial-guide.hbs @@ -25,7 +25,7 @@ slug: learn/

{{#i18n "writing-a-tutorial-how-start-title"}}{{/i18n}}