You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/writing-docs/user-tutorials.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,13 @@ There are 2 ways of sharing a tutorial: use a shared script or publish it in a [
10
10
11
11
For a quick introduction on writing and sharing a user tutorial, see this video:
12
12
13
-
https://youtu.be/lZucrzDgoIE
13
+
https://youtu.be/XsM8hp7eysA
14
14
15
15
## ~
16
16
17
17
## Authoring
18
18
19
-
Author the tutorial content in the**README.md** file in your project. The format is the same as what's documented in [tutorials](/writing-docs/tutorials).
19
+
Author the tutorial content in a**Markdown** file in your project. The format is the same as what's documented in [tutorials](/writing-docs/tutorials).
20
20
21
21
The dependencies are used when starting the tutorial project, but code content (``main.blocks``, ``main.ts``) is ignored.
22
22
@@ -72,8 +72,7 @@ You can also use the ``#example`` route similarly to ``#tutorial`` to load a mar
72
72
73
73
### Testing
74
74
75
-
Click on the ``external link`` icon in the **Explorer** view to open any markdown file (``.md``)
76
-
as a tutorial in a new tab.
75
+
Click on the ``lab`` icon in the **Explorer** view to open any markdown file (``.md``) as a tutorial in a new tab.
0 commit comments