-
Notifications
You must be signed in to change notification settings - Fork 86
/
Copy pathsidebars.js
124 lines (124 loc) · 3.49 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
module.exports = {
docs: [
{
Introduction: [
'introduction/what-is-litmus',
'introduction/features',
'introduction/usage',
'introduction/core-principles',
'introduction/community',
'introduction/other-links'
]
},
{
"Getting Started": ["getting-started/installation"]
},
{
Architecture: [
'architecture/overview',
'architecture/architecture-summary',
'architecture/chaos-control-plane',
'architecture/chaos-execution-plane',
'architecture/chaos-fault-flow'
]
},
{
Concepts: [
'concepts/overview',
'concepts/chaos-infrastructure',
'concepts/chaoshub',
'concepts/chaos-center',
'concepts/chaos-workflow',
'concepts/probes',
'concepts/user-management',
'concepts/projects',
'concepts/teaming',
'concepts/gitops',
'concepts/oauth-dex-concept'
]
},
{
'User Guides': [
'user-guides/overview',
{
'Advanced Installation': [
{
ChaosCenter: [
'user-guides/chaoscenter-oauth-dex-installation',
'user-guides/chaoscenter-advanced-installation',
'user-guides/setup-without-ingress',
'user-guides/setup-with-ingress'
]
},
'user-guides/chaos-infrastructure-installation'
]
},
{
Environments: [
'user-guides/create-environment',
'user-guides/edit-environment',
'user-guides/delete-environment'
]
},
{
'Chaos Infrastructure': ['user-guides/create-infrastructure', 'user-guides/delete-infrastructure']
},
{
'Injecting Fault': [
'user-guides/schedule-experiment',
'user-guides/observe-experiment',
'user-guides/edit-schedule',
'user-guides/download-experiment-manifest',
'user-guides/re-run-experiment',
'user-guides/delete-experiment',
'user-guides/construct-experiment'
]
},
{
'Resilience Probes': [
'user-guides/create-resilience-probe',
'user-guides/delete-resilience-probe',
'user-guides/edit-resilience-probe',
'user-guides/view-resilience-probe'
]
},
'user-guides/account-settings',
{
'User Management': [
'user-guides/create-user',
'user-guides/view-user',
'user-guides/reset-password',
'user-guides/deactivate-user'
]
},
{
'Managing Projects': ['user-guides/change-project-name', 'user-guides/leave-project']
},
{
Teaming: [
'user-guides/invite-team-member',
'user-guides/edit-invite',
'user-guides/accept-invite',
'user-guides/remove-team-member'
]
},
'user-guides/gitops-configuration',
'user-guides/image-registry',
'user-guides/uninstall-litmus'
]
},
{
'Developer Guide': ['developer-guide/chaoscenter-developer-guide']
},
{
Litmusctl: ['litmusctl/installation', 'litmusctl/litmusctl-usage']
},
{
Integrations: ['integrations/prometheus', 'integrations/grafana', 'integrations/backstage']
},
'troubleshooting',
'best-practices',
'glossary',
'faq'
]
}