Skip to content

Commit dce3cec

Browse files
committed
fix: use href for external package documentation and tutorials
1 parent 9d69a26 commit dce3cec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = {
2626
to: "/documentation/", label: "Documentation",
2727
},
2828
{
29-
to: "/package-documentation/develop/", label: "Package Documentation",
29+
href: "/package-documentation/develop/", label: "Package Documentation",
3030
},
3131
{
3232
to: "/tutorials/", label: "Tutorials",

0 commit comments

Comments
 (0)