Remove outdated clenaup

pull/1667/head
Kid 3 years ago committed by GitHub
parent 98b46e6d59
commit c5dbdbd1cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,8 +11,6 @@ module Docs
name = at_css('h1').content
if slug.start_with?('getting-started')
name.remove! /\d - /
active_link = at_css('main .active')
links = active_link.parent.children.to_a
name.prepend "#{links.index(active_link) + 1}. "

Loading…
Cancel
Save