docs icon indicating copy to clipboard operation
docs copied to clipboard

Astro documentation

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

add line 224, 225, 383 #### Description (required) #### Related issues & labels (optional) - Closes # - Suggested label:

i18n

#### Description (required) I translated nav.ts. #### Related issues & labels (optional) - Suggested label: i18n #### First-time contributor to Astro Docs? @tarik

i18n

### πŸ“š Subject area/topic Runtime API ### πŸ“‹ Page(s) affected (or suggested, for new content) https://docs.astro.build/en/reference/api-reference/#astrocanonicalurl ### πŸ“‹ Description of content that is out-of-date or incorrect I was implementing logic...

improve documentation
good first issue
help wanted

### πŸ“š Subject area/topic View Transitions ### πŸ“‹ Suggested page Either on the View Transitions page (https://docs.astro.build/en/guides/view-transitions/#lifecycle-events) or on some reference page ### πŸ“‹ General description or bullet points (if...

add new content
help wanted

### πŸ“š Subject area/topic Nanostores ### πŸ“‹ Page(s) affected (or suggested, for new content) https://docs.astro.build/en/recipes/sharing-state-islands/ https://docs.astro.build/en/recipes/sharing-state/ ### πŸ“‹ Description of content that is out-of-date or incorrect Currently, the docs pertaining...

improve documentation
help wanted

### πŸ“š Subject area/topic @astrojs/tailwind ### πŸ“‹ Suggested page https://docs.astro.build/en/guides/integrations-guide/tailwind/ ### πŸ“‹ General description or bullet points (if proposing new content) The `@astrojs/tailwind` integration can be a bit confusing at...

add new content
help wanted

### πŸ“‹ Explain your issue I wanted to add the remarkToc plugin to my astro config as described in the [documentation](https://docs.astro.build/en/reference/configuration-reference/#markdownremarkplugins). ```js export default defineConfig({ markdown: { remarkPlugins: [remarkToc], },...

improve documentation
help wanted

### πŸ“‹ Explain your issue The [/view-transitions/#script-re-execution](https://docs.astro.build/en/guides/view-transitions/#script-re-execution) section I think is not correctly directing users to the truly happy path. Ideally for most users a lifecycle event would be listened...

improve documentation
help wanted

### πŸ“š Subject area/topic Imports ### πŸ“‹ Page(s) affected (or suggested, for new content) https://docs.astro.build/en/guides/imports/#node-builtins ### πŸ“‹ Description of content that is out-of-date or incorrect The β€œNode Builtins” section in...

improve documentation
help wanted

### Astro Info ```block Astro: v4.5.6 Output: static ``` ### Describe the Bug Newlines are left as real whitespace in the HTML output, instead of being removed. Input ```astro A...

improve documentation
help wanted