Skip to content

Commit 54ec89c

Browse files
committed
Removed Previous and Next links from bottom of pages
1 parent da6cab7 commit 54ec89c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/docs/filters/nextjs/clean_html.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ def call
99
css('div.sticky').remove #remove the floating menu
1010
css('footer').remove
1111
css('div.feedback_inlineTriggerWrapper__o7yUx').remove
12+
css('header').remove #remove links from the top of the page
13+
css('nav').remove
1214
doc
1315
end
1416
end

0 commit comments

Comments
 (0)