Add package-info and overview.html for more Javadoc output
This commit is contained in:
13
src/main/javadoc/overview.html
Normal file
13
src/main/javadoc/overview.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>API Overview</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Java Vault Connector is a connector library for Vault by Hashicorp written in Java.</p>
|
||||
<p>The connector allows simple usage of Vault's secret store in own applications.</p>
|
||||
<p>It features a default implementation for the HTTP(S) interface and supports various authorization methods including
|
||||
AppRole, token and secret handling.</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user