Skip to content

Commit

Permalink
remove examples page
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Jun 18, 2024
1 parent 6cff70d commit dbe01a9
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 310 deletions.
4 changes: 2 additions & 2 deletions apps/svelte.dev/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
href: '/tutorial'
},
{
title: 'examples',
href: '/examples'
title: 'repl',
href: '/repl'
},
{
title: 'blog',
Expand Down
2 changes: 1 addition & 1 deletion apps/svelte.dev/src/routes/_components/Demo.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
{/each}
</div>

<a href="/examples">more <span class="large-show">&nbsp;examples</span> &rarr;</a>
<a href="/repl">more <span class="large-show">&nbsp;examples</span> &rarr;</a>
</div>

{#if selected}
Expand Down
7 changes: 0 additions & 7 deletions apps/svelte.dev/src/routes/examples/+page.js

This file was deleted.

Empty file.
15 changes: 0 additions & 15 deletions apps/svelte.dev/src/routes/examples/[slug]/+page.server.ts

This file was deleted.

128 changes: 0 additions & 128 deletions apps/svelte.dev/src/routes/examples/[slug]/+page.svelte

This file was deleted.

123 changes: 0 additions & 123 deletions apps/svelte.dev/src/routes/examples/[slug]/TableOfContents.svelte

This file was deleted.

8 changes: 0 additions & 8 deletions apps/svelte.dev/src/routes/examples/api/+server.js

This file was deleted.

26 changes: 0 additions & 26 deletions apps/svelte.dev/src/routes/examples/api/[slug].json/+server.js

This file was deleted.

0 comments on commit dbe01a9

Please sign in to comment.