diff --git a/telegraf-build/templates/plugin_aggregator.tmpl b/telegraf-build/templates/plugin_aggregator.tmpl deleted file mode 100644 index e69de29bb..000000000 diff --git a/telegraf-build/templates/plugin_inputs.tmpl b/telegraf-build/templates/plugin_inputs.tmpl deleted file mode 100644 index fdfa6b3d7..000000000 --- a/telegraf-build/templates/plugin_inputs.tmpl +++ /dev/null @@ -1,13 +0,0 @@ ---- -description: "Telegraf plugin for collecting metrics from {{.Name}}" -menu: - telegraf_v1_ref: - parent: input_plugins_reference - name: {{.Name}} - identifier: input-{{.ID}} -tags: [{{.Name}}, "input-plugins", "configuration"] -related: - - /telegraf/v1/configure_plugins/ ---- - -{{.Readme}} \ No newline at end of file diff --git a/telegraf-build/templates/plugin_outputs.tmpl b/telegraf-build/templates/plugin_outputs.tmpl deleted file mode 100644 index 840afa74c..000000000 --- a/telegraf-build/templates/plugin_outputs.tmpl +++ /dev/null @@ -1,13 +0,0 @@ ---- -description: "Telegraf plugin for sending metrics to {{.Name}}" -menu: - telegraf_v1_ref: - parent: output_plugins_reference - name: {{.Name}} - identifier: output-{{.ID}} -tags: [{{.Name}}, "output-plugins", "configuration"] -related: - - /telegraf/v1/configure_plugins/ ---- - -{{.Readme}} \ No newline at end of file diff --git a/telegraf-build/templates/plugin_processor.tmpl b/telegraf-build/templates/plugin_processor.tmpl deleted file mode 100644 index e69de29bb..000000000