Skip to content

Commit fa2f0b3

Browse files
committed
add link to projects homepage from gh page
1 parent 6f1c759 commit fa2f0b3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@
2121
!/tsconfig*.json
2222
!/fixup.sh
2323
!/.prettierignore
24+
!/typedoc.json

typedoc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"navigationLinks": {
3+
"isaacs projects": "https://isaacs.github.io/"
4+
}
5+
}

0 commit comments

Comments
 (0)