From 65f91e0acfe3c886fd9cd699d139d3bdaa1272e8 Mon Sep 17 00:00:00 2001 From: Mudasiru Rasheed Date: Thu, 11 Jul 2024 00:59:20 +0000 Subject: [PATCH] resolve latest comment --- docs/Gemfile.lock | 2 -- docs/_layouts/default.html | 2 +- docs/assets/js/main.js | 3 +-- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 18b53ad472bc..de99bbcb48ef 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -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) diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 252e01859701..4232c565e715 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -66,7 +66,7 @@
{% if page.url contains "/articles/" %} -
+

{{ page.name | remove: '.md' | split: "-" | join: " " }}

diff --git a/docs/assets/js/main.js b/docs/assets/js/main.js index 206924100a77..8b7fa1377fb0 100644 --- a/docs/assets/js/main.js +++ b/docs/assets/js/main.js @@ -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`); }); - -}); \ No newline at end of file +});