kit
kit copied to clipboard
docs: more build docs
Transforming the adapters document into a more general build doc Closes #8436
The alternative to this is to introduce another top level document (keeping the adapter doc as is) - I'm fine with that, too. Maybe I actually prefer that; opened #8501 for comparison
Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
- [x] It's really useful if your PR references an issue where it is discussed ahead of time. In many cases, features are absent for a reason. For large changes, please create an RFC: https://github.com/sveltejs/rfcs
- [ ] This message body should clearly illustrate what problems it solves.
- [ ] Ideally, include a test that fails without this PR but passes with it.
Tests
- [ ] Run the tests with
pnpm testand lint the project withpnpm lintandpnpm check
Changesets
- [x] If your PR makes a change that should be noted in one or more packages' changelogs, generate a changeset by running
pnpm changesetand following the prompts. Changesets that add features should beminorand those that fix bugs should bepatch. Please prefix changeset messages withfeat:,fix:, orchore:.
🦋 Changeset detected
Latest commit: b5889181fbdf11805bb5243ad42e6e23d893623a
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 6 packages
| Name | Type |
|---|---|
| @sveltejs/adapter-auto | Patch |
| @sveltejs/adapter-cloudflare | Patch |
| @sveltejs/adapter-node | Patch |
| @sveltejs/adapter-static | Patch |
| create-svelte | Patch |
| @sveltejs/kit | Patch |
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
I really hate that we have to bump the adapter packages everytime we update their docs. Maybe we should take this opportunity to move their docs from the READMEs to the docs folder?
That gives me another idea which would be to create a Building Your App section. Within that could live the new page, the general adapters docs, and docs for each individual official adapter.
closing in favour of #8531