We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 340215d commit 261bb33Copy full SHA for 261bb33
.gitignore
@@ -34,4 +34,3 @@ dist/*
34
!dist/books/media.zip
35
!dist/learn/books/media.zip
36
37
-node_modules
src/templates/pages/learn/tutorial-guide.hbs
@@ -25,8 +25,7 @@ slug: learn/
25
<h2>{{#i18n "writing-a-tutorial-how-start-title"}}{{/i18n}}</h2>
26
<ul class="list_view">
27
<li>
28
- {{#i18n "writing-a-tutorial-how-start-1"}}{{/i18n}}
29
- {{#i18n "writing-a-tutorial-how-start-2"}}{{/i18n}}
+ {{#i18n "writing-a-tutorial-how-start-1"}}{{/i18n}}<a href="https://docs.google.com/spreadsheets/d/1sh3IwcCUY4Bm8N4fRZw6CwSDdQmmXgY_awjVj-UC8mo/edit#gid=0">{{#i18n "writing-a-tutorial-how-start-2"}}{{/i18n}}</a>
30
{{#i18n "writing-a-tutorial-how-start-3"}}{{/i18n}}
31
</li>
32
0 commit comments