Skip to content

Commit

Permalink
feat(docs/layout): add tooling, and architecture links
Browse files Browse the repository at this point in the history
  • Loading branch information
MFarabi619 committed Dec 15, 2024
1 parent 1a56cc8 commit 0d1e164
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions apps/docs/app/layout.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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'
Expand Down Expand Up @@ -64,11 +65,17 @@ export const baseOptions: BaseLayoutProps = {
url: 'https://design-cuhacking.netlify.app',
icon: <StorybookIcon />,
},
/* {
* text: 'Utils (Coming Soon)',
* url: 'https://utils.cuhacking.ca',
* icon: <UtilsIcon />,
* }, */
{
text: 'Architecture',
// url: 'https://arch.cuhacking.ca/#/projects/all?groupByFolder=true',
url: 'https://arch-cuhacking.netlify.app/#/projects/all?groupByFolder=true',
icon: <ArchitectureIcon />,
},
{
text: 'Tooling',
url: '/contribution-guidelines/coding-standards/tooling',
icon: <UtilsIcon />,
},
{
text: 'ESLint',
// url: 'https://eslint.cuhacking.ca/rules',
Expand Down

0 comments on commit 0d1e164

Please sign in to comment.