Skip to content

Commit f6d43f4

Browse files
authored
Merge pull request #150 from argos-ci/redirect-notification-to-pull-request-comments
redirect notification to pull request comments
2 parents 3857c2a + eac1682 commit f6d43f4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docusaurus.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const config = {
4040
// External docs
4141
const fullPath = `docs/${params.docPath}`;
4242
const externalPackage = externalPackages.find((p) =>
43-
fullPath.startsWith(p.target),
43+
fullPath.startsWith(p.target)
4444
);
4545
if (externalPackage) {
4646
return `https://github.com/argos-ci/argos-javascript/blob/main/${externalPackage.src}/index.mdx`;
@@ -93,6 +93,10 @@ const config = {
9393
from: "/quickstart/remix",
9494
to: "/quickstart/react-router",
9595
},
96+
{
97+
from: "/notifications",
98+
to: "/pull-request-comments",
99+
},
96100
],
97101
},
98102
],

0 commit comments

Comments
 (0)