Skip to content

Commit 71adce7

Browse files
committed
- Removed /docs prefix
1 parent 50e3358 commit 71adce7

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

docs/_includes/custom-head.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<link rel="shortcut icon" type="image/x-icon" href="/docs/static_files/img/favicon.ico">
2-
<link rel="stylesheet" href="/docs/static_files/css/styles.css">
1+
<link rel="shortcut icon" type="image/x-icon" href="/static_files/img/favicon.ico">
2+
<link rel="stylesheet" href="/static_files/css/styles.css">
33
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
44
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
5-
<link rel="stylesheet" href="/docs/static_files/css/viglet.css">
6-
<link rel="stylesheet" href="/docs/static_files/site.css">
7-
<script src="/docs/static_files/setup.js"></script>
8-
<script defer src="/docs/static_files/site.js"></script>
5+
<link rel="stylesheet" href="/static_files/css/viglet.css">
6+
<link rel="stylesheet" href="/static_files/site.css">
7+
<script src="/static_files/setup.js"></script>
8+
<script defer src="/static_files/site.js"></script>

docs/_includes/solution-list.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
33
<div class="col-lg-2 col-md-6 col-sm-6 col-xs-6 col-centered hidden-xs hidden-sm;" style="width: 205px;float: left;">
44

55
{%- if solution.service-url -%}
6-
<a target="_blank" href="/docs{{ solution.service-url }}">
6+
<a target="_blank" href="{{ solution.service-url }}">
77
<div style="text-align: center;margin-bottom: 20px">
88
<img src="{{ solution.logo }}" style="width: 180px;">
99
</div>
1010
</a>
1111
{%- else -%}
12-
<a href="/docs{{ solution.permalink }}">
12+
<a href="{{ solution.permalink }}">
1313
{%- include solution-home-logo.html -%}
1414
</a>
1515
{%- endif -%}
1616

1717
</div>
1818
<div class="col-lg-10 col-md-6 col-sm-6 col-xs-6 col-centered" style="width: calc(100% - 215px);">
1919
<h2> {%- if solution.service-url -%}
20-
<a href="/docs{{ solution.service-url }}" target="_blank" style="color:#444;text-decoration: none;font-weight: bolder;">{{
20+
<a href="{{ solution.service-url }}" target="_blank" style="color:#444;text-decoration: none;font-weight: bolder;">{{
2121
solution.short-name }}</a>
2222
{%- else -%}
23-
<a href="/docs{{ solution.permalink }}" style="color:#444;text-decoration: none;font-weight: bolder;">{{
23+
<a href="{{ solution.permalink }}" style="color:#444;text-decoration: none;font-weight: bolder;">{{
2424
solution.short-name }}</a>
2525
{%- endif -%}
2626
</h2>

docs/_layouts/documentation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{% assign solution = site.solutions | where:"identifier", page.product | first %}
66
{%- include github_link.html -%}
77
<button type="button" class="btn btn-floating btn-lg" id="btn-back-to-top" style="display: block;
8-
background-image: url(/docs/static_files/svg/up.svg);
8+
background-image: url(/static_files/svg/up.svg);
99
background-repeat: no-repeat;
1010
height: 30px;background-position: center;">
1111

docs/_layouts/product.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a href="{{ documentation.docurl }}" class="py-2" style="text-decoration: none;color: inherit">
1818
<div class="col d-flex align-items-start">
1919
<div style="margin-right: 10px;">
20-
<img src="/docs/static_files/img/document.png">
20+
<img src="/static_files/img/document.png">
2121
</div>
2222
<div>
2323
<h2>{{ documentation.title }}</h2>

0 commit comments

Comments
 (0)