You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/07/25 21:18:45 UTC

[GitHub] [accumulo-website] ctubbsii commented on a diff in pull request #330: Add JShell version of the Accumulo Tour to website

ctubbsii commented on code in PR #330:
URL: https://github.com/apache/accumulo-website/pull/330#discussion_r929306465


##########
_config.yml:
##########
@@ -44,6 +44,13 @@ defaults:
     values:
       layout: "tour"
       permalink: "/tour/:basename/"
+  -
+    scope:
+      path: "tour-jshell"
+      type: "pages"
+    values:
+      layout: "tour-jshell"
+      permalink: "/tour-jshell/:basename/"

Review Comment:
   This should replace the existing tour. Not sit adjacent to it.



-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org