Skip to content

Commit 2d7ff2e

Browse files
committed
build Github Pages docs
1 parent 235db32 commit 2d7ff2e

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ This library provides a DynamoDB-backed persistence mechanism (feature store) fo
77

88
This version of the library requires at least version 2.1 of the AWS SDK for Java, and at least version 4.6.4 of the LaunchDarkly Java SDK. The minimum Java version is 8 (because that is the minimum Java version of the AWS SDK 2.x). If you need to use Java 7, or if you are already using AWS SDK 1.x for some other purpose, you can use the 1.x releases of this library (which are developed on the "aws-v1" branch of the repository).
99

10+
See the [API documentation](https://launchdarkly.github.io/java-server-sdk-dynamodb) for details on classes and methods.
11+
1012
For more information, see also: [Using a persistent feature store](https://docs.launchdarkly.com/v2.0/docs/using-a-persistent-feature-store).
1113

1214
## Quick setup

build.gradle

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,3 +192,14 @@ publishing {
192192
signing {
193193
sign publishing.publications.shadow
194194
}
195+
196+
githubPages {
197+
repoUri = 'https://github.com/launchdarkly/java-server-sdk-dynamodb.git'
198+
pages {
199+
from javadoc
200+
}
201+
credentials {
202+
username = githubUser
203+
password = githubPassword
204+
}
205+
}

0 commit comments

Comments
 (0)