diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx index a313aa6..05eafb7 100644 --- a/src/components/Navbar.jsx +++ b/src/components/Navbar.jsx @@ -8,7 +8,7 @@ const navlinks = [ }, { title: "Documentation", - link: "https://opensource.tcetmumbai.in/docs/projects/tcet-linux/about-tcet-linux", + link: "/docs", newtab: true }, { diff --git a/src/pages/docs.astro b/src/pages/docs.astro new file mode 100644 index 0000000..c687428 --- /dev/null +++ b/src/pages/docs.astro @@ -0,0 +1,11 @@ +--- +--- + + + + + + + Loading + + \ No newline at end of file