Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _data/redirects/errors.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseUrl: https://kroxylicious.io/documentation/
baseUrl: /documentation/
delay: 3
mappings:
- name: clientTls
Expand Down
5 changes: 3 additions & 2 deletions _layouts/redirect.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!doctype html>
{% assign absolute_target = page.target | absolute_url %}
<html lang="en">
<head>
<meta charset="utf-8">
Expand All @@ -13,13 +14,13 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/js/bootstrap.bundle.min.js"
integrity="sha512-X/YkDZyjTf4wyc2Vy16YGCPHwAY8rZJY+POgokZjQB2mhIRFJCckEGc6YyX9eNsPfn0PzThEuNs+uaomE5CO6A=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<meta http-equiv="refresh" content="{{ page.delay }}; url={{ page.target }}">
<meta http-equiv="refresh" content="{{ page.delay }}; url={{ absolute_target }}">
</head>
<body class="d-flex flex-column min-vh-100" data-bs-theme="light">
{% include nav.html %}
<div class="container-fluid px-0 krx-content" data-bs-theme="light">
<div class="paragraph" role="main">
<div>Redirecting to <a href="{{ page.target }}">{{ page.target }}</a>...</div>
<div>Redirecting to <a href="{{ absolute_target }}">{{ absolute_target }}</a>...</div>
<div class="spinner-border text-success" role="status">
<span class="visually-hidden">waiting...</span>
</div>
Expand Down
88 changes: 0 additions & 88 deletions docs/v0.13.0/_files/_assets/attributes.adoc

This file was deleted.

Loading