From 0d1e1648c90c611df4a9b40ed01fccb679424536 Mon Sep 17 00:00:00 2001 From: Mumtahin Farabi Date: Sat, 14 Dec 2024 22:32:32 -0500 Subject: [PATCH] feat(docs/layout): add tooling, and architecture links --- apps/docs/app/layout.config.tsx | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/apps/docs/app/layout.config.tsx b/apps/docs/app/layout.config.tsx index bff62b570..c266133ac 100644 --- a/apps/docs/app/layout.config.tsx +++ b/apps/docs/app/layout.config.tsx @@ -2,6 +2,7 @@ import type { HomeLayoutProps } from 'fumadocs-ui/layouts/home' import type { BaseLayoutProps } from 'fumadocs-ui/layouts/shared' import { + Landmark as ArchitectureIcon, Figma as BrandIcon, Code as ESLintIcon, Smartphone as HackerPortalIcon, @@ -10,7 +11,7 @@ import { Linkedin as LinkedinIcon, Trees as LinktreeIcon, SquareKanban as ProjectBoardIcon, - /* Drill as UtilsIcon, */ + Drill as UtilsIcon, } from 'lucide-react' import Image from 'next/image' @@ -64,11 +65,17 @@ export const baseOptions: BaseLayoutProps = { url: 'https://design-cuhacking.netlify.app', icon: , }, - /* { - * text: 'Utils (Coming Soon)', - * url: 'https://utils.cuhacking.ca', - * icon: , - * }, */ + { + text: 'Architecture', + // url: 'https://arch.cuhacking.ca/#/projects/all?groupByFolder=true', + url: 'https://arch-cuhacking.netlify.app/#/projects/all?groupByFolder=true', + icon: , + }, + { + text: 'Tooling', + url: '/contribution-guidelines/coding-standards/tooling', + icon: , + }, { text: 'ESLint', // url: 'https://eslint.cuhacking.ca/rules',