Skip to content

Commit

Permalink
filip(fix): add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
fstoqnov-iohk committed Apr 30, 2024
1 parent c9bbcdd commit e5df46f
Show file tree
Hide file tree
Showing 8 changed files with 2,066 additions and 5,271 deletions.

Large diffs are not rendered by default.

4,489 changes: 1,397 additions & 3,092 deletions .docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json

Large diffs are not rendered by default.

17 changes: 16 additions & 1 deletion .docusaurus/docusaurus.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,21 @@ export default {
"console"
]
}
],
[
"@docusaurus/plugin-client-redirects",
{
"redirects": [
{
"to": "/cardano-testnets/tools/faucet",
"from": "/cardano-testnet/tools/faucet"
},
{
"to": "/release-notes/comp-matrix",
"from": "/tools/comp-matrix"
}
]
}
]
],
"presets": [
Expand All @@ -37,7 +52,7 @@ export default {
"docs": {
"sidebarPath": "./sidebars.ts",
"routeBasePath": "/",
"editUrl": "https://github.com/input-output-hk/cardano-documentation"
"editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/"
},
"theme": {
"customCss": "./src/css/custom.css"
Expand Down

0 comments on commit e5df46f

Please sign in to comment.