Repository: incubator-tamaya-site Updated Branches: refs/heads/master 8944a3d5c -> ddf441729
Fix linking to API In case somebody has an old link, the overview page is shown with dynamic version replacements. 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/ddf44172 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/ddf44172 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/ddf44172 Branch: refs/heads/master Commit: ddf4417298d92c8f5bd390bcff77ce53b9bb4fae Parents: 8944a3d Author: Phil Ottlinger <[email protected]> Authored: Sat Nov 25 22:18:22 2017 +0100 Committer: Phil Ottlinger <[email protected]> Committed: Sat Nov 25 22:18:22 2017 +0100 ---------------------------------------------------------------------- content/apidocs/index.adoc | 9 +++++++++ content/apidocs/index.md | 14 -------------- 2 files changed, 9 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/ddf44172/content/apidocs/index.adoc ---------------------------------------------------------------------- diff --git a/content/apidocs/index.adoc b/content/apidocs/index.adoc new file mode 100644 index 0000000..7f7dba6 --- /dev/null +++ b/content/apidocs/index.adoc @@ -0,0 +1,9 @@ +:jbake-type: page +:jbake-status: published + += API overview + +At the moment you can see multiple API versions: + +* stable version (latest official release): link:./stable/index.html[{tamaya_version_released}] +* development version (upcoming release): link:./development/index.html[{tamaya_version}] http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/ddf44172/content/apidocs/index.md ---------------------------------------------------------------------- diff --git a/content/apidocs/index.md b/content/apidocs/index.md deleted file mode 100644 index 8196035..0000000 --- a/content/apidocs/index.md +++ /dev/null @@ -1,14 +0,0 @@ -title=API is missing -type=page -status=published -~~~~~~ - -API overview --------------- - -At the moment you may see multiple API versions: - -* development version: [0.4-SNAPSHOT](./development/index.html) -* stable version (last release): [0.3](./stable/index.html) - -TODO: use placeholders from jbake and add links
