mirror of https://github.com/sveltejs/svelte
parent
d1119e0c12
commit
baf5cb0946
@ -1,6 +1,6 @@
|
|||||||
<script context="module">
|
<script context="module">
|
||||||
export async function preload() {
|
export async function preload() {
|
||||||
const sections = await this.fetch(`guide.json`).then(r => r.json());
|
const sections = await this.fetch(`docs.json`).then(r => r.json());
|
||||||
return { sections };
|
return { sections };
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
@ -0,0 +1 @@
|
|||||||
|
<h1>Examples</h1>
|
@ -1,5 +1 @@
|
|||||||
<script>
|
|
||||||
// import Icon from '../../components/Icon.svelte';
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<h1>Tutorial</h1>
|
<h1>Tutorial</h1>
|
Loading…
Reference in new issue