Skip to content

Commit f3a2d40

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

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,8 @@ when:
228228

229229
{ProductShortName} supports three types of conditions: `provider`, `and`, and `or`.
230230

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

233234
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.
234235
Each supported provider has a ruleset defined by default and is run independently in a separate container.
@@ -273,7 +274,8 @@ a|
273274
* Node.js
274275
|===
275276

276-
===== `builtin` provider
277+
[id="yaml-builtin-provider_{context}"]
278+
==== `builtin` provider
277279

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

@@ -350,7 +352,8 @@ when:
350352
----
351353
<1> When more than one tag is given, a logical AND is implied.
352354

353-
===== `java` provider
355+
[id="yaml-java-provider_{context}"]
356+
==== `java` provider
354357

355358
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.
356359

@@ -431,8 +434,8 @@ java.referenced:
431434
pattern: java.util.List
432435
----
433436

434-
=====
435-
====== `java` locations
437+
[id="yaml-java-locations_{context}"]
438+
===== `java` locations
436439

437440
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:
438441

0 commit comments

Comments
 (0)