github / catalyst

Catalyst is a set of patterns and techniques for developing components within a complex application.
https://github.github.io/catalyst/
MIT License
1.34k stars 50 forks source link

Prev and next links #272

Closed robin4a4 closed 2 years ago

robin4a4 commented 2 years ago

In most docs I find it useful when there are links at the bottom to navigate between next and previous pages so here is a little PR that adds those kind of links. It is mostly a fun experiment on Jekyll and the Primer design system so maybe there is a better way to do so ! (I tried with the built in next and previous methods but it requires the pages to be correctly ordered in the folder and I wanted my changes to be minimal)