Skip to content

Commit

Permalink
Merge pull request #38 from tcet-opensource/vish-rt-docs-route
Browse files Browse the repository at this point in the history
[FEAT] /docs route to main site
  • Loading branch information
kamalika0363 authored Jan 5, 2024
2 parents 9c7deb7 + 07a2377 commit b0ec4de
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const navlinks = [
},
{
title: "Documentation",
link: "https://opensource.tcetmumbai.in/docs/projects/tcet-linux/about-tcet-linux",
link: "/docs",
newtab: true
},
{
Expand Down
11 changes: 11 additions & 0 deletions src/pages/docs.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0;URL='https://opensource.tcetmumbai.in/docs/projects/tcet-linux/about-tcet-linux'" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Loading</title>
</head>
</html>

1 comment on commit b0ec4de

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Netlify deployed tcet-linux-deploy as production

https://tcet-linux-deploy.netlify.app

Please sign in to comment.