Another thing to note is that 1.x is referred to in the Contributor Guide and it should be 2.x
> Checkout the 'main' or '1.x.0' branch > git checkout -b main origin/main will create a local, tracking branch > named main. > git checkout -b 0.x origin/1.x.0 will create a local, tracking branch > named 1.x.0. > > The main branch currently represents the next major release line (1.x.0). On Fri, Mar 28, 2025 at 1:22 PM Dan S <dsti...@gmail.com> wrote: > The Contributor Guide > <https://cwiki.apache.org/confluence/display/NIFI/Contributor+Guide> details > that documentation is created in AsciiDoc which I believe used to be the > case. Aren't we now using Markdown? > There are many references to AsciiDoc on that page which should be > corrected. >