Command
# File lib/jekyll/commands/doctor.rb, line 14 def deprecated_relative_permalinks(site) contains_deprecated_pages = false site.pages.each do |page| if page.uses_relative_permalinks Jekyll.logger.warn "Deprecation:", "'#{page.path}' uses relative" + " permalinks which will be deprecated in" + " Jekyll v1.1 and beyond." contains_deprecated_pages = true end end contains_deprecated_pages end
Generated with the Darkfish Rdoc Generator 2.