logstash_docs_path

in generate_plugin_placeholder.rb [37:42]


  def logstash_docs_path
    path = File.join(output_path, "logstash-docs")
    fail("#{path} doesn't exist. Please provide the path for `--output-path` where `logstash-docs` repo is located.") unless Dir.exist?(path)
    path
  end