Pearl1594 commented on code in PR #7956:
URL: https://github.com/apache/cloudstack/pull/7956#discussion_r1331523363


##########
ui/public/config.json:
##########
@@ -59,6 +59,32 @@
     "jp": "label.japanese.keyboard",
     "sc": "label.simplified.chinese.keyboard"
   },
+  "userDoc": [
+    {
+      "title": "Documentation",
+      "text": "CloudStack documentation website",
+      "link": "https://docs.cloudstack.apache.org/en/latest/";,

Review Comment:
   This would lead to the latest documentation page, irrespective of the 
backend ACS version. Can we use `$store.getters.features.cloudstackversion` to 
get the version and redirect to the correct version of the docs.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to