Skip to content

Commit

Permalink
docs: remove plugin showcase references
Browse files Browse the repository at this point in the history
  • Loading branch information
HiDeoo committed Nov 28, 2023
1 parent d3ef311 commit 0682f56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions docs/src/content/docs/reference/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -527,8 +527,6 @@ See the [Overrides Reference](/reference/overrides/) for details of all the comp
Extend Starlight with custom plugins.
Plugins apply changes to your project to modify or add to Starlight's features.

Visit the [plugins showcase](/showcase/#community-plugins) to see a list of community plugins.

```js
starlight({
plugins: [starlightPlugin()],
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/reference/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tableOfContents:
Starlight plugins can customize Starlight configuration, UI, and behavior, while also being easy to share and reuse.
This reference page documents the API that plugins have access to.

Lean more about using a Starlight plugin in the [Configuration Reference](/reference/configuration/#plugins) or visit the [plugins showcase](/showcase/#community-plugins) to see a list of community plugins.
Lean more about using a Starlight plugin in the [Configuration Reference](/reference/configuration/#plugins).

## Quick API Reference

Expand Down

0 comments on commit 0682f56

Please sign in to comment.