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


##########
tour-jshell/index.md:
##########
@@ -0,0 +1,26 @@
+---
+title: Accumulo Tour
+layout: page
+permalink: /tour-jshell/
+skiph1fortitle: true
+---
+
+{% assign tour_pages = site.data.tour-jshell.docs %}
+{% assign first_url = tour_pages[0] | prepend: '/tour-jshell/' | append: '/' %}
+{% assign first_page = site.pages | where:'url',first_url | first %}
+
+Welcome to the JShell version of the Accumulo tour! When on a tour page, the 
left and
+right keys on the keyboard can be used to navigate. The tour begins at the
+[{{ first_page.title }}]({{ first_url }}) page.
+
+If you have any questions or suggestions while
+going through the tour, please email our [mailing list][mlist] or [create an 
issue][issue].
+
+{% for p in tour_pages %}
+  {% assign doc_url = p | prepend: '/tour-jshell/' | append: '/' %}
+  {% assign link_to_page = site.pages | where:'url',doc_url | first %}
+  1. [{{ link_to_page.title }}]({{ doc_url }})
+{% endfor %}
+
+[mlist]: /contact-us/#mailing-lists

Review Comment:
   As above, this link matches the format of the existing tour page. Again, 
will monitor once published and change then if necessary.



-- 
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