Skip to content

Commit ebfd512

Browse files
authored
feat: add publications page link to navbar (#143)
1 parent 75c9e7b commit ebfd512

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docusaurus.config.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,31 +23,31 @@ module.exports = {
2323
position: "left",
2424
items: [
2525
{
26-
to: "/documentation", label: "Documentation",
26+
to: "/documentation/", label: "Documentation",
2727
},
2828
{
29-
to: "/package-documentation/develop", label: "Package Documentation",
29+
to: "/package-documentation/develop/", label: "Package Documentation",
3030
},
3131
{
32-
to: "/tutorials", label: "Tutorials",
32+
to: "/tutorials/", label: "Tutorials",
3333
},
3434
{
3535
to: "http://pecan.ncsa.illinois.edu/pecan/01-introduction.php", label: "Demo"
3636
},
3737
],
3838
},
39-
{ to: "/blog", label: "Blog", position: "left" },
39+
{ to: "/blog/", label: "Blog", position: "left" },
4040
{
4141
label: "About",
4242
position: "left",
4343
items: [
44-
{ to: "/about", label: "About" },
45-
{ to: "/people", label: "People" },
46-
{ to: "/alumni", label: "Alumni" },
47-
{ to: "/news", label: "News" },
44+
{ to: "/about/", label: "About" },
45+
{ to: "/people/", label: "People" },
46+
{ to: "/alumni/", label: "Alumni" },
47+
{ to: "/news/", label: "News" },
4848
],
4949
},
50-
{ to: "/publications", label: "Publications", position: "left" },
50+
{ to: "/publications/", label: "Publications", position: "left" },
5151
{
5252
href: "https://github.com/PecanProject",
5353
position: "right",
@@ -58,8 +58,8 @@ module.exports = {
5858
label: "GSoC",
5959
position: "left",
6060
items: [
61-
{ to: "/gsoc", label: "Contributor Guidance" },
62-
{ to: "/gsoc_ideas", label: "Ideas List" }
61+
{ to: "/gsoc/", label: "Contributor Guidance" },
62+
{ to: "/gsoc_ideas/", label: "Ideas List" },
6363
],
6464
},
6565
],
@@ -71,7 +71,7 @@ module.exports = {
7171
items: [
7272
{
7373
label: "Tutorial",
74-
to: "/documentation/latest",
74+
to: "/documentation/latest/",
7575
className: "footer-docs-link",
7676
},
7777
],

0 commit comments

Comments
 (0)