Updating the documentation for Site#transform_pages
This commit is contained in:
parent
f5c727fadb
commit
3840380c8d
|
@ -74,9 +74,11 @@ module Jekyll
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# Recursively transform and write all non-post pages to <dest>/
|
# Copy all regular files from <source> to <dest>/ ignoring
|
||||||
# +dir+ is the String path part representing the path from
|
# any files/directories that are hidden (start with ".") or contain
|
||||||
# <source> to the currently processing dir (default '')
|
# site content (start with "_")
|
||||||
|
# The +dir+ String is a relative path used to call this method
|
||||||
|
# recursively as it descends through directories
|
||||||
#
|
#
|
||||||
# Returns nothing
|
# Returns nothing
|
||||||
def transform_pages(dir = '')
|
def transform_pages(dir = '')
|
||||||
|
|
Loading…
Reference in New Issue