Repository: yetus Updated Branches: refs/heads/master 7f58bf925 -> 000096530
YETUS-481 Add release 0.4.0 - list in releases - add symlinks for markdown 3 workaround of per-version generated docs Signed-off-by: Sean Busbey <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/00009653 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/00009653 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/00009653 Branch: refs/heads/master Commit: 000096530d944af8e74bfbf5044457aa78297e53 Parents: 7f58bf9 Author: Ajay Yadava <[email protected]> Authored: Tue Jan 10 15:42:11 2017 -0500 Committer: Ajay Yadava <[email protected]> Committed: Sun Jan 22 16:40:50 2017 -0500 ---------------------------------------------------------------------- .rat-excludes | 2 ++ asf-site-src/data/versions.yml | 1 + asf-site-src/source/documentation/0.4.0 | 1 + asf-site-src/source/documentation/0.4.0.html.md | 1 + 4 files changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/00009653/.rat-excludes ---------------------------------------------------------------------- diff --git a/.rat-excludes b/.rat-excludes index 000fe91..7dc2bdd 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -16,3 +16,5 @@ VERSION 0.2.1.html.md 0.3.0 0.3.0.html.md +0.4.0 +0.4.0.html.md http://git-wip-us.apache.org/repos/asf/yetus/blob/00009653/asf-site-src/data/versions.yml ---------------------------------------------------------------------- diff --git a/asf-site-src/data/versions.yml b/asf-site-src/data/versions.yml index 1b5975e..0f4ff6f 100644 --- a/asf-site-src/data/versions.yml +++ b/asf-site-src/data/versions.yml @@ -19,3 +19,4 @@ releases: - '0.2.0' - '0.2.1' - '0.3.0' + - '0.4.0' http://git-wip-us.apache.org/repos/asf/yetus/blob/00009653/asf-site-src/source/documentation/0.4.0 ---------------------------------------------------------------------- diff --git a/asf-site-src/source/documentation/0.4.0 b/asf-site-src/source/documentation/0.4.0 new file mode 120000 index 0000000..6f1ad17 --- /dev/null +++ b/asf-site-src/source/documentation/0.4.0 @@ -0,0 +1 @@ +../../../target/0.4.0/ \ No newline at end of file http://git-wip-us.apache.org/repos/asf/yetus/blob/00009653/asf-site-src/source/documentation/0.4.0.html.md ---------------------------------------------------------------------- diff --git a/asf-site-src/source/documentation/0.4.0.html.md b/asf-site-src/source/documentation/0.4.0.html.md new file mode 120000 index 0000000..b82b342 --- /dev/null +++ b/asf-site-src/source/documentation/0.4.0.html.md @@ -0,0 +1 @@ +../../../target/0.4.0.html.md \ No newline at end of file
