Skip to content

Commit dcd3653

Browse files
committed
feat(navbar): route to grafana and langfuse
1 parent f421d2a commit dcd3653

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docusaurus.config.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,16 @@ const config: Config = {
106106
},
107107
{ to: "/showcase", label: "Projects", position: "left" },
108108
{ to: "/blog", label: "Blog", position: "left" },
109+
{
110+
to: "https://nicholas-goh/grafana",
111+
label: "Grafana",
112+
position: "left",
113+
},
114+
{
115+
to: "https://nicholas-goh/langfuse",
116+
label: "Langfuse",
117+
position: "left",
118+
},
109119
{ to: "/docs/intro", label: "Docs", position: "left" },
110120
{
111121
href: "https://www.linkedin.com/in/nicholas-goh-19ba1b194/",

0 commit comments

Comments
 (0)