-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
site: sync to current svelte.dev #10187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 50 commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
e3d4f10
Push
PuruVJ d4acf2c
meh
PuruVJ 8a7aea4
Delete hovers, use sitekit
PuruVJ 63fd2e0
Remove logs, enable caching
PuruVJ b8398eb
Move FAQ to docs
PuruVJ 905bbc9
Load of fixes
PuruVJ 96cf843
Somewhat satisfactory
PuruVJ d0c545a
Fix type links
PuruVJ d12fee5
Apply suggestions from code review
PuruVJ 4f7bd7e
Bump site-kit
PuruVJ c06babc
Merge remote-tracking branch 'upstream/master' into feat/site-kit-6
PuruVJ 61b7c8c
Don't use check-doc-links
PuruVJ d0c466e
Update sites/kit.svelte.dev/scripts/check-doc-links.js
PuruVJ 845cfc4
Bump site-kit
PuruVJ 980e346
Bump site-kit
PuruVJ 06070ff
Bump site-kit
PuruVJ 6e107b7
Fix FAQ redirect
PuruVJ 472abf2
update dts-buddy
benmccann cb7f9aa
merge master
benmccann 6679f51
update lockfile
benmccann fc720d0
merge master
benmccann 8156378
upgrade dts-buddy
benmccann 83b3c33
Push, asyncify
PuruVJ ef5d76d
Update sites/kit.svelte.dev/src/lib/server/docs/types.d.ts
PuruVJ 2c1c2ac
Add category
PuruVJ b0bb44e
Fix
PuruVJ e3d8ce3
fix
PuruVJ 898a7c8
Typescript 5.0.4
PuruVJ 3445c14
pnpm install
PuruVJ 647e285
Remove $types
PuruVJ ba4f0cc
fix a couple issues with dependency upgrades
benmccann 529d762
merge master
benmccann 2f8f22f
Add errors annotation
PuruVJ f0c1aa5
Bump de[s
PuruVJ e115318
FAQ hashes preserve
PuruVJ 38c58b1
Delete check doc links
PuruVJ b7482a9
Merge remote-tracking branch 'upstream/master' into feat/site-kit-6
PuruVJ f9d05bf
Push new terminal
PuruVJ 1afeebc
Delete Try.svelte
PuruVJ 34b92d2
Merge remote-tracking branch 'upstream/master' into feat/site-kit-6
PuruVJ 01a8750
Bump deps
PuruVJ db7bc51
Push
PuruVJ 714e3f8
Bump site-kit
PuruVJ 07cc696
merge master
benmccann 7c32fe3
fix warning
benmccann eacc032
update site-kit
gtm-nayan 3302c1f
revert ts downgrade
gtm-nayan 125659e
fix link to integrations page
gtm-nayan 06757ba
Bumps deps, fix link
PuruVJ b0b502e
Merge remote-tracking branch 'refs/remotes/origin/feat/site-kit-6' in…
PuruVJ 7b163a4
Update footer
PuruVJ ffd7571
faq +page.js
PuruVJ c9adf42
Update sites/kit.svelte.dev/src/routes/docs/[slug]/+page.server.js
PuruVJ eda1854
FIx discord link
PuruVJ c8d91c0
Merge remote-tracking branch 'upstream/master' into feat/site-kit-6
PuruVJ dbf986f
Add lighteningcss
PuruVJ File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -254,7 +254,7 @@ src/routes/ | |
| Not all use cases are suited for layout grouping, nor should you feel compelled to use them. It might be that your use case would result in complex `(group)` nesting, or that you don't want to introduce a `(group)` for a single outlier. It's perfectly fine to use other means such as composition (reusable `load` functions or Svelte components) or if-statements to achieve what you want. The following example shows a layout that rewinds to the root layout and reuses components and functions that other layouts can also use: | ||
|
|
||
| ```svelte | ||
| /// file: src/routes/nested/route/[email protected] | ||
| <!--- file: src/routes/nested/route/[email protected] ---> | ||
| <script> | ||
| import ReusableLayout from '$lib/ReusableLayout.svelte'; | ||
| export let data; | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.