diff --git a/docusaurus.config.js b/docusaurus.config.js index 4403b2f3..5e16d37d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -23,31 +23,31 @@ module.exports = { position: "left", items: [ { - to: "/documentation", label: "Documentation", + to: "/documentation/", label: "Documentation", }, { - to: "/package-documentation/develop", label: "Package Documentation", + to: "/package-documentation/develop/", label: "Package Documentation", }, { - to: "/tutorials", label: "Tutorials", + to: "/tutorials/", label: "Tutorials", }, { to: "http://pecan.ncsa.illinois.edu/pecan/01-introduction.php", label: "Demo" }, ], }, - { to: "/blog", label: "Blog", position: "left" }, + { to: "/blog/", label: "Blog", position: "left" }, { label: "About", position: "left", items: [ - { to: "/about", label: "About" }, - { to: "/people", label: "People" }, - { to: "/alumni", label: "Alumni" }, - { to: "/news", label: "News" }, + { to: "/about/", label: "About" }, + { to: "/people/", label: "People" }, + { to: "/alumni/", label: "Alumni" }, + { to: "/news/", label: "News" }, ], }, - { to: "/publications", label: "Publications", position: "left" }, + { to: "/publications/", label: "Publications", position: "left" }, { href: "https://github.com/PecanProject", position: "right", @@ -58,8 +58,8 @@ module.exports = { label: "GSoC", position: "left", items: [ - { to: "/gsoc", label: "Contributor Guidance" }, - { to: "/gsoc_ideas", label: "Ideas List" } + { to: "/gsoc/", label: "Contributor Guidance" }, + { to: "/gsoc_ideas/", label: "Ideas List" }, ], }, ], @@ -71,7 +71,7 @@ module.exports = { items: [ { label: "Tutorial", - to: "/documentation/latest", + to: "/documentation/latest/", className: "footer-docs-link", }, ],