We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d5a6e commit da1200dCopy full SHA for da1200d
lib/docs/filters/salt_stack/clean_html.rb
@@ -2,6 +2,11 @@ module Docs
2
class SaltStack
3
class CleanHtmlFilter < Filter
4
def call
5
+ if root_page?
6
+ doc.inner_html = '<h1>SaltStack</h1>'
7
+ return doc
8
+ end
9
+
10
css('.headerlink').remove
11
12
css('div[class^="highlight-"]').each do |node|
0 commit comments