docs: sync documentation with QuickStack changes (week of 2026-04-27)#10
Merged
Conversation
- Add new build-methods.mdx page documenting Railpack and Dockerfile build methods for Git-based apps (PR #91) - Update first-app-from-git.mdx: Railpack is now the default build method; Dockerfile no longer required for new apps - Update redeploy-and-rollbacks.mdx: reference build method in the 'What Deploy does' section - Update deployments/meta.json to include the new build-methods page Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Weekly Documentation Sync — 2026-04-27
This PR updates the documentation to reflect recent changes merged into biersoeckli/QuickStack during the past 7 days.
Code changes reviewed
5f59c03bba3ce688d4d555c1b923cffcc65–dc7f6087638d444Documentation updates made
content/docs/how-to/deployments/build-methods.mdxbuildMethodfield (RAILPACK|DOCKERFILE) for Git appscontent/docs/tutorials/first-app-from-git.mdxcontent/docs/how-to/deployments/redeploy-and-rollbacks.mdxcontent/docs/how-to/deployments/meta.jsonbuild-methodsto the pages arraySummary of PR #91 (Railpack build method)
PR #91 adds Railpack as an alternative build method for Git-based apps. Railpack (by Railway) auto-detects the language/framework and builds a Docker image without requiring a Dockerfile. Key details:
buildMethodfield onAppmodel:RAILPACK|DOCKERFILERAILPACK20260424110000): kept onDOCKERFILE