forked from neuhalje/bouncy-gpg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
+++ | ||
title = "header" | ||
description = "" | ||
+++ | ||
Bouncy GPG Documentation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
+++ | ||
title = "About Bouncy GPG" | ||
date = "2017-08-20" | ||
menu = "main" | ||
+++ | ||
|
||
Bouncy GPG is a java library provide an opinionated API for cryptographic use cases. It also strives to provide the best documentation for programmers to solve problems without shooting theirselves in the foot. | ||
|
||
Learn more and contribute on [<i class='fa fa-github'></i>GitHub](https://github.com/neuhalje/bouncy-gpg). | ||
|
||
The website is generated with [hugo](https://gohugo.io) and the beautiful [docdock theme](https://github.com/vjeantet/hugo-theme-docdock). | ||
|
||
All code samples are actually executed at build time by [concordion](https://github.com/concordion) and the [concordion-api-documentation-extension](https://github.com/concordion/concordion-api-documentation-extension). | ||
|
||
_Pull requests welcome!_ | ||
|