Skip to content

Commit d380af0

Browse files
authored
feat: add documents to links (#34)
1 parent ba3fd96 commit d380af0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/layout/links.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@ export const links: LinkT[] = [
1212
name: "Community",
1313
link: "community",
1414
},
15+
{
16+
name: "Documents",
17+
link: "https://docs.dezh.tech/",
18+
},
1519
];

0 commit comments

Comments
 (0)