We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6cab7 commit 54ec89cCopy full SHA for 54ec89c
lib/docs/filters/nextjs/clean_html.rb
@@ -9,6 +9,8 @@ def call
9
css('div.sticky').remove #remove the floating menu
10
css('footer').remove
11
css('div.feedback_inlineTriggerWrapper__o7yUx').remove
12
+ css('header').remove #remove links from the top of the page
13
+ css('nav').remove
14
doc
15
end
16
0 commit comments