addSection
Add a new top-level section to the POM.
Parameters
title
Section title.
opts
Optional section content.
opts.body
Section body text.
opts.bullets
List of bullet points for this section.
opts.numbered
Whether to number this section in the rendered output.
opts.numberedBullets
Whether to number bullet points instead of using bullet markers.
opts.subsections
List of subsection objects, each with "title", optional "body", and
optional "bullets" keys.
Returns
PomBuilder — Self for method chaining.