withastro / docs

Astro documentation
https://docs.astro.build/
MIT License
1.23k stars 1.32k forks source link

docs: add preact devtools option #8164

Closed florian-lefebvre closed 1 week ago

florian-lefebvre commented 2 weeks ago

Description (required)

Documents the addition of a devtools option for the preact integration.

Related issues & labels (optional)

For Astro version: 4.8. See astro PR #10938.

vercel[bot] commented 2 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview May 8, 2024 3:55pm
1 Ignored Deployment | Name | Status | Preview | Updated (UTC) | | :--- | :----- | :------ | :------ | | **docs-i18n** | ⬜️ Ignored ([Inspect](https://vercel.com/astrodotbuild/docs-i18n/HxYkRnDDNNNtDawmvbAZzi81da7V)) | | May 8, 2024 3:55pm |
astrobot-houston commented 2 weeks ago

Lunaria Status Overview

🌕 This pull request will trigger status changes.

Learn more By default, every PR changing files present in the [Lunaria configuration's `files` property](https://lunaria.dev/reference/configuration/#files-required) will be considered and trigger status changes accordingly. You can change this by adding one of the keywords present in the [`ignoreKeywords` property in your Lunaria configuration file](https://lunaria.dev/reference/configuration/#ignorekeywords) in the PR's title (ignoring all files) or by [including a tracker directive](https://lunaria.dev/guides/tracking/#tracker-directives) in the merged commit's description.

Tracked Files

Locale File Note
en guides/integrations-guide/preact.mdx Source changed, localizations will be marked as outdated.
Warnings reference | Icon | Description | | ---- | ------------------------------------------------------------------------------------------------------------------------------------------------- | | 🔄️ | The source for this localization has been updated since the creation of this pull request, make sure all changes in the source have been applied. |
sarah11918 commented 2 weeks ago

D'oh! Our <Since /> component is hard-coded to say "astro" because it wasn't available for these other pages in our previous setup. Let me see whether it's easy enough for me to update the component to take an additional prop, or whether we just use Markdown to "fake" this (like we used to)

image

sarah11918 commented 1 week ago

Updating branch and pointing to 4.8.0 branch!