Explorar el Código

removed footer

aodhan hace 1 año
padre
commit
da6cab72d0
Se han modificado 2 ficheros con 8 adiciones y 0 borrados
  1. 2 0
      lib/docs/filters/nextjs/clean_html.rb
  2. 6 0
      package-lock.json

+ 2 - 0
lib/docs/filters/nextjs/clean_html.rb

@@ -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 - 0
package-lock.json

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