-
Notifications
You must be signed in to change notification settings - Fork 69
/
qd.tree
137 lines (137 loc) Β· 7.07 KB
/
qd.tree
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
125
126
127
128
129
130
131
132
133
134
135
136
137
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE instance-profile SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd">
<instance-profile id="qd" name="Qodana" start-page="getting-started.topic" status="release">
<!-- Getting started section -->
<toc-element accepts-web-file-names="welcome.html" topic="getting-started.topic">
<toc-element topic="about-qodana.md"/>
<toc-element topic="pricing.md"/>
<toc-element topic="Quick-start.topic"/>
<toc-element topic="faq.topic"/>
<toc-element accepts-web-file-names="new-in-2023-2.html,new-in-2022-2.html,new-in-2022-3.html,new-in-2023-1.html" topic="new-in-2023-3.md"/>
<toc-element topic="components.topic">
<toc-element topic="static-analysis.topic"/>
<toc-element accepts-web-file-names="supported-technologies.html" topic="linters.md">
<toc-element topic="qodana-jvm.md"/>
<toc-element topic="qodana-jvm-community.md"/>
<toc-element topic="qodana-jvm-android.md"/>
<toc-element topic="qodana-php.md"/>
<toc-element topic="qodana-python.md"/>
<toc-element topic="qodana-python-community.md"/>
<toc-element topic="qodana-js.md"/>
<toc-element topic="qodana-go.md"/>
<toc-element topic="qodana-dotnet.md"/>
<toc-element topic="qodana-dotnet-community.md"/>
</toc-element>
<toc-element topic="code-inspections.topic"/>
<toc-element topic="project-token.md"/>
<toc-element topic="contributors.md"/>
</toc-element>
</toc-element>
<!-- Use cases section -->
<toc-element toc-title="Use cases">
<toc-element topic="monorepo-project.md"/>
<toc-element topic="override-a-profile.md"/>
<toc-element topic="inspect-python-code.md"/>
</toc-element>
<!-- Deployment section -->
<toc-element toc-title="Deployment" topic="deploy-qodana.topic">
<toc-element topic="native-mode.md"/>
<toc-element topic="docker-images.md">
<toc-element topic="qodana-jvm-docker-readme.topic"/>
<toc-element topic="qodana-jvm-community-docker-readme.topic"/>
<toc-element topic="qodana-jvm-android-docker-readme.topic"/>
<toc-element topic="qodana-php-docker-readme.topic"/>
<toc-element topic="qodana-python-docker-readme.topic"/>
<toc-element topic="qodana-python-community-docker-readme.topic"/>
<toc-element topic="qodana-js-docker-readme.topic"/>
<toc-element topic="qodana-go-docker-readme.topic"/>
<toc-element topic="qodana-dotnet-docker-readme.topic"/>
<toc-element topic="qodana-cdnet-docker-readme.topic"/>
</toc-element>
<toc-element topic="qodana_gradle_plugin.md"/>
<toc-element topic="service.md"/>
</toc-element>
<toc-element toc-title="IDE integration">
<toc-element accepts-web-file-names="qodana_plugins.html" topic="qodana-ide-plugin.md"/>
<toc-element topic="vscode.md"/>
</toc-element>
<!-- Configuration section -->
<toc-element toc-title="Configuration" topic="configure-qodana.topic">
<toc-element topic="qodana-yaml.md"/>
<toc-element accepts-web-file-names="qodana-jvm-docker-techs.html,qodana-jvm-community-docker-techs.html,qodana-jvm-android-docker-techs.html,qodana-php-docker-techs.html,qodana-python-docker-techs.html,qodana-python-community-docker-techs.html,qodana-js-docker-techs.html,qodana-go-docker-techs.html,qodana-dotnet-docker-techs.html" topic="docker-image-configuration.topic"/>
<toc-element topic="inspection-profiles.md">
<toc-element topic="custom-profiles.md"/>
<toc-element topic="custom-xml-profiles.md"/>
</toc-element>
<toc-element topic="configure-jdk.md"/>
</toc-element>
<!-- Inspect your code section -->
<toc-element toc-title="Code inspection" topic="inspect-your-code.topic">
<toc-element topic="before-running-qodana.md"/>
<toc-element topic="results.md">
<toc-element topic="ui-overview.md"/>
<toc-element accepts-web-file-names="output.html,qodana-output.html,qodana-intellij-output.html" topic="qodana-inspection-output.md">
<toc-element accepts-web-file-names="qodana-intellij-docker-sarif.html" topic="qodana-sarif-output.md"/>
</toc-element>
<toc-element topic="html-report.md"/>
</toc-element>
<toc-element topic="inspectopedia.md"/>
</toc-element>
<!-- Features section -->
<toc-element topic="features.topic">
<toc-element accepts-web-file-names="qodana-baseline.html" topic="baseline.topic"/>
<toc-element topic="code-coverage.md"/>
<toc-element accepts-web-file-names="about-license-audit.html" topic="license-audit.topic"/>
<toc-element accepts-web-file-names="qodana-php-language-upgrade.html" topic="php-language-upgrade.topic"/>
<toc-element topic="quality-gate.topic"/>
<toc-element topic="quick-fix.md"/>
<toc-element topic="taint-analysis.md"/>
<toc-element topic="vulnerability-checker.md"/>
</toc-element>
<!-- Integration section -->
<toc-element topic="ci.md">
<toc-element topic="qodana-azure-pipelines.md"/>
<toc-element topic="bitbucket.md"/>
<toc-element topic="circleci.md"/>
<toc-element accepts-web-file-names="github-overview.html,qodana-intellij-github-action.html,github-actions.html,qodana-github-action.html" topic="github.md"/>
<toc-element topic="gitlab.md"/>
<toc-element topic="jenkins.md"/>
<toc-element topic="space-automation.md"/>
<toc-element accepts-web-file-names="teamcity-plugins.html,teamcity-plugin-configuration.html,teamcity-plugin-quick-start.html" topic="teamcity.md"/>
</toc-element>
<!--Qodana Cloud section -->
<toc-element topic="cloud-about.topic">
<toc-element toc-title="Introduction">
<toc-element toc-title="Use cases" topic="cloud-use-cases.topic"/>
<toc-element topic="cloud-get-access.topic"/>
<toc-element accepts-web-file-names="cloud-subscription-plan.html" topic="cloud-account-types.md"/>
<toc-element accepts-web-file-names="cloud-change-user-roles.html" topic="cloud-user-roles.topic"/>
</toc-element>
<toc-element toc-title="Running Qodana Cloud">
<toc-element topic="cloud-quickstart.md"/>
<toc-element topic="cloud-onboarding.md"/>
<toc-element topic="cloud-running-introduction.topic"/>
<toc-element topic="cloud-organizations.topic"/>
<toc-element topic="cloud-teams.topic"/>
<toc-element accepts-web-file-names="cloud-manage-projects.html" topic="cloud-projects.topic"/>
<toc-element toc-title="Reports">
<toc-element topic="cloud-forward-reports.topic"/>
<toc-element accepts-web-file-names="cloud-project-reports.html,cloud-reports.html" topic="cloud-overview-reports.topic"/>
</toc-element>
</toc-element>
<toc-element toc-title="Configuration">
<toc-element accepts-web-file-names="cloud-manage-members.html" topic="cloud-profile-settings.topic"/>
</toc-element>
<toc-element toc-title="Tutorials">
<toc-element topic="cloud-configure-for-os-projects.md"/>
</toc-element>
</toc-element>
<!-- Extending Qodana section -->
<toc-element title="Extending Qodana" topic="extending-qodana.topic">
<toc-element topic="extending-qodana-plugins.topic"/>
<toc-element topic="extending-qodana-structural-search.topic"/>
</toc-element>
<!-- Troubleshooting section -->
<toc-element title="Troubleshooting" topic="troubleshooting.topic"/>
<toc-element toc-title="Inspectopedia" href="https://www.jetbrains.com/help/inspectopedia/WhatIsNewInspections.html"/>
</instance-profile>