typedoc-plugin-markdown icon indicating copy to clipboard operation
typedoc-plugin-markdown copied to clipboard

is it possible to reorder generated sections?

Open ramitheeb opened this issue 1 year ago • 1 comments
trafficstars

What package is the feature request related to?

typedoc-plugin-markdown

Background

is it possible to reorder the generated sections? i want the examples to show up above parameters

Proposed solution

No response

ramitheeb avatar Jun 05 '24 09:06 ramitheeb

So the ordering currently follows the behaviour of the default theme whereby block tags are intentionally rendered below the signature, but we could introduce an option to re-order how block tags are rendered. Would need to have a bit of a think on how this would be configured.

tgreyuk avatar Jun 06 '24 10:06 tgreyuk

You can now do:

{
  "blockTagsPreserveOrder": ["@example"]
}

Available in [email protected]

tgreyuk avatar Jul 10 '24 22:07 tgreyuk

@tgreyuk thanks!

ramitheeb avatar Jul 18 '24 09:07 ramitheeb