Open
Description
Description
Currently there are 3 guides for Qute:
- https://quarkus.io/guides/qute
- https://quarkus.io/guides/qute-reference
- https://docs.quarkiverse.io/quarkus-qute-web/dev/index.html
The idea is to bring it to two guides that gives the same story to users:
- Qute Web is the tutorial guide where you learn how to start from a basic 2-3 page website (without using REST) evolving a more sophisticated solution using a Qute REST endpoints (always pointing to qute-reference for full reference)
- Qute Reference is the reference guide:
- The Simplest Example
- Qute Core features
- Qute Web to bring it to the Web and do SSR
- Qute Web + REST to bind templates on REST endpoints
On both the tutorial and the reference we should have a small section about:
- Web Bundler to bundle javascript & styles alongside Qute
- Renarde to use Qute in a MVC fashion
The Qute Web Quarkiverse guide should redirect to the quarkus.io one.