File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 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 ">
3
3
< link href ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/css/bootstrap.min.css "
rel ="
stylesheet "
integrity ="
sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC "
crossorigin ="
anonymous "
>
4
4
< 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 >
Original file line number Diff line number Diff line change 3
3
< 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; ">
4
4
5
5
{%- if solution.service-url -%}
6
- < a target ="_blank " href ="/docs {{ solution.service-url }} ">
6
+ < a target ="_blank " href ="{{ solution.service-url }} ">
7
7
< div style ="text-align: center;margin-bottom: 20px ">
8
8
< img src ="{{ solution.logo }} " style ="width: 180px; ">
9
9
</ div >
10
10
</ a >
11
11
{%- else -%}
12
- < a href ="/docs {{ solution.permalink }} ">
12
+ < a href ="{{ solution.permalink }} ">
13
13
{%- include solution-home-logo.html -%}
14
14
</ a >
15
15
{%- endif -%}
16
16
17
17
</ div >
18
18
< div class ="col-lg-10 col-md-6 col-sm-6 col-xs-6 col-centered " style ="width: calc(100% - 215px); ">
19
19
< 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; "> {{
21
21
solution.short-name }}</ a >
22
22
{%- 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; "> {{
24
24
solution.short-name }}</ a >
25
25
{%- endif -%}
26
26
</ h2 >
Original file line number Diff line number Diff line change 5
5
{% assign solution = site.solutions | where:"identifier", page.product | first %}
6
6
{%- include github_link.html -%}
7
7
< 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);
9
9
background-repeat: no-repeat;
10
10
height: 30px;background-position: center; ">
11
11
Original file line number Diff line number Diff line change 17
17
< a href ="{{ documentation.docurl }} " class ="py-2 " style ="text-decoration: none;color: inherit ">
18
18
< div class ="col d-flex align-items-start ">
19
19
< div style ="margin-right: 10px; ">
20
- < img src ="/docs/ static_files/img/document.png ">
20
+ < img src ="/static_files/img/document.png ">
21
21
</ div >
22
22
< div >
23
23
< h2 > {{ documentation.title }}</ h2 >
You can’t perform that action at this time.
0 commit comments