jhipster / generator-jhipster-micronaut

Micronaut blueprint for JHipster
Apache License 2.0
100 stars 29 forks source link

Add dedicated section/page(s) to jhipster.tech website #164

Open atomfrede opened 4 years ago

atomfrede commented 4 years ago

We have already a page listing the official blueprints. I think it would be good to at least a dedicated page e.g. describing the main differences (e.g. what features are currently supported). I have something in mind like how to do hot reloading, how to build docker images, the updated heroku documentation for different environment variables.

abdlquadri commented 2 years ago

Hello @atomfrede , I discovered JHipster recently and thought it would a great way to start by contributing something to the project.

If I understand this issue correctly, you would like a section on the jhipster website showing the differences between each officially sported blueprint like in tabular format.

As for the second part of adding specific instructions such as how to run in docker, I feel the individual GitHub pages include those. I am clear on what format it would take on the website for it to offer an improvement to what is available on the website.

atomfrede commented 2 years ago

Hi @abdlquadri yes something like this. We tried to keep things mostly the same for e.g. quarkus and micronaut, but there are of course not all features implemented in each blueprint and there are some differences e.g. in maven or gradle tasks, which we should document.

abdlquadri commented 2 years ago

Ok. I will send an initial PR to https://github.com/jhipster/jhipster.github.io and see how it goes.