瀏覽代碼

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