Repository: incubator-tamaya-site Updated Branches: refs/heads/master 2d028be7a -> 7b995935d
TAMAYA-285: Add blog post about new API linking Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/commit/7b995935 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/7b995935 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/7b995935 Branch: refs/heads/master Commit: 7b995935d391f059899ebb0d84f5d3fa3a630136 Parents: 2d028be Author: Phil Ottlinger <[email protected]> Authored: Tue Sep 12 22:12:53 2017 +0200 Committer: Phil Ottlinger <[email protected]> Committed: Tue Sep 12 22:12:53 2017 +0200 ---------------------------------------------------------------------- content/blog/2017/09/new-api-links.adoc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/7b995935/content/blog/2017/09/new-api-links.adoc ---------------------------------------------------------------------- diff --git a/content/blog/2017/09/new-api-links.adoc b/content/blog/2017/09/new-api-links.adoc new file mode 100644 index 0000000..f7531e8 --- /dev/null +++ b/content/blog/2017/09/new-api-links.adoc @@ -0,0 +1,17 @@ +title=Homepage improvements - multiple APIs are linked now +date=2017-09-12 +type=post +tags=blog, asciidoc +status=published +~~~~~~ += Release version and current development API Javadocs are linked now + +The homepage allows multiple API versions to be linked - you can find multiple versions of our API now. + +The most current released version - considered stable - can be found here: +https://tamaya.incubator.apache.org/apidocs/stable/index.html + +While the current development version - considered unstable - is: +https://tamaya.incubator.apache.org/apidocs/development/index.html + +Happy hacking :-)
