Skip to content

Commit f38f820

Browse files
committed
separate theme and page assets
rh-pre-commit.version: 2.0.1 rh-pre-commit.check-secrets: ENABLED
1 parent 779220e commit f38f820

27 files changed

+16
-16
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="container" style="margin: 10px auto; max-width: 600px; text-align: center;">
66
<div class="row w-100 my-5 justify-content-center">
77
<a href="{{ '/' | absolute_url }}"/>
8-
<img class="img-fluid ms-4" src="{{ '/images/kroxylicious_logo_rgb_vert_default.svg' | absolute_url }}" alt="Kroxylicious logo">
8+
<img class="img-fluid ms-4" src="{{ '/assets/theme/images/kroxylicious_logo_rgb_vert_default.svg' | absolute_url }}" alt="Kroxylicious logo">
99
</a>
1010
</div>
1111
<div class="row w-100 my-5 justify-content-center">

_includes/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="row krx-footer-links justify-content-between">
44
<div class="col-lg-4 mb-3">
55
<a class="d-inline-flex align-items-center mb-3 text-body-emphasis text-decoration-none" href="/" aria-label="Kroxylicious">
6-
<img class="me-2 align-middle" src="{{ '/images/kroxylicious_logo_rgb_no_text.svg' | absolute_url }}" height="32" alt="Kroxylicious logo">
6+
<img class="me-2 align-middle" src="{{ '/assets/theme/images/kroxylicious_logo_rgb_no_text.svg' | absolute_url }}" height="32" alt="Kroxylicious logo">
77
<span class="fs-4">Kroxylicious</span>
88
</a>
99
<ul class="list-unstyled small">
@@ -29,7 +29,7 @@
2929
</div>
3030
<div class="w-100 my-2">
3131
<a class="icon-link me-1" href="https://github.com/kroxylicious/kroxylicious">
32-
<img class="img-fluid krx-icon" src="{{ '/images/github-mark.svg' | absolute_url }}"/>
32+
<img class="img-fluid krx-icon" src="{{ '/assets/theme/images/github-mark.svg' | absolute_url }}"/>
3333
</a>
3434
</div>
3535
</li>

_includes/nav.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<nav class="container-xxl krx-gutter flex-wrap flex-lg-nowrap" data-bs-theme="dark" aria-label="Main navigation">
33
<div class="d-lg-none" style="width: 2.25rem;"></div>
44
<a class="navbar-brand p-0 me-0 me-lg-2" href="{{ '/' | absolute_url }}" aria-label="Kroxylicious">
5-
<img src="{{ 'images/kroxylicious_logo_rgb_hori_reverse_bright.svg' | absolute_url }}"
5+
<img src="{{ '/assets/theme/images//kroxylicious_logo_rgb_hori_reverse_bright.svg' | absolute_url }}"
66
alt="Kroxylicious: Network proxy framework for Apache Kafka" height=32>
77
</a>
88
<button class="navbar-toggler d-flex d-lg-none order-3 p-2" type="button" data-bs-toggle="offcanvas" data-bs-target="#navbarContent" aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation">
@@ -11,7 +11,7 @@
1111
<div class="offcanvas-lg offcanvas-end flex-grow-1" id="navbarContent" aria-labelledby="navbarContentOffcanvasLabel">
1212
<div class="offcanvas-header px-4 pb-0">
1313
<a class="navbar-brand p-0 me-0 me-lg-2" href="{{ '/' | absolute_url }}" aria-label="Kroxylicious">
14-
<img src="{{ 'images/kroxylicious_logo_rgb_hori_reverse_bright.svg' | absolute_url }}"
14+
<img src="{{ '/assets/theme/images//kroxylicious_logo_rgb_hori_reverse_bright.svg' | absolute_url }}"
1515
alt="Kroxylicious: Network proxy framework for Apache Kafka" height=32>
1616
</a>
1717
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="offcanvas" aria-label="Close" data-bs-target="#navbarContent"></button>

