From 07a23771ad916c46e76493d73357af3b5d17ea88 Mon Sep 17 00:00:00 2001 From: vish-rt Date: Fri, 5 Jan 2024 21:54:12 +0530 Subject: [PATCH] [FEAT] /docs route to main site --- src/components/Navbar.jsx | 2 +- src/pages/docs.astro | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 src/pages/docs.astro 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