Open JimMadge opened 11 months ago
Currently the pathways panel is inserted after a hardcoded heading (text and heading level) in the index page.
To make this more general/transferable we could instead insert the panel at any place we find a block or directive e.g.
<!-- pathways start --> <!-- pathways end -->
like in all-contributors, or
.. pathways::
like a Sphinx directive.
Currently the pathways panel is inserted after a hardcoded heading (text and heading level) in the index page.
To make this more general/transferable we could instead insert the panel at any place we find a block or directive e.g.
like in all-contributors, or
like a Sphinx directive.