Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update integrations-guide/ #10608

Merged
merged 4 commits into from
Jan 7, 2025
Merged

Conversation

jsparkdev
Copy link
Contributor

@jsparkdev jsparkdev commented Jan 4, 2025

Description (required)

Copy link

netlify bot commented Jan 4, 2025

Deploy Preview for astro-docs-2 ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 232c774
🔍 Latest deploy log https://app.netlify.com/sites/astro-docs-2/deploys/677c74ee247f3e00088544d7
😎 Deploy Preview https://deploy-preview-10608--astro-docs-2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@astrobot-houston
Copy link
Contributor

astrobot-houston commented Jan 4, 2025

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 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 in the PR's title (ignoring all files) or by including a tracker directive in the merged commit's description.

Tracked Files

File Note
en/guides/integrations-guide/alpinejs.mdx Source changed, localizations will be marked as outdated.
en/guides/integrations-guide/preact.mdx Source changed, localizations will be marked as outdated.
en/guides/integrations-guide/react.mdx Source changed, localizations will be marked as outdated.
en/guides/integrations-guide/solid-js.mdx Source changed, localizations will be marked as outdated.
en/guides/integrations-guide/svelte.mdx Source changed, localizations will be marked as outdated.
en/guides/integrations-guide/vue.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.

Copy link
Member

@sarah11918 sarah11918 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for jumping on the issue @jsparkdev ! Just a question from me!

@@ -83,16 +83,30 @@ Most package managers will install associated peer dependencies as well. If you

Then, apply the integration to your `astro.config.*` file using the `integrations` property:

```js title="astro.config.mjs" ins={2} ins="solid()"
```js title="astro.config.mjs" ins={2} ins="solidJs()"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just confirming for myself that astro add solid does add the solid integration named this way, so seems like a change consistent with the CLI tool!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that's correct. I'm trying to respect the installation method through CLI as much as possible.

@@ -66,17 +66,17 @@ Most package managers will install associated peer dependencies as well. If you
<PackageManagerTabs>
<Fragment slot="npm">
```sh
npm install svelte
npm install svelte typescript
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should the sentence above also match something like what you added for React? "you'll need to install Svelte with typescript" if you're making this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, thanks to you I also fixed the wrong inline code highlighting :)

Copy link
Member

@sarah11918 sarah11918 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Looks great, and another issue closed! 💪

@jsparkdev jsparkdev merged commit 51fea91 into withastro:main Jan 7, 2025
10 checks passed
@jsparkdev jsparkdev deleted the framework branch January 7, 2025 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants