Skip to content

reorder parts #333

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -20,9 +20,9 @@ You can build your entire app with Svelte (for example, using an application fra

This tutorial is split into four main parts:

- [Welcome to Svelte](/tutorial/welcome-to-svelte) (you are here)
- [Introduction to SvelteKit](/tutorial/introducing-sveltekit)
- [Basic Svelte](/tutorial/welcome-to-svelte) (you are here)
- [Advanced Svelte](/tutorial/tweens)
- [Basic SvelteKit](/tutorial/introducing-sveltekit)
- [Advanced SvelteKit](/tutorial/optional-params)

Each section will present an exercise designed to illustrate a feature. Later exercises build on the knowledge gained in earlier ones, so it's recommended that you go from start to finish. If necessary, you can navigate via the menu above.
2 changes: 1 addition & 1 deletion content/tutorial/01-svelte/meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Welcome to Svelte",
"title": "Basic Svelte",
"scope": {
"prefix": "/src/lib/",
"name": "src"
Loading