diff --git a/docs/src/content/docs/resources/plugins.mdx b/docs/src/content/docs/resources/plugins.mdx index 828046735e8..406f188b73a 100644 --- a/docs/src/content/docs/resources/plugins.mdx +++ b/docs/src/content/docs/resources/plugins.mdx @@ -10,6 +10,8 @@ Have you built a plugin or a tool for Starlight? Open a PR adding a link to this page! ::: +import { CardGrid, LinkCard } from '@astrojs/starlight/components'; + ## Plugins [Plugins](/reference/plugins/) can customize Starlight configuration, UI, and behavior, while also being easy to share and reuse. @@ -129,8 +131,6 @@ A theme is a Starlight plugin that changes the visual appearance of a site with ## Community tools and integrations -import { CardGrid, LinkCard } from '@astrojs/starlight/components'; - These community tools and integrations can be used to add features to your Starlight site.