소스 검색

Remove outdated clenaup

Kid 4 년 전
부모
커밋
c5dbdbd1cf
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      lib/docs/filters/yarn/entries_berry.rb

+ 0 - 2
lib/docs/filters/yarn/entries_berry.rb

@@ -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}. "