diff --git a/docs/processors/standalone/conduit-processor-template.mdx b/docs/2-developing/1-processors/0-conduit-processor-template.mdx similarity index 87% rename from docs/processors/standalone/conduit-processor-template.mdx rename to docs/2-developing/1-processors/0-conduit-processor-template.mdx index 0aa4ccc1..ec984290 100644 --- a/docs/processors/standalone/conduit-processor-template.mdx +++ b/docs/2-developing/1-processors/0-conduit-processor-template.mdx @@ -1,6 +1,5 @@ --- title: "Conduit Processor Template" -sidebar_position: 1 --- ## Initializing a Conduit Processor Project @@ -27,17 +26,19 @@ Included in the Conduit Processor Template are: :::note -By convention the name of the repository should be conduit-processor-[processor name]. So if you would like to reference the processor using foo, the repository should be named conduit-processor-foo. +By convention the name of the repository should be conduit-processor-`processor name`. So if you would like to reference the processor using foo, the repository should be named conduit-processor-foo. ::: + ## Developing Processors -Implement a processor by defining a struct that satisfies the [sdk.Processor](