Skip to content

Commit

Permalink
Redirect Lido docs from .../lido/ to .../lido/overview (#464)
Browse files Browse the repository at this point in the history
* lido rediurect

* fix redirect

* set same version in docsaurus
  • Loading branch information
pablomendezroyo authored Jan 14, 2025
1 parent 8e6c890 commit 97f1c15
Show file tree
Hide file tree
Showing 3 changed files with 23,083 additions and 10,644 deletions.
15 changes: 14 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,20 @@ const config = {
locales: ["en"],
},

plugins: [require.resolve("@easyops-cn/docusaurus-search-local")],
plugins: [
require.resolve("@easyops-cn/docusaurus-search-local"),
[
"@docusaurus/plugin-client-redirects",
{
redirects: [
{
from: "/docs/user/staking/ethereum/lsd-pools/lido/",
to: "/docs/user/staking/ethereum/lsd-pools/lido/overview",
},
],
},
],
],

presets: [
[
Expand Down
Loading

0 comments on commit 97f1c15

Please sign in to comment.