Skip to content

Commit

Permalink
Add redirect plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
orishoshan committed Jun 29, 2023
1 parent ea88ef3 commit 063b062
Show file tree
Hide file tree
Showing 4 changed files with 387 additions and 12,972 deletions.
15 changes: 14 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,21 @@ const config = {
{ src: "/pixels.js", async: true },
],
plugins: [
['@docusaurus/plugin-client-redirects',
{
redirects: [
{
from: '/getting-started/oss-installation',
to: '/installation',
},
// Redirect from multiple old paths to the new path
// {
// to: '/docs/newDoc2',
// from: ['/docs/oldDocFrom2019', '/docs/legacyDocFrom2016'],
// },
],
}],
["docusaurus-plugin-includes", {}],
["docusaurus-plugin-hotjar", {}],
[
"@docusaurus/plugin-google-gtag",
{
Expand Down
Loading

0 comments on commit 063b062

Please sign in to comment.