Update docusaurus.config.js

This commit is contained in:
Timothy J. Baek 2024-03-17 22:47:00 -07:00
parent 7844da05fe
commit 2e711d9768

View File

@ -100,14 +100,10 @@ const config = {
label: "Getting Started", label: "Getting Started",
to: "getting-started", to: "getting-started",
}, },
{
label: "Tutorial",
to: "tutorial",
},
{ {
label: "FAQ", label: "FAQ",
to: "faq" to: "faq",
} },
], ],
}, },
{ {
@ -141,7 +137,7 @@ const config = {
{ {
label: "Research", label: "Research",
to: "research", to: "research",
} },
], ],
}, },
], ],