Skip to content

Commit 4ed5bbc

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

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
@@ -72,6 +72,13 @@ const sidebars: SidebarsConfig = {
7272
'developers/updating-ocaml-node',
7373
],
7474
},
75+
{
76+
type: 'category',
77+
label: 'Development',
78+
items: [
79+
'developers/code-coverage',
80+
],
81+
},
7582
{
7683
type: 'category',
7784
label: 'Architecture',

0 commit comments

Comments
 (0)