We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb8801a commit 9e66ba0Copy full SHA for 9e66ba0
1 file changed
website/sidebars.js
@@ -36,6 +36,8 @@ module.exports = {
36
'quickstart/approve',
37
],
38
},
39
+ 'deployment',
40
+ 'Upgrading to v2',
41
{
42
type: 'category',
43
label: 'Configuration',
@@ -50,7 +52,20 @@ module.exports = {
50
52
collapsed: false,
51
53
items: ['configuration/overview', 'configuration/reference', 'configuration/pre-receive'],
54
- '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
69
70
71
label: 'Development',
0 commit comments