docs icon indicating copy to clipboard operation
docs copied to clipboard

Results 134 docs issues
Sort by recently updated
recently updated
newest added

I found an issue with this document. Title: Managing Fly Postgres Location: https://fly.io/docs/postgres/managing/ Source: https://github.com/superfly/docs/blob/main/postgres/managing.html.markerb ### Describe the issue The current documentation lacks information in several areas: 1. **Schema Migrations**:...

### Summary of changes Create a page in the Laravel section of Fly.io docs to include a page that explains the steps needed in setting Vite environment variable! ### Preview...

### Summary of changes The log shipper sometimes stops working randomly, so it's good to have a health check. This configuration was recommended to me by Leslie from Fly support....

I found an issue with this document. Title: Using Our Brand Location: https://fly.io/docs/about/brand/ Source: https://github.com/superfly/docs/blob/main/about/brand.html.markerb ### Describe the issue Hello, I'm writing an article about fly.io, and I had some...

Not my best writing but wanted to get this out there.

I found an issue with this document. Title: Guidelines for concurrency settings Location: https://fly.io/docs/apps/concurrency/ Source: https://github.com/superfly/docs/blob/main/apps/concurrency.html.markerb ### Describe the issue connections are TCP connections. Multiple requests can be sent over...

### Summary of changes Added a link to https://arcjet.com/pricing

### Summary of changes Update dockerfile package name in docs (https://fly.io/docs/js/frameworks/nextjs/#generating-your-next-js-dockerfile) ### Preview Before: ![before](https://github.com/user-attachments/assets/c68048ce-2ab4-4c9c-9253-5e8f9232594c) After: ![after](https://github.com/user-attachments/assets/58f55cf2-207f-4de1-a2a3-0fbd3798b546) ### Related Fly.io community and GitHub links N/A ### Notes Don't merge this...

### Summary of changes ### Preview ### Related Fly.io community and GitHub links ### Notes

### Correction in Rust framework ### Summary of changes Dynamically insert the correct framework name based on the runtime variable passed in the locals object when rendering the partial. The...