the-turing-way / pathways

Curate user pathways for The Turing Way
MIT License
1 stars 1 forks source link

Improve pathways panel placement #5

Open JimMadge opened 11 months ago

JimMadge commented 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.