Browse Source

Removed Previous and Next links from bottom of pages

mike 1 year ago
parent
commit
54ec89c2ed
1 changed files with 2 additions and 0 deletions
  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