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
|
[
"/privacy/",
"/security/",
"/sonarcloud-pricing/",
"/analyze-a-project/",
{
"title": "Analyzing Source Code",
"children": [
"/analysis/overview/",
"/analysis/background-tasks/",
"/analysis/generic-issue/",
"/analysis/generic-test/",
"/analysis/pull-request/",
"/analysis/scm-integration/"
]
},
{
"title": "Integrations",
"children": ["/integrations/bitbucketcloud/", "/integrations/github/", "/integrations/vsts/"]
},
{
"title": "Branches",
"children": [
"/branches/overview/",
"/branches/short-lived-branches/",
"/branches/long-lived-branches/",
"/branches/branches-faq/"
]
},
{
"title": "User Guide",
"children": [
"/user-guide/fixing-the-water-leak/",
"/user-guide/keyboard-shortcuts/",
"/user-guide/quality-gates/",
"/instance-administration/quality-profiles/",
"/user-guide/metric-definitions/",
"/user-guide/security-reports/",
"/user-guide/user-account/"
]
},
{
"title": "Project Administration",
"children": ["/project-administration/webhooks/"]
},
{
"title": "Organizations",
"children": [
"/organizations/overview/",
"/organizations/manage-team/",
"/organizations/organization-visibility/"
]
}
]
|