Skip to content

Commit

Permalink
docs: redirect to new ts docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyunc committed Sep 11, 2024
1 parent 91bd2cc commit bc5ce7e
Show file tree
Hide file tree
Showing 3 changed files with 11,668 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs.renegade.fi/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,19 @@ const config = {
onBrokenMarkdownLinks: "warn",
favicon: "img/favicon.ico",

plugins: [require.resolve("./plugins.js")],
plugins: [require.resolve("./plugins.js"),
[
'@docusaurus/plugin-client-redirects',
{
redirects: [
{
to: '/technical-reference/typescript-sdk',
from: '/typescript-sdk/getting-started',
},
],
},
],
],

// Even if you don't use internalization, you can use this field to set useful
// metadata like html lang. For example, if your site is Chinese, you may want
Expand Down
1 change: 1 addition & 0 deletions docs.renegade.fi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
},
"dependencies": {
"@docusaurus/core": "^3.0.0",
"@docusaurus/plugin-client-redirects": "^3.5.2",
"@docusaurus/preset-classic": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
Expand Down
Loading

0 comments on commit bc5ce7e

Please sign in to comment.