_includes/redhat-footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="license">
44
&copy; Kroxylicious authors {{ 'now' | date: "%Y" }} | Kroxylicious licensed <a href="https://github.com/kroxylicious/kroxylicious/blob/main/LICENSE" target="_blank" rel="license noopener">Apache-2.0</a> | Documentation <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="license noopener">CC-BY-4.0</a> | Apache and Apache Kafka are trademarks of the <a href="https://www.apache.org/" target="_blank" rel="license noopener">Apache Software Foundation</a>.
55
</div>
6-
<div class="redhat-logo"><a href="https://www.redhat.com/" target="_blank"><img src="{{site.baseurl}}/assets/images/Logo-Red_Hat-Sponsored_By-A-Reverse-RGB.svg"></a>
6+
<div class="redhat-logo"><a href="https://www.redhat.com/" target="_blank"><img src="{{site.baseurl}}/assets/theme/images/Logo-Red_Hat-Sponsored_By-A-Reverse-RGB.svg"></a>
77
</div>
88
</div>
99
</div>

_layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div class="container col-xxl-8 px-4 py-5">
99
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
1010
<div class="col-10 col-sm-8 col-lg-6">
11-
<img src="{{site.baseurl}}/images/kroxylicious_logo_rgb_no_text.svg" class="d-block mx-lg-auto img-fluid" alt="Kroxylicious Mascot" width="700" height="500" loading="lazy">
11+
<img src="{{ '/assets/theme/images/kroxylicious_logo_rgb_no_text.svg' | absolute_url}}" class="d-block mx-lg-auto img-fluid" alt="Kroxylicious Mascot" width="700" height="500" loading="lazy">
1212
</div>
1313
<div class="col-lg-6">
1414
<h1 class="fw-bold text-body-emphasis lh-1 mb-3">Kroxylicious, the snappy open source proxy for Apache Kafka<sup>&#174;</sup></h1>

_use_cases/encryption-at-rest.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ in addition to any in-house compliance requirements.
1818
The problem is made more complex if the enterprise has opted to utilise a Cloud Kafka Service as the confidential
1919
data is now residing in the clear on the file systems of the service provider.
2020

21-
| ![image](../assets/encryption-at-rest_problem.png){:width="100%"} |
21+
| ![image](../assets/pages/encryption-at-rest_problem.png){:width="100%"} |
2222
|:-----------------------------------------------------------------:|
2323
| *Problem: Plain text records readable by the Kafka Admins* |
2424

@@ -97,7 +97,7 @@ encryption keys are to be used to encrypt the records of which topics. Uses case
9797
are encrypted and some remain unencrypted are supported.
9898

9999

100-
| ![image](../assets/encryption-at-rest_solution.png){:width="100%"} |
100+
| ![image](../assets/pages/encryption-at-rest_solution.png){:width="100%"} |
101101
|:------------------------------------------------------------------:|
102102
| *Kroxylicious Record Encryption Deployment[^2]* |
103103

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

overview.markdown

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ a Kafka Service offered by a cloud provider.
2828

2929
A key concept in Kroxylicious is the Filter. It is these that layer additional behaviours into the Kafka system.
3030

31-
| ![image](../assets/overview.png){:width="100%"} |
32-
|:-----------------------------------------------:|
33-
| *Overview* |
31+
| ![image](/assets/pages/overview.png){:width="100%"} |
32+
|:---------------------------------------------------:|
33+
| *Overview* |
3434

3535
##### Filters
3636

@@ -42,9 +42,9 @@ their response counterparts, or both.
4242
Kroxylicious ships with some pre-built filters of its own (see [use-cases](../use-cases)). There is also the Filter API
4343
that lets you build custom filters, to fit your own use-case.
4444

45-
| ![image](../assets/filter.png){:width="100%"} |
46-
|:---------------------------------------------:|
47-
| *Request/Response Filtering* |
45+
| ![image](/assets/pages/filter.png){:width="100%"} |
46+
|:-------------------------------------------------:|
47+
| *Request/Response Filtering* |
4848

4949

5050
##### Filter Chains
@@ -55,7 +55,7 @@ For example, you may choose to build a filter chain compromising a policy enforc
5555
audit filter to suit the requirements of your use-case.
5656

5757

58-
| ![image](../assets/filter-chain.png){:width="100%"} |
58+
| ![image](/assets/pages/filter-chain.png){:width="100%"} |
5959
|:----------------------------------------------------:|
6060
| *Filter Chains* |
6161

0 commit comments

Comments
 (0)