Skip to content

Commit

Permalink
Merge pull request #615 from input-output-hk/filip/feat/redirects
Browse files Browse the repository at this point in the history
filip(fix): adjust redirects
  • Loading branch information
fstoqnov-iohk authored May 14, 2024
2 parents 37e49f2 + d14e00e commit 64c8405
Show file tree
Hide file tree
Showing 7 changed files with 305 additions and 336 deletions.
30 changes: 29 additions & 1 deletion .docusaurus/docusaurus.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default {
"from": "/development-guidelines/use-cli/"
},
{
"to": "/developer-resources/welcome",
"to": "/developer-resources/transaction-tutorials/",
"from": "/development-guidelines/transaction-tutorials/introduction/"
},
{
Expand Down Expand Up @@ -530,6 +530,34 @@ export default {
{
"to": "/developer-resources/release-notes/release-notes",
"from": "/tools/release-notes/"
},
{
"to": "/",
"from": "/en/latest/"
},
{
"to": "/developer-resources/transaction-tutorials/",
"from": "/development-guidelines/transaction-tutorials/minting-transaction/"
},
{
"to": "/developer-resources/transaction-tutorials/",
"from": "/transaction-tutorials/stake-transaction/"
},
{
"to": "/developer-resources/transaction-tutorials/",
"from": "/development-guidelines/transaction-tutorials/withdraw-transaction/"
},
{
"to": "/developer-resources/transaction-tutorials/",
"from": "/transaction-tutorials/redelegate-transaction/"
},
{
"to": "/developer-resources/transaction-tutorials/",
"from": "/development-guidelines/transaction-tutorials/multiple-purposes/"
},
{
"to": "https://cardano.stackexchange.com/",
"from": "/community/cardano-stack-exchange/"
}
]
}
Expand Down
178 changes: 85 additions & 93 deletions .docusaurus/registry.js

Large diffs are not rendered by default.

35 changes: 0 additions & 35 deletions .docusaurus/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,6 @@ import React from 'react';
import ComponentCreator from '@docusaurus/ComponentCreator';

export default [
{
path: '/__docusaurus/debug',
component: ComponentCreator('/__docusaurus/debug', '9f6'),
exact: true
},
{
path: '/__docusaurus/debug/config',
component: ComponentCreator('/__docusaurus/debug/config', 'eb0'),
exact: true
},
{
path: '/__docusaurus/debug/content',
component: ComponentCreator('/__docusaurus/debug/content', 'ad9'),
exact: true
},
{
path: '/__docusaurus/debug/globalData',
component: ComponentCreator('/__docusaurus/debug/globalData', '07c'),
exact: true
},
{
path: '/__docusaurus/debug/metadata',
component: ComponentCreator('/__docusaurus/debug/metadata', '9b8'),
exact: true
},
{
path: '/__docusaurus/debug/registry',
component: ComponentCreator('/__docusaurus/debug/registry', 'ddb'),
exact: true
},
{
path: '/__docusaurus/debug/routes',
component: ComponentCreator('/__docusaurus/debug/routes', '628'),
exact: true
},
{
path: '/',
component: ComponentCreator('/', '13a'),
Expand Down
Loading

1 comment on commit 64c8405

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for cardano-documentation ready!

✅ Preview
https://cardano-documentation-8oyjaq02i-iog.vercel.app
https://cardano-documentation.vercel.app

Built with commit 64c8405.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.