Skip to content

Commit

Permalink
website: re-generate commons
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Aug 7, 2024
1 parent 5cb5a83 commit 6a7b48f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,21 @@ const config: Config = {
// to: '/docs/newDoc2',
// from: ['/docs/oldDocFrom2019', '/docs/legacyDocFrom2016'],
// },
{
to: '/docs/developer',
from: '/docs/developer-info'
},
{
to: '/docs/maintainer',
from: '/docs/maintainer-info'
},
{
to: '/docs/user',
from: '/docs/user-info'
}
],
createRedirects(existingPath) {
// logger.info(existingPath);
logger.info(existingPath);
// if (existingPath.includes('/evenimente')) {
// // logger.info(`to ${existingPath} from ${existingPath.replace('/evenimente', '/events')}`);
// // Redirect from /events/X to /evenimente/X
Expand Down

0 comments on commit 6a7b48f

Please sign in to comment.