-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
docs: more build docs #8500
docs: more build docs #8500
Conversation
🦋 Changeset detectedLatest commit: b588918 The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 packages
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 |
Transforming the adapters document into a more general build doc closes #8500
84cb5eb
to
ccf95db
Compare
Transforming the adapters document into a more general build doc closes #8500
ccf95db
to
dc787f7
Compare
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 |
* docs: more build docs Transforming the adapters document into a more general build doc closes #8500 * fix * docs: move adapter docs to site * update page titles * ignore typescript errors * revert url change * some more reversions * reorder sidebar * tweaks * rename to build and deploy * fix casing * tweaks * separate out writing section * tweaks * formatting * tweaks * expose App.Platform automatically if adapter-cloudflare-workers is installed * Update .changeset/hungry-singers-tease.md * Update .changeset/hungry-singers-tease.md * fix links * amend App.Platform * fix, hopefully * tweaks Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com> Co-authored-by: Rich Harris <hello@rich-harris.dev> Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
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:
Tests
pnpm test
and lint the project withpnpm lint
andpnpm check
Changesets
pnpm changeset
and following the prompts. Changesets that add features should beminor
and those that fix bugs should bepatch
. Please prefix changeset messages withfeat:
,fix:
, orchore:
.