mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Remove notebook-buttons img and broken link
This commit is contained in:
parent
c7a2a37280
commit
dd6586de6a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ module Docs
|
|||
def call
|
||||
@doc = at_css('.devsite-article-inner')
|
||||
|
||||
css('hr', '.devsite-nav', '.devsite-content-footer', '.devsite-article-body > br', '.devsite-article-meta', 'devsite-nav-buttons', '.devsite-banner', '.tfo-api img').remove
|
||||
css('hr', '.devsite-nav', '.devsite-content-footer', '.devsite-article-body > br', '.devsite-article-meta', 'devsite-nav-buttons', '.devsite-banner', '.tfo-api img', '.tfo-notebook-buttons img', '.tfo-notebook-buttons>:first-child').remove
|
||||
|
||||
css('aside.note').each do |node|
|
||||
node.name = 'blockquote'
|
||||
|
|
Loading…
Reference in a new issue