Skip to content

Commit bdc2742

Browse files
Copilotdannywillems
andcommitted
Add coverage documentation to developer sidebar and fix rustfmt requirement
Co-authored-by: dannywillems <[email protected]>
1 parent 19cf177 commit bdc2742

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

website/sidebars.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@ const sidebars: SidebarsConfig = {
6868
'developers/updating-ocaml-node',
6969
],
7070
},
71+
{
72+
type: 'category',
73+
label: 'Development',
74+
items: [
75+
'developers/code-coverage',
76+
],
77+
},
7178
{
7279
type: 'category',
7380
label: 'Architecture',

0 commit comments

Comments
 (0)