docs
docs copied to clipboard
Astro documentation
### 📚 Subject area/topic On-demand rendering, setting response headers in layouts ### 📋 Page(s) affected (or suggested, for new content) https://docs.astro.build/en/guides/on-demand-rendering/#on-demand-rendering-features ### 📋 Description of content that is out-of-date or...
Document the `originPathname` context, implemented in https://github.com/withastro/astro/pull/12373 and first released in `[email protected]`
### 📚 Subject area/topic Endpoints ### 📋 Page(s) affected (or suggested, for new content) https://docs.astro.build/en/guides/endpoints/ ### 📋 Description of content that is out-of-date or incorrect 1. **Update code snippets using...
#### Description (required) Hey there! Carmen from Directus here ✨ We've been hard at work creating official Astro guides, and would love to share them with the community! Hope this...
### 📚 Subject area/topic guides/deploy ### 📋 Page(s) affected (or suggested, for new content) https://docs.astro.build/en/guides/deploy/github/ ### 📋 Description of content that is out-of-date or incorrect The leading slash in the...
Had `src: ImageMetadata | string;` but no `string` handling Alternate solution would be to remove ` | string` from type, I instead opted to use the pattern shown in the...
### 📚 Subject area/topic HTML forms, and Actions ### 📋 Page(s) affected (or suggested, for new content) https://docs.astro.build/en/recipes/build-forms/ ### 📋 Description of content that is out-of-date or incorrect This recipe...
## Description This PR addresses issue #9256 by updating the internationalization (i18n) recipe and guide to improve clarity, integrate modern Astro API features, and ensure they complement each other effectively....
## Description This PR updates the English documentation for deploying Astro sites to GitHub Pages (`guides/deploy/github.mdx`) to address several points of confusion and provide clearer, more accurate instructions. These changes...
## Description (required) This pull request introduces a new recipe page to the Astro documentation titled "Customizing Output File Names." This recipe addresses the need for users to have more...