removed footer

This commit is contained in:
aodhan 2024-02-24 09:52:31 -08:00
parent e7816ab4fa
commit da6cab72d0
2 changed files with 8 additions and 0 deletions

View file

@ -7,6 +7,8 @@ module Docs
css('div:contains("NEWS:")').remove css('div:contains("NEWS:")').remove
css('h2:contains("sponsors"), #sponsor-table').remove css('h2:contains("sponsors"), #sponsor-table').remove
css('div.sticky').remove #remove the floating menu css('div.sticky').remove #remove the floating menu
css('footer').remove
css('div.feedback_inlineTriggerWrapper__o7yUx').remove
doc doc
end end
end end

6
package-lock.json generated Normal file
View file

@ -0,0 +1,6 @@
{
"name": "devdocs",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}