You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ja...@apache.org on 2021/12/16 17:28:06 UTC

[systemds-website] branch main updated: [SYSTEMDS-3255] Add dropdown for docs version from homepage

This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 05fd31a  [SYSTEMDS-3255] Add dropdown for docs version from homepage
05fd31a is described below

commit 05fd31a91c9b47456df3a8e0012ccdf37db155e3
Author: Janardhan Pulivarthi <j1...@protonmail.com>
AuthorDate: Thu Dec 16 17:11:23 2021 +0000

    [SYSTEMDS-3255] Add dropdown for docs version from homepage
---
 _src/_data/navigation.yml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/_src/_data/navigation.yml b/_src/_data/navigation.yml
index 9edeb99..ef4688c 100644
--- a/_src/_data/navigation.yml
+++ b/_src/_data/navigation.yml
@@ -24,7 +24,14 @@ topnav:
   url: /get-started
 
 - title: Docs
-  url: /documentation
+  subcategories:
+  - title: latest
+    url: https://apache.github.io/systemds/
+  - title: 2.2.1 (stable)
+    url: https://systemds.apache.org/docs/2.2.1/
+  - title: Release Notes
+    url: https://systemds.apache.org/release-notes/systemds-release-notes-2.2.0
+  
 
 - title: Community
   subcategories: