Browse Source

Removed Previous and Next links from bottom of pages

mike 1 năm trước cách đây
mục cha
commit
54ec89c2ed
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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