Open Issues Need Help
View All on GitHubAI Summary: Update the Astro documentation's content loader API reference page to reflect that the built-in `file()` and `glob()` loaders now support TOML files in addition to their existing support for Markdown, YAML, and JSON. The update should be consistent with the existing wording in the content collections guide page.
AI Summary: Update the Astro documentation's Strapi guide to reflect changes in Strapi v5, specifically addressing the removal of the `attributes` field, the introduction of `documentId`, and recommending the use of the official Strapi client library instead of a custom fetch function. This involves modifying the existing French translation of the guide.
AI Summary: Update the Astro documentation's authentication guide to explicitly mention the need to set `prerender = false` in dynamic API routes using `better-auth` to avoid a `getStaticPaths()` error. This involves adding a note or code example to the relevant section of the guide.