Skip to content

Commit

Permalink
feat(academy): redirected /academy -> /academy/overview
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Feb 13, 2024
1 parent b842650 commit 4314a24
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,9 @@ const config = {
{
type: 'docsVersionDropdown',
position: 'right',
dropdownItemsAfter: [{ to: '/ontology/schemas/credential-dataset-description', label: 'Latest version' }],
dropdownItemsAfter: [
{ to: '/ontology/schemas/credential-dataset-description', label: 'Latest version' }
],
docsPluginId: 'ontology',
dropdownActiveClassDisabled: true
},
Expand Down Expand Up @@ -375,6 +377,17 @@ const config = {
path: 'commands',
routeBasePath: 'commands/'
}
],
[
'@docusaurus/plugin-client-redirects',
{
redirects: [
{
to: '/academy/overview',
from: '/academy'
}
]
}
]
],
scripts: ['/js/matomo.js', '/js/redirect.js']
Expand Down

0 comments on commit 4314a24

Please sign in to comment.