Move latest/ to 2.0/
I think this makes more sense, that way links won't break whenever I publish a new docs version
This commit is contained in:
7
src/routes/docs/2.0/examples/__layout.reset.svelte
Normal file
7
src/routes/docs/2.0/examples/__layout.reset.svelte
Normal file
@@ -0,0 +1,7 @@
|
||||
<script>
|
||||
import "../../../../app.css";
|
||||
</script>
|
||||
|
||||
<div class="flex flex-col items-center justify-center">
|
||||
<slot />
|
||||
</div>
|
||||
Reference in New Issue
Block a user