Skip to content

Commit

Permalink
resolve latest comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiwrash committed Jul 11, 2024
1 parent cc62397 commit 65f91e0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,6 @@ GEM
racc (~> 1.4)
nokogiri (1.15.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
Expand Down
2 changes: 1 addition & 1 deletion docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<div id="article-content">
<!-- Article title (only shown in article pages) -->
{% if page.url contains "/articles/" %}
<div class="tit le-platform-tabs">
<div class="title-platform-tabs">
<h1 class="title">
{{ page.name | remove: '.md' | split: "-" | join: " " }}
</h1>
Expand Down
3 changes: 1 addition & 2 deletions docs/assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,5 +327,4 @@ window.addEventListener('DOMContentLoaded', () => {
// Count property of y-axis to keep scroll position & reference it later for making the body fixed when sidebar opened
document.documentElement.style.setProperty('y-axis', `${window.scrollY}px`);
});

});
});

0 comments on commit 65f91e0

Please sign in to comment.