Skip to content

Commit

Permalink
doc.akka not docs.akka
Browse files Browse the repository at this point in the history
  • Loading branch information
rasummer committed Nov 25, 2024
1 parent 93e5e60 commit 78cddd2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/supplemental_ui/partials/footer-scripts-supplemental.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
switch (hostname) {
case "localhost":
return "localhost";
case "docs.akka.dev":
case "doc.akka.dev":
return "dev";
case "docs.akka.st":
case "doc.akka.st":
return "staging";
case "docs.akka.io":
case "doc.akka.io":
return "prod";
default:
if (hostname.includes("akka.work")) {
Expand All @@ -32,11 +32,11 @@
switch (hostname) {
case "localhost":
return "localhost";
case "docs.akka.dev":
case "doc.akka.dev":
return ".akka.dev";
case "docs.akka.st":
case "doc.akka.st":
return ".akka.st";
case "docs.akka.io":
case "doc.akka.io":
return ".akka.io";
default:
if (hostname.includes("akka.work")) {
Expand Down

0 comments on commit 78cddd2

Please sign in to comment.