Skip to content

Commit 36709ec

Browse files
authored
Merge pull request #1647 from blackducksoftware/cp_reorg
TOC re-org
2 parents 91ac605 + dfdf075 commit 36709ec

31 files changed

+55
-54
lines changed

documentation/src/main/markdown/components/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [detect_product_long] Components
1+
# [detect_product_short] Components
22

33
This topic introduces the components in [detect_product_short] that are used to examine your code and produce analyzable output.
44

documentation/src/main/markdown/components/tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tools
22

3-
Each [detect_product_long] run consists of running any applicable [detect_product_short] tools.
3+
Each [detect_product_short] run consists of running any applicable [detect_product_short] tools.
44

55
The available [detect_product_short] tools in order of potential execution, with the corresponding [detect tools property](../properties/configuration/paths.md#detect-tools-included)
66
value specified in parentheses are:

documentation/src/main/markdown/configuring/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Configuring [detect_product_long]
1+
# Configuring [detect_product_short]
22

33
[detect_product_short] is generally configured by assigning values to properties. See the left-hand documentation menu for further information including additional configuration means and methods.
44

documentation/src/main/markdown/downloadingandinstalling/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Downloading and Installing [detect_product_long]
1+
# Downloading and Installing [detect_product_short]
22

33
This section describes the process of downloading, verifying, and installing [detect_product_short].
44

documentation/src/main/markdown/downloadingandinstalling/selfupdatingdetect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [detect_product_long] Version Management
1+
# [detect_product_short] Version Management
22

33
[detect_product_short] self-updating feature will allow customers who choose to enable Centralized [detect_product_short] Version Management in [bd_product_short] to automate the update of [detect_product_short] across their pipelines.
44

documentation/src/main/markdown/downloadingandinstalling/upgradingdetect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Upgrading [detect_product_long]
1+
# Upgrading [detect_product_short]
22

3-
We recommend reading the release notes for each new [detect_product_long] version.
3+
We recommend reading the release notes for each new [detect_product_short] version.
44

55
[detect_product_short] version names follow [semantic versioning](https://semver.org/). Version strings follow the pattern MAJOR.MINOR.PATCH, with the following implications:
66

documentation/src/main/markdown/downloadingandinstalling/verification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# [detect_product_long] Code Verification
1+
# [detect_product_short] Code Verification
22

3-
Two methods are available to verify that the [detect_product_long] code you run has not been tampered with since it was built:
3+
Two methods are available to verify that the [detect_product_short] code you run has not been tampered with since it was built:
44
code signature verification and checksum verification.
55
Both methods apply to the [detect_product_short] .jar file, and only offer protection when you run
66
[detect_product_short] by invoking the [detect_product_short] .jar file directly (as opposed to invoking [bash_script_name] or [powershell_script_name]).

documentation/src/main/markdown/gettingstarted/configuring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [detect_product_short] configuration overview
22

3-
What [detect_product_long] looks at and how it performs analysis depends on how it is configured.
3+
What [detect_product_short] looks at and how it performs analysis depends on how it is configured.
44

55
<note type="note">For accurate SCA analysis, [detect_product_short] should typically be executed as a post-build step in the native build environment.</note>
66

documentation/src/main/markdown/gettingstarted/howitworks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# How [detect_product_long] Works
1+
# How [detect_product_short] Works
22

33
This page provides an overview of how [detect_product_long] works.
44

documentation/src/main/markdown/gettingstarted/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Getting started with [detect_product_long]
1+
# Getting started with [detect_product_short]
22

33
Before you start using [detect_product_short], it is recommended that you become familiar with the makeup of [detect_product_short] and how it works. Review the 'Getting started with [detect_product_short]' pages listed in the left-hand menu, to learn about, and prepare to start using [detect_product_short].
44

0 commit comments

Comments
 (0)