Przeglądaj źródła

chef: remove TOC-button

Simon Legner 5 lat temu
rodzic
commit
3797d9e047
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lib/docs/filters/chef/clean_html.rb

+ 1 - 1
lib/docs/filters/chef/clean_html.rb

@@ -19,7 +19,7 @@ module Docs
 
         css('#feedback').remove
 
-        css('.mini-toc-header').remove
+        css('.mini-toc-header', '.TOC-button').remove
 
         doc
       end