diff --git a/site/src/docs/manuals/integration-with-astro/index.md b/site/src/docs/manuals/integration-with-astro/index.md index accd927c..02aa0a87 100644 --- a/site/src/docs/manuals/integration-with-astro/index.md +++ b/site/src/docs/manuals/integration-with-astro/index.md @@ -1,4 +1,4 @@ -# Using Remark42 in Astro (w/Svelte Components) +# Using Remark42 in Astro [Astro](https://astro.build/) is an all-in-one web framework for building fast, content-focused websites. @@ -8,12 +8,12 @@ - **Easy to use:** You don't need to be an expert to build something with Astro. - **Fully-featured, but flexible:** Over 100+ Astro integrations to choose from. -While Astro supports numerous front-end framework [integrations](https://docs.astro.build/en/guides/integrations-guide/#official-integrations) (e.g. React, Vue, SolidJS, etc.) this integration implements [Svelte](https://docs.astro.build/en/guides/integrations-guide/svelte/) components and Astro's [islands architecture](https://docs.astro.build/en/concepts/islands/) for partial hydration. +While Astro supports numerous front-end framework [integrations](https://docs.astro.build/en/guides/integrations-guide/#official-integrations) (e.g. React, Vue, SolidJS, etc.) - -## Svelte Component (Embedded Frame) -### remark42-embed.svelte +## w/ Svelte Components +### Svelte Component (Embedded Frame) +#### remark42-embed.svelte ```js