Skip to content

Commit baa9eb9

Browse files
committed
Deploy v6.16 7a830ef
1 parent 444605b commit baa9eb9

File tree

901 files changed

+12618
-12618
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

901 files changed

+12618
-12618
lines changed

404.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
(function() {
99
var path = window.location.pathname;
1010

11-
// Match /latest/ or /v{version}/ patterns (e.g., /latest/en/index.html or /v6.13/en/index.html)
12-
var versionPattern = /^\/(latest|v[\d.]+)\/(.*)/;
11+
// Match /observability-workshop/latest/ or /observability-workshop/v{version}/ patterns
12+
var versionPattern = /^\/observability-workshop\/(latest|v[\d.]+)\/(.*)/;
1313
var match = path.match(versionPattern);
1414

1515
if (match) {
1616
// Extract the path after the version (e.g., "en/index.html")
17-
var newPath = '/' + match[2];
17+
var newPath = match[2];
1818

1919
// Preserve query string and hash if present
20-
var newUrl = window.location.origin + '/observability-workshop' + newPath + window.location.search + window.location.hash;
20+
var newUrl = window.location.origin + '/observability-workshop/' + newPath + window.location.search + window.location.hash;
2121

2222
// Redirect to new URL
2323
window.location.replace(newUrl);

en/404.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

en/categories/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

en/conf/1-advanced-collector/1-agent-gateway/1-1-gateway/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

en/conf/1-advanced-collector/1-agent-gateway/1-2-send-metrics/index.html

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

en/conf/1-advanced-collector/1-agent-gateway/index.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

en/conf/1-advanced-collector/1-agent-gateway/index.print.html

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

en/conf/1-advanced-collector/2-building-resilience/2-1-configuration/index.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

en/conf/1-advanced-collector/2-building-resilience/2-2-test-environment/index.html

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

en/conf/1-advanced-collector/2-building-resilience/2-3-failure/index.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)