Skip to content

Commit

Permalink
Adding AI gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
djannot committed Dec 16, 2024
1 parent 4e6942a commit 6091634
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h1>Gloo Gateway Workshops in Instruqt</h1>

// JSON data for "Gloo Gateway Workshops in Markdown Format"
const jsonTable2 = {
"headers": ["Workshop", "default", "vm", "openshift", "lambda", "waypoint", "virtual destination"],
"headers": ["Workshop", "default", "vm", "openshift", "lambda", "waypoint", "virtual destination", "ai"],
"rows": [
{
"Workshop": "Gloo Edge",
Expand Down Expand Up @@ -127,6 +127,9 @@ <h1>Gloo Gateway Workshops in Instruqt</h1>
"virtual destination": [
{ "text": "1.18", "url": "https://github.com/solo-io/workshops/tree/master/gloo-gateway/1-18/gloo-mesh-vd/default" }
],
"ai": [
{ "text": "1.18", "url": "https://github.com/solo-io/workshops/tree/master/gloo-gateway/1-18/enterprise/ai-gateway" }
],
}
]
};
Expand Down Expand Up @@ -157,7 +160,7 @@ <h1>Gloo Gateway Workshops in Instruqt</h1>

// JSON data for "Gloo Gateway Workshops in Instruqt"
const jsonTable4 = {
"headers": ["Workshop", "default", "lambda", "waypoint", "virtual destination"],
"headers": ["Workshop", "default", "lambda", "waypoint", "virtual destination", "ai"],
"rows": [
{
"Workshop": "Gloo Edge",
Expand Down Expand Up @@ -187,6 +190,9 @@ <h1>Gloo Gateway Workshops in Instruqt</h1>
"virtual destination": [
{ "text": "1.18", "url": "https://play.instruqt.com/manage/soloio/tracks/1-18-gloo-mesh-vd-default" }
],
"ai": [
{ "text": "1.18", "url": "https://play.instruqt.com/manage/soloio/tracks/1-18-enterprise-ai-gateway-default" }
],
}
]
};
Expand Down

0 comments on commit 6091634

Please sign in to comment.