mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
removed footer
This commit is contained in:
parent
e7816ab4fa
commit
da6cab72d0
2 changed files with 8 additions and 0 deletions
|
@ -7,6 +7,8 @@ module Docs
|
|||
css('div:contains("NEWS:")').remove
|
||||
css('h2:contains("sponsors"), #sponsor-table').remove
|
||||
css('div.sticky').remove #remove the floating menu
|
||||
css('footer').remove
|
||||
css('div.feedback_inlineTriggerWrapper__o7yUx').remove
|
||||
doc
|
||||
end
|
||||
end
|
||||
|
|
6
package-lock.json
generated
Normal file
6
package-lock.json
generated
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"name": "devdocs",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {}
|
||||
}
|
Loading…
Reference in a new issue