Skip to content

docs: sync documentation with QuickStack changes (week of 2026-04-27)#10

Merged
biersoeckli merged 3 commits into
mainfrom
doc-sync/2026-04-27-c97fdeedd668411e
May 14, 2026
Merged

docs: sync documentation with QuickStack changes (week of 2026-04-27)#10
biersoeckli merged 3 commits into
mainfrom
doc-sync/2026-04-27-c97fdeedd668411e

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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

Commit Message User-visible?
5f59c03 Merge PR #91: Feat/add railpack as build method ✅ Yes
bba3ce6 feat: added railpack build process for git apps ✅ Yes (part of #91)
88d4d55 test: fixed failing tests ❌ Internal only
5c1b923 test: add integration tests for railpack/dockerfile ❌ Internal only
cffcc65dc7f6087 chore: CI/workflow/test infra updates ❌ Internal only
638d444 fix: replaced libredesk logo ❌ UI icon, no doc impact

Documentation updates made

Doc file Change Reason
content/docs/how-to/deployments/build-methods.mdx New page — documents Railpack and Dockerfile build methods, when to use each, configuration steps, and troubleshooting PR #91 introduced buildMethod field (RAILPACK | DOCKERFILE) for Git apps
content/docs/tutorials/first-app-from-git.mdx Updated intro, prerequisites, inputs table, and Step 2 to reflect that Railpack is the new default (no Dockerfile required) Previously the tutorial assumed Dockerfile was the only build method
content/docs/how-to/deployments/redeploy-and-rollbacks.mdx Updated "What Deploy does" to reference the configurable build method instead of hardcoding "via BuildKit" Accuracy update following PR #91
content/docs/how-to/deployments/meta.json Added build-methods to the pages array Required to surface the new page in the sidebar

Summary 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:

  • New buildMethod field on App model: RAILPACK | DOCKERFILE
  • Default for new apps: RAILPACK
  • Existing Git apps (migrated via DB migration 20260424110000): kept on DOCKERFILE
  • UI change: new Build Method selector in the app's General → Source settings tab
  • Deployments overview now shows the build method used per deployment

Generated by Weekly Documentation Sync · ● 1.7M ·

- 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>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
quickstack-docs Ready Ready Preview, Comment May 14, 2026 1:37pm

Request Review

@biersoeckli biersoeckli marked this pull request as ready for review May 14, 2026 13:35
@biersoeckli biersoeckli merged commit 8a27038 into main May 14, 2026
1 of 2 checks passed
@biersoeckli biersoeckli deleted the doc-sync/2026-04-27-c97fdeedd668411e branch May 14, 2026 13:37
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.

1 participant