ctubbsii commented on code in PR #330:
URL: https://github.com/apache/accumulo-website/pull/330#discussion_r930060054
##########
_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:
JShell can be used with the older version. We just don't have the
convenience tools to automatically set up the class path. The jshell-based tour
would still be applicable for those versions, but setting up the classpath
could be left as an exercise to the user.
Also, the tour targets new users. New users are not typically starting off
with old versions.
I would also call the tour "Interactive" rather than "JShell". JShell is the
just the tool, but the point of the tour using JShell is to be more
interactive, so that's the characteristic I would emphasize in any
menus/navigation/page titles.
--
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]