|
|
@ -47,7 +47,7 @@
|
|
|
|
$: if (scrollable) data.tutorial, scrollable.scrollTo(0, 0);
|
|
|
|
$: if (scrollable) data.tutorial, scrollable.scrollTo(0, 0);
|
|
|
|
|
|
|
|
|
|
|
|
$: selected = lookup.get(data.slug);
|
|
|
|
$: selected = lookup.get(data.slug);
|
|
|
|
$: improve_link = `https://github.com/sveltejs/svelte/tree/master/documentation/content/tutorial/${data.tutorial.dir}`;
|
|
|
|
$: improve_link = `https://github.com/sveltejs/svelte/tree/master/documentation/tutorial/${data.tutorial.dir}`;
|
|
|
|
|
|
|
|
|
|
|
|
const clone = (file) => ({
|
|
|
|
const clone = (file) => ({
|
|
|
|
name: file.name.replace(/.\w+$/, ''),
|
|
|
|
name: file.name.replace(/.\w+$/, ''),
|
|
|
|