[MINOR] Fix location of download pages for each platform
Project: http://git-wip-us.apache.org/repos/asf/bahir-website/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir-website/commit/ad40b07b Tree: http://git-wip-us.apache.org/repos/asf/bahir-website/tree/ad40b07b Diff: http://git-wip-us.apache.org/repos/asf/bahir-website/diff/ad40b07b Branch: refs/heads/master Commit: ad40b07bc1ff6c13bb3a910c45c16281ff081c6f Parents: 4a69158 Author: Luciano Resende <[email protected]> Authored: Tue Mar 14 10:41:27 2017 -0700 Committer: Luciano Resende <[email protected]> Committed: Tue Mar 14 10:41:27 2017 -0700 ---------------------------------------------------------------------- site/_data/navigation.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir-website/blob/ad40b07b/site/_data/navigation.yml ---------------------------------------------------------------------- diff --git a/site/_data/navigation.yml b/site/_data/navigation.yml index c5ff163..f90276b 100644 --- a/site/_data/navigation.yml +++ b/site/_data/navigation.yml @@ -31,7 +31,11 @@ topnav: - title: Download - url: /download + subcategories: + - title: Bahir Spark Extensions + url: /downloads/spark + - title: Bahir Flink Extensions + url: /downloads/flink - title: Community subcategories:
