Skip to content

Commit b1b9a75

Browse files
authored
docs(guides/ecosystem): remove archived core plugins (fastify#5712)
Signed-off-by: Frazer Smith <[email protected]>
1 parent 7ddced6 commit b1b9a75

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

docs/Guides/Ecosystem.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ section.
1212
[accepts](https://www.npmjs.com/package/accepts) in your request object.
1313
- [`@fastify/accepts-serializer`](https://github.com/fastify/fastify-accepts-serializer)
1414
to serialize to output according to the `Accept` header.
15-
- [`@fastify/any-schema`](https://github.com/fastify/any-schema-you-like) Save
16-
multiple schemas and decide which one to use to serialize the payload.
1715
- [`@fastify/auth`](https://github.com/fastify/fastify-auth) Run multiple auth
1816
functions in Fastify.
1917
- [`@fastify/autoload`](https://github.com/fastify/fastify-autoload) Require all
@@ -43,10 +41,7 @@ section.
4341
[CSRF](https://en.wikipedia.org/wiki/Cross-site_request_forgery) protection to
4442
Fastify.
4543
- [`@fastify/diagnostics-channel`](https://github.com/fastify/fastify-diagnostics-channel)
46-
Plugin to deal with `diagnostics_channel` on Fastify
47-
- [`@fastify/early-hints`](https://github.com/fastify/fastify-early-hints) Plugin
48-
to add HTTP 103 feature based on [RFC
49-
8297](https://datatracker.ietf.org/doc/html/rfc8297).
44+
Plugin to deal with `diagnostics_channel` on Fastify.
5045
- [`@fastify/elasticsearch`](https://github.com/fastify/fastify-elasticsearch)
5146
Plugin to share the same ES client.
5247
- [`@fastify/env`](https://github.com/fastify/fastify-env) Load and check
@@ -124,8 +119,6 @@ section.
124119
HTTP errors and assertions, but also more request and reply methods.
125120
- [`@fastify/session`](https://github.com/fastify/session) a session plugin for
126121
Fastify.
127-
- [`@fastify/soap-client`](https://github.com/fastify/fastify-soap-client) a SOAP
128-
client plugin for Fastify.
129122
- [`@fastify/static`](https://github.com/fastify/fastify-static) Plugin for
130123
serving static files as fast as possible.
131124
- [`@fastify/swagger`](https://github.com/fastify/fastify-swagger) Plugin for

0 commit comments

Comments
 (0)