Skip to content

Commit 386cb5d

Browse files
committed
docs: add home button to legal sidebar
1 parent e0ac59f commit 386cb5d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

sources/legal/sidebars.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
module.exports = {
22
legal: [
3+
{
4+
type: 'link',
5+
label: 'Home',
6+
href: '/legal',
7+
},
38
{
49
type: 'category',
510
label: 'Terms and Conditions',
@@ -25,4 +30,4 @@ module.exports = {
2530
],
2631
},
2732
],
28-
};
33+
};

0 commit comments

Comments
 (0)