Skip to content

Commit 730d49d

Browse files
authored
Merge pull request #178 from robobario/fix-doc-links
Redirect old-style 0.13.0 documentation to the new
2 parents 52e8dcb + f0378db commit 730d49d

File tree

141 files changed

+38
-10087
lines changed

Some content is hidden

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

141 files changed

+38
-10087
lines changed

_data/redirects/errors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseUrl: https://kroxylicious.io/documentation/
1+
baseUrl: /documentation/
22
delay: 3
33
mappings:
44
- name: clientTls

_layouts/redirect.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!doctype html>
2+
{% assign absolute_target = page.target | absolute_url %}
23
<html lang="en">
34
<head>
45
<meta charset="utf-8">
@@ -13,13 +14,13 @@
1314
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/js/bootstrap.bundle.min.js"
1415
integrity="sha512-X/YkDZyjTf4wyc2Vy16YGCPHwAY8rZJY+POgokZjQB2mhIRFJCckEGc6YyX9eNsPfn0PzThEuNs+uaomE5CO6A=="
1516
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
16-
<meta http-equiv="refresh" content="{{ page.delay }}; url={{ page.target }}">
17+
<meta http-equiv="refresh" content="{{ page.delay }}; url={{ absolute_target }}">
1718
</head>
1819
<body class="d-flex flex-column min-vh-100" data-bs-theme="light">
1920
{% include nav.html %}
2021
<div class="container-fluid px-0 krx-content" data-bs-theme="light">
2122
<div class="paragraph" role="main">
22-
<div>Redirecting to <a href="{{ page.target }}">{{ page.target }}</a>...</div>
23+
<div>Redirecting to <a href="{{ absolute_target }}">{{ absolute_target }}</a>...</div>
2324
<div class="spinner-border text-success" role="status">
2425
<span class="visually-hidden">waiting...</span>
2526
</div>

docs/v0.13.0/_files/_assets/attributes.adoc

Lines changed: 0 additions & 88 deletions
This file was deleted.

0 commit comments

Comments
 (0)