Skip to content

Commit e1e9955

Browse files
committed
add
Signed-off-by: A.Arnold <[email protected]>
1 parent f3a2d40 commit e1e9955

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/topics/yaml-rule-structure-syntax.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ when:
229229
{ProductShortName} supports three types of conditions: `provider`, `and`, and `or`.
230230

231231
[id="yaml-provider-conditions_{context}"]
232-
=== Provider conditions
232+
== Provider conditions
233233

234234
The Application Analyzer detects the programming languages, frameworks, and tools used to build an application, and it generates default rulesets for each supported provider using the Language Server Protocol (LSP) accordingly.
235235
Each supported provider has a ruleset defined by default and is run independently in a separate container.
@@ -275,7 +275,7 @@ a|
275275
|===
276276

277277
[id="yaml-builtin-provider_{context}"]
278-
==== `builtin` provider
278+
=== `builtin` provider
279279

280280
`builtin` is an internal provider that can analyze various files and internal metadata generated by the engine.
281281

@@ -353,7 +353,7 @@ when:
353353
<1> When more than one tag is given, a logical AND is implied.
354354

355355
[id="yaml-java-provider_{context}"]
356-
==== `java` provider
356+
=== `java` provider
357357

358358
The Language Server used by the Java provider is Eclipse’s JDT Language Server (JDTLS). Internally, the JDTLS uses the Eclipse Java Development Toolkit, which includes utilities for searching code in projects.
359359

@@ -435,7 +435,7 @@ java.referenced:
435435
----
436436

437437
[id="yaml-java-locations_{context}"]
438-
===== `java` locations
438+
==== `java` locations
439439

440440
The Java provider allows scoping down the search to certain source code locations. You can scope down Java searches from any one of the following search locations:
441441

0 commit comments

Comments
 (0)