Skip to content

Commit

Permalink
Restyle Navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Nov 26, 2023
1 parent ea6b2d0 commit ef9a961
Show file tree
Hide file tree
Showing 8 changed files with 141 additions and 108 deletions.
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"unified": "^10.1.2",
"unist-util-visit": "^4.1.1",
"use-debounce": "^9.0.4",
"viem": "^1.19.4",
"wagmi": "^1.4.3",
"zod": "^3.21.4",
"zustand": "^4.1.4"
Expand Down
52 changes: 22 additions & 30 deletions docs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docs/src/config/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ export type SectionData = {
export type routeLink = {
title: string;
href: string;
icon?: string;
external?: boolean;
wip?: boolean;
};

export type routeGroup = {
title: string;
icon?: string;
links: (routeLink | routeGroup)[];
};

Expand Down

0 comments on commit ef9a961

Please sign in to comment.