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: DEVELOPING_TUTORIALS.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ If proofing a PR for someone else, check out their branch (you'll see its name l
92
92
> npm run serve
93
93
```
94
94
95
-
6. Open a web browser to the following address to preview your work: http://localhost:3000/#/
95
+
6. Open a web browser to the following address to preview your work: http://localhost:3000/
96
96
97
97
Vue will update your localhost preview automatically as you make changes. However, you won't be able to see any newly added lessons until you've updated the appropriate routes and import statements, as described below.
98
98
@@ -170,13 +170,13 @@ If you want to add images to your Markdown file, place them in the `public/tutor
170
170
Then in your lesson Markdown file, you can either add it with regular Markdown:
171
171
172
172
```
173
-

173
+

174
174
```
175
175
176
176
...or with regular HTML, if you need to set the image size:
The `url` will appear in the URL of your tutorial landing page and lessons. For example, `http://proto.school/#/short-tutorial-title/01`. In most cases this will match your tutorial title, but you may find that you need to make it shorter. Note that this URL will also be used to create the abbreviated title that is shown in the breadcrumb navigation and the small header at the top of each page of your tutorial.
506
+
The `url` will appear in the URL of your tutorial landing page and lessons. For example, `http://proto.school/short-tutorial-title/01`. In most cases this will match your tutorial title, but you may find that you need to make it shorter. Note that this URL will also be used to create the abbreviated title that is shown in the breadcrumb navigation and the small header at the top of each page of your tutorial.
0 commit comments