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 ">
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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);
99background-repeat: no-repeat;
1010height: 30px;background-position: center; ">
1111
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments