Skip to content

Commit 8622a14

Browse files
chore: enable github link as SDK is open sourced (#80)
1 parent 2883aa7 commit 8622a14

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/docusaurus.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ const config: Config = {
6666
label: "Swagger",
6767
position: "right",
6868
},
69-
// {
70-
// href: 'https://github.com/ChainSafe/sprinter-ts',
71-
// label: 'GitHub',
72-
// position: 'right',
73-
// },
69+
{
70+
href: "https://github.com/ChainSafe/sprinter-ts",
71+
label: "GitHub",
72+
position: "right",
73+
},
7474
],
7575
},
7676
footer: {

0 commit comments

Comments
 (0)