updated site structure and data

Former-commit-id: 9745b59268f55930b3fdff9c24ad219715cb714a
This commit is contained in:
Jeremy Long
2015-04-22 20:21:31 -04:00
parent 940a4613ee
commit d5ed2bc765
20 changed files with 83 additions and 39 deletions

View File

@@ -21,6 +21,6 @@ More information about dependency-check can be found here:
OWASP dependency-check's core analysis engine can be used as:
- [Command Line Tool](dependency-check-cli/index.html)
- [Maven Plugin](dependency-check-maven/usage.html)
- [Ant Task](dependency-check-ant/installation.html)
- [Maven Plugin](dependency-check-maven/index.html)
- [Ant Task](dependency-check-ant/index.html)
- [Jenkins Plugin](dependency-check-jenkins/index.html)

View File

@@ -3,8 +3,8 @@ Modules
OWASP dependency-check's core analysis engine was designed to fit into an applications normal
build and reporting process:
- [Maven Plugin](dependency-check-maven/usage.html)
- [Ant Task](dependency-check-ant/installation.html)
- [Maven Plugin](dependency-check-maven/index.html)
- [Ant Task](dependency-check-ant/index.html)
- [Jenkins Plugin](dependency-check-jenkins/index.html)
In addition, dependency-check can be executed from the [command line](dependency-check-cli/index.html).
@@ -14,4 +14,4 @@ Core Engine
Information about the core engine and the utilities used can be found:
- [Core](dependency-check-core/index.html)
- [Utilities](dependency-check-utilities/index.html)
- [Utilities](dependency-check-utils/index.html)

View File

@@ -115,10 +115,10 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
</item>
</item>
<item collapse="true" name="Modules" href="./modules.html">
<item name="dependency-check-cli" href="./dependency-check-cli/installation.html">
<item name="dependency-check-cli" href="./dependency-check-cli/index.html">
<description>The command line interface for OWASP dependency-check.</description>
</item>
<item name="dependency-check-ant" href="./dependency-check-ant/installation.html">
<item name="dependency-check-ant" href="./dependency-check-ant/index.html">
<description>An Ant task to run OWASP dependency-check.</description>
</item>
<item name="dependency-check-maven" href="./dependency-check-maven/usage.html">