Skip to content

Commit 50eaff2

Browse files
authored
Merge pull request #1998 from marko-bekhta/fix/i273-use-relative-urls-for-quarkus-origin
Use relative URLs for quarkus guides
2 parents be5aebf + f955b58 commit 50eaff2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/index-docs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h1 class="title">{{ page.title }}</h1>
5151

5252
<!-- Static content displayed when there is no input in the search form or Javascript is disabled,
5353
but also used as a source of data for cards displayed by the vue.js app. -->
54-
<qs-target>
54+
<qs-target origins-with-relative-urls="quarkus">
5555
<div class="grid-wrapper guides" id="all-docs">
5656
{% include index-docs-merge.html type="tutorial" %}
5757
{% if values %}

_includes/index-guides.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h1 class="title">{{ page.title }}</h1>
4343

4444
<!-- Static content displayed when there is no input in the search form or Javascript is disabled,
4545
but also used as a source of data for cards displayed by the vue.js app. -->
46-
<qs-target>
46+
<qs-target origins-with-relative-urls="quarkus">
4747
<div class="grid-wrapper guides" id="docs">
4848
<div class="`grid__item width-6-12 width-12-12-m guide-categories callout-wrapper">
4949
<h3>View Category</h3>

0 commit comments

Comments
 (0)