quarkiverse / quarkus-roq

An extension to generate/publish static pages from your Quarkus web-app
https://pages.quarkiverse.io/quarkus-roq/
Apache License 2.0
22 stars 11 forks source link

Give the ability to make posts series #294

Open jtama opened 3 days ago

jtama commented 3 days ago

The idea is to be able to add specify that a post is part of a serie, and offer automatic navigation to other posts fro the same serie.

It gives strong coupling between multiple posts.

I know it exists at least on dev.to :

image

I have made something for our internal use case, and added i18n for english and french, but I am not 100% percent I choose the right path.

I can provide a PR as base for more discussion.