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

Move import statement in resources/plugins.mdx after Aside (because it's already used before it's imported...) #2581

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/src/content/docs/resources/plugins.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.

<CardGrid>
Expand Down
Loading