Skip to content

Commit

Permalink
Update image path
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyz32 committed Oct 16, 2024
1 parent 5033c1d commit 49fcf8d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/config/examples/activeMQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ componentOptions.brokerURL=tcp://myactivemq:61616
## Result

<div style="text-align: center; margin: 20px;">
<img src="https://github.com/ThePrez/Manzan/blob/main/docs/images/activeMQ.png?raw=true" alt="ActiveMQ dashboard" style="box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); border-radius: 8px; max-width: 100%; display: block; margin-bottom: 20px;">
<img src="/images/activeMQ.png?raw=true" alt="ActiveMQ dashboard" style="box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); border-radius: 8px; max-width: 100%; display: block; margin-bottom: 20px;">
</div>
2 changes: 1 addition & 1 deletion docs/config/examples/googlePubSub.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ componentOptions.serviceAccountKey=<path_to_pubsub_service_account_key>
## Result

<div style="text-align: center; margin: 20px;">
<img src="https://github.com/ThePrez/Manzan/blob/main/docs/images/googlePubSub1.png?raw=true" alt="Google Pub/Sub 1" style="box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); border-radius: 8px; max-width: 100%; display: block; margin-bottom: 20px;">
<img src="/images/googlePubSub1.png?raw=true" alt="Google Pub/Sub 1" style="box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); border-radius: 8px; max-width: 100%; display: block; margin-bottom: 20px;">
</div>
4 changes: 2 additions & 2 deletions docs/config/examples/grafanaLoki.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ password=<loki_password>
## Result

<div style="text-align: center; margin: 20px;">
<img src="https://github.com/ThePrez/Manzan/blob/main/docs/images/grafanaLoki1.png?raw=true" alt="Grafana Loki 1" style="box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); border-radius: 8px; max-width: 100%; display: block; margin-bottom: 20px;">
<img src="https://github.com/ThePrez/Manzan/blob/main/docs/images/grafanaLoki2.png?raw=true" alt="Grafana Loki 2" style="box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); border-radius: 8px; max-width: 100%;">
<img src="/images/grafanaLoki1.png?raw=true" alt="Grafana Loki 1" style="box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); border-radius: 8px; max-width: 100%; display: block; margin-bottom: 20px;">
<img src="/images/grafanaLoki2.png?raw=true" alt="Grafana Loki 2" style="box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); border-radius: 8px; max-width: 100%;">
</div>
3 changes: 3 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@
<body>
<div id="app"></div>
<script>
const isLocal = window.location.hostname === 'localhost' || window.location.hostname === '127.0.0.1';

window.$docsify = {
name: 'Manzan',
basePath: isLocal ? '/' : '/Manzan/',
repo: 'https://github.com/ThePrez/Manzan',
loadSidebar: true,
}
Expand Down

0 comments on commit 49fcf8d

Please sign in to comment.