Преглед изворни кода

Removed Previous and Next links from bottom of pages

mike пре 1 година
родитељ
комит
54ec89c2ed
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      lib/docs/filters/nextjs/clean_html.rb

+ 2 - 0
lib/docs/filters/nextjs/clean_html.rb

@@ -9,6 +9,8 @@ module Docs
                 css('div.sticky').remove #remove the floating menu
                 css('footer').remove
                 css('div.feedback_inlineTriggerWrapper__o7yUx').remove
+                css('header').remove #remove links from the top of the page
+                css('nav').remove
                 doc
             end
         end