Add 310 tour

This commit is contained in:
Nick O'Leary
2023-02-02 13:34:01 +00:00
parent fc251d005e
commit 6d717a21cf
15 changed files with 215 additions and 101 deletions

View File

@@ -435,10 +435,15 @@ RED.tourGuide = (function() {
function listTour() {
return [
{
id: "3_1",
label: "3.1",
path: "./tours/welcome.js"
},
{
id: "3_0",
label: "3.0",
path: "./tours/welcome.js"
path: "./tours/3.0/welcome.js"
},
{
id: "2_2",