diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 1b515ea..3cd7ab6 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -64,9 +64,14 @@ const config: Config = { items: [ { to: "/blog", label: "Blog", position: "left" }, { to: "/docs", label: "Docs", position: "left" }, + { + href: "https://github.com/lemeow125/Notes", + label: "Github", + position: "right", + }, { href: "https://stats.06222001.xyz/status/all", - label: "Services Status", + label: "Tracker", position: "right", }, ],