jhipster / generator-jhipster-micronaut

Micronaut blueprint for JHipster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

atomfrede opened this issue · comments

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.

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.

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.

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