Skip to content

docs: add note about SvelteKit adapters for non-Deploy targets#3031

Open
bartlomieju wants to merge 1 commit into
mainfrom
docs/svelte-adapters-note
Open

docs: add note about SvelteKit adapters for non-Deploy targets#3031
bartlomieju wants to merge 1 commit into
mainfrom
docs/svelte-adapters-note

Conversation

@bartlomieju
Copy link
Copy Markdown
Member

Summary

  • Adds a tip box in the Svelte tutorial's deploy section pointing users to SvelteKit's adapter docs for non-Deno Deploy platforms (Node.js, Cloudflare, Netlify, self-hosting)

Closes #2893

Test plan

  • Verify the tip box renders correctly on the Svelte tutorial page

🤖 Generated with Claude Code

Adds a tip pointing users to SvelteKit's adapter documentation
if they plan to deploy to platforms other than Deno Deploy.

Closes #2893

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown
Contributor

@fibibot fibibot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adds a :::tip callout in examples/tutorials/svelte.md:295 directing non-Deploy users to SvelteKit's adapter docs. Placement between the "ready for deployment" sentence and the Deno Deploy paragraph reads naturally. https://svelte.dev/docs/kit/adapters resolves and lists the platforms named in the callout (Node, Cloudflare, Netlify, etc.). CI green.

  • nit: frontmatter last_modified: 2025-09-29 wasn't bumped — the repo guide expects substantive content changes to refresh it.

Copy link
Copy Markdown
Contributor

@lunadogbot lunadogbot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new :::tip Other deployment targets callout is placed after the Deno adapter build output and before the Deno Deploy-specific instructions, so it does not change the tutorial path for Deploy users. https://svelte.dev/docs/kit/adapters returns 200, and both lint and link check and Deploy are green.

  • nit: last_modified: 2025-09-29 was not bumped for this content change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feedback: /examples/svelte_tutorial/ - Positive

3 participants