Remove unnecessary prefix

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

@ -18,9 +18,6 @@ module Docs
name.prepend "#{links.index(active_link) + 1}. "
end
# TODO: remove when https://github.com/yarnpkg/berry/issues/3809 is resolved
name.prepend('yarn ') if slug.start_with?('sdks', 'pnpify')
name
end

Loading…
Cancel
Save