Skip to content

Commit 3b56bbc

Browse files
docs(ecosystem): added missing disclaimer under Community Plugins section (#330)
1 parent 1c59dff commit 3b56bbc

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/css/ecosystem.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@
2424
.grid-item-1 {
2525
background-color: var(--ifm-table-stripe-background);
2626
}
27+
28+
.ecosystem-page h2 {
29+
margin-top: 2rem;
30+
}

src/pages/ecosystem.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,16 @@ export function PluginCount(props) {
1515
- We guarantee that every community plugin respects Fastify best practices (tests, etc) at the time they have been added to the list. We offer no guarantee on their maintenance
1616
- Can't find the plugin you're looking for? No problem, <Link to='/docs/latest/Guides/Write-Plugin'>you can learn how to do it!</Link>
1717

18+
<div className="ecosystem-page">
19+
1820
## Core Plugins
1921

2022
<PluginsTable plugins={plugins.corePlugins} />
2123

2224
## Community Plugins
2325

26+
</div>
27+
28+
> ℹ️ Note: Fastify community plugins are part of the broader community efforts, and we are thankful for these contributions. However, they are not maintained by the Fastify team. Use them at your own discretion. If you find malicious code, please [open an issue](https://github.com/fastify/fastify/issues/new/choose) or submit a PR to remove the plugin from the list.
29+
2430
<PluginsTable plugins={plugins.communityPlugins} />

0 commit comments

Comments
 (0)