Skip to content

Commit a8e07e7

Browse files
committed
add products page to navbar
1 parent 0e74ede commit a8e07e7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docusaurus.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ const config: Config = {
5656
src: "img/house.png",
5757
},
5858
items: [
59+
{
60+
position: "left",
61+
label: "Products",
62+
to: "/products",
63+
},
5964
{
6065
type: "docSidebar",
6166
sidebarId: "docsSidebar",

0 commit comments

Comments
 (0)