Skip to content

Commit 9e66ba0

Browse files
committed
docs: add new doc links to sidebar, improve ordering
1 parent bb8801a commit 9e66ba0

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

website/sidebars.js

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ module.exports = {
3636
'quickstart/approve',
3737
],
3838
},
39+
'deployment',
40+
'Upgrading to v2',
3941
{
4042
type: 'category',
4143
label: 'Configuration',
@@ -50,7 +52,20 @@ module.exports = {
5052
collapsed: false,
5153
items: ['configuration/overview', 'configuration/reference', 'configuration/pre-receive'],
5254
},
53-
'deployment',
55+
{
56+
type: 'category',
57+
label: 'Architecture',
58+
link: {
59+
type: 'generated-index',
60+
title: 'Architecture',
61+
slug: '/category/architecture',
62+
keywords: ['architecture'],
63+
image: '/img/github-mark.png',
64+
},
65+
collapsible: true,
66+
collapsed: false,
67+
items: ['architecture/Architecture', 'architecture/Processors'],
68+
},
5469
{
5570
type: 'category',
5671
label: 'Development',

0 commit comments

Comments
 (0)