Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit 43113c3

Browse files
committed
(docs): Adding a redirect for the database plugin guide.
1 parent 06a964d commit 43113c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docusaurus.config.js

+4
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,10 @@ module.exports = {
198198
"@docusaurus/plugin-client-redirects",
199199
{
200200
redirects: [
201+
{
202+
to: "/guides/database",
203+
from: ["/plugins/guides/database/"]
204+
},
201205
{
202206
to: "/guides/message-broker",
203207
from: ["/how-to/create-message-broker"]

0 commit comments

Comments
 (0)