-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
sidebars.js
39 lines (39 loc) · 961 Bytes
/
sidebars.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
module.exports = {
sidebar: [
'introduction',
'agile-methodologies',
'branch-based-testing',
'branching-strategies',
'code-reviews',
'debugging',
'design-patterns',
'documentation',
'feature-flags',
'pair-programming',
'refactoring-techniques',
'technical-debt',
// 'ci-cd',
// 'automated-testing',
// 'refactoring',
// 'test-driven-development',
// 'behavior-driven-development',
// 'performance-optimization',
// 'architecture-design',
// 'code-quality-metrics',
// 'microservices',
// 'containerization',
// 'dependency-management',
// 'security-best-practices',
// 'error-handling',
// 'logging',
// 'version-control-systems',
// 'monitoring-and-observability',
// 'scalability-and-reliability',
// 'development-environment-setup',
{
type: 'category',
label: 'Appendices',
items: ['contributors'],
},
],
};