Repository: incubator-apex-site Updated Branches: refs/heads/master e12e225ed -> 0d74c0942
Adding missing maturity.html page Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/0d74c094 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/0d74c094 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/0d74c094 Branch: refs/heads/master Commit: 0d74c094296016331cf684125dcf848e332ebf2f Parents: e12e225 Author: sashadt <[email protected]> Authored: Tue Mar 8 14:42:48 2016 -0800 Committer: sashadt <[email protected]> Committed: Tue Mar 8 14:42:48 2016 -0800 ---------------------------------------------------------------------- src/pages/maturity.html | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/0d74c094/src/pages/maturity.html ---------------------------------------------------------------------- diff --git a/src/pages/maturity.html b/src/pages/maturity.html new file mode 100644 index 0000000..fb399d5 --- /dev/null +++ b/src/pages/maturity.html @@ -0,0 +1,9 @@ +{{> header}} + +<div class="container"> + + {{> maturity}} + +</div> + +{{> footer}} \ No newline at end of file
