Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blueprints/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- [Resilient apps use multiple Machines](/docs/blueprints/resilient-apps-multiple-machines/)
- [Getting Started with N-Tier Architecture](/docs/blueprints/n-tier-architecture/)
- [Shared Nothing Architecture](/docs/blueprints/shared-nothing/)
- [Session Affinity (a.k.a. Sticky Sessions)](/docs/blueprints/sticky-sessions/)

Check warning on line 17 in blueprints/index.html.md

View workflow job for this annotation

GitHub Actions / Vale linter

[vale] reported by reviewdog 🐶 [Fly.WordList] Consider using 'or' or 'also known as' instead of 'a.k.a'. Raw Output: {"message": "[Fly.WordList] Consider using 'or' or 'also known as' instead of 'a.k.a'.", "location": {"path": "blueprints/index.html.md", "range": {"start": {"line": 17, "column": 22}}}, "severity": "INFO"}
- [Multi-region databases and fly-replay](/docs/blueprints/multi-region-fly-replay/)
- [Deploying Remote MCP Servers](/docs/blueprints/remote-mcp-servers/)

Expand All @@ -24,12 +24,12 @@
Stuff you set up once and adjust when you ship code. Includes previews, base images, staging, and Docker wrangling.

- [Working with Docker on Fly.io](/docs/blueprints/working-with-docker/) **NEW!**
- [Custom Deploy Workflows](/docs/blueprints/custom-deploy-workflows/) **NEW!**
- [Custom Deploy Workflows](/docs/blueprints/custom-deploy-workflows/)
- [Seamless Deployments on Fly.io](/docs/blueprints/seamless-deployments/)
- [Rollback Guide](/docs/blueprints/rollback-guide/)
- [Git Branch Preview Environments on Github](/docs/blueprints/review-apps-guide/)

Check warning on line 30 in blueprints/index.html.md

View workflow job for this annotation

GitHub Actions / Vale linter

[vale] reported by reviewdog 🐶 [Fly.Spelling] Is 'Github' a typo? Raw Output: {"message": "[Fly.Spelling] Is 'Github' a typo?", "location": {"path": "blueprints/index.html.md", "range": {"start": {"line": 30, "column": 39}}}, "severity": "INFO"}
- [Staging and production isolation](/docs/blueprints/staging-prod-isolation/)
- [Per-User Dev Environments with Fly Machines](/docs/blueprints/per-user-dev-environments/)

Check failure on line 32 in blueprints/index.html.md

View workflow job for this annotation

GitHub Actions / Vale linter

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'dev' instead of 'Dev'. Raw Output: {"message": "[Vale.Terms] Use 'dev' instead of 'Dev'.", "location": {"path": "blueprints/index.html.md", "range": {"start": {"line": 32, "column": 13}}}, "severity": "ERROR"}
- [Using base images for faster deployments](/docs/blueprints/using-base-images-for-faster-deployments/)
- [Managing Docker Images with Fly.io's Private Registry](/docs/blueprints/using-the-fly-docker-registry/)

Expand Down
Loading