Skip to content

Commit 7c478f9

Browse files
authored
chore: add haskell binding link to website (#2571)
Signed-off-by: silver-ymz <[email protected]>
1 parent 7078c2b commit 7c478f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ const config = {
133133
label: 'Lua Binding',
134134
to: 'pathname:///docs/lua/'
135135
},
136+
{
137+
label: 'Haskell Binding',
138+
to: 'pathname:///docs/haskell/'
139+
}
136140
]
137141
},
138142
{

0 commit comments

Comments
 (0)