Browse Source

Elixir/Phoenix: Fix settings button appearing on header

Rodrigo Dlugokenski 3 years ago
parent
commit
4578ec01f1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lib/docs/filters/elixir/clean_html.rb

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

@@ -27,6 +27,8 @@ module Docs
       def api
         css('.hover-link', 'footer', ':not(.detail-header) > .view-source').remove
 
+        css('h1 .settings').remove
+
         css('.summary').each do |node|
           node.name = 'dl'
         end