File tree Expand file tree Collapse file tree 5 files changed +3
-167
lines changed
apps/svelte.dev/src/routes
packages/site-kit/src/lib Expand file tree Collapse file tree 5 files changed +3
-167
lines changed Original file line number Diff line number Diff line change 1
1
<script lang =" ts" >
2
2
import { page } from ' $app/stores' ;
3
- import { copy_code_descendants } from ' @sveltejs/site-kit/actions' ;
4
3
import { Text } from ' @sveltejs/site-kit/components' ;
5
4
import { setupDocsHovers } from ' @sveltejs/site-kit/docs' ;
6
5
22
21
</svelte:head >
23
22
24
23
<div class =" content" >
25
- <article class =" post listify text" use:copy _code_descendants >
24
+ <article class =" post listify text" >
26
25
<h1 >{data .metadata .title }</h1 >
27
26
<p class ="standfirst" >{data .metadata .description }</p >
28
27
Original file line number Diff line number Diff line change 1
1
<script lang =" ts" >
2
2
import { Icon , Text } from ' @sveltejs/site-kit/components' ;
3
- import { copy_code_descendants , legacy_details } from ' @sveltejs/site-kit/actions' ;
3
+ import { legacy_details } from ' @sveltejs/site-kit/actions' ;
4
4
import { setupDocsHovers } from ' @sveltejs/site-kit/docs' ;
5
5
import OnThisPage from ' ./OnThisPage.svelte' ;
6
6
import Breadcrumbs from ' ./Breadcrumbs.svelte' ;
23
23
<meta name ="Description" content =" {data .document .metadata .title } • Svelte documentation" />
24
24
</svelte:head >
25
25
26
- <div id =" docs-content" use:copy _code_descendants use: legacy _details>
26
+ <div id =" docs-content" use:legacy _details>
27
27
<header >
28
28
<Breadcrumbs breadcrumbs ={data .document .breadcrumbs .slice (1 )} />
29
29
<h1 >{data .document .metadata .title }</h1 >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
export { click_outside } from './click-outside' ;
2
- export { copy_code_descendants } from './copy-code-descendants' ;
3
2
export { focus_outside } from './focus-outside' ;
4
3
export { focusable_children , trap } from './focus' ;
5
4
export { root_scroll } from './root-scroll' ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments