fetch_release_docs

in asf-site-src/config.rb [102:113]


def fetch_release_docs(output, version)
  puts "Downloading and extracting #{version} from ASF archives"
  `(cd 
    && mkdir -p site/documentation/
    && curl --fail --location --output site-
    https://archive.apache.org/dist/yetus/
    && tar -C site/documentation/
    --strip-components 3 -xzpf site-
    apache-yetus-
    )`
end