jhipster / jhipster-ansible

Ansible role for managing releases
Apache License 2.0
13 stars 9 forks source link

Update documentation archive process to work with new site #12

Closed mraible closed 2 hours ago

mraible commented 1 week ago

The new website uses Docusaurus instead of Jekyll, so we need to modify scripts to accommodate this change and add the appropriate banner at the top.

SvMak commented 20 hours ago

@mraible Could you please check the solution to speed up the release of 8.7.1?

mraible commented 20 hours ago

I tried checking out your branch from #13 and running ansible-playbook -v playbooks/generator-jhipster-prepare.yml. It seems to create the site OK, but when I tried to serve it from a parent directory, it gave me an error.

Screenshot 2024-09-20 at 14 52 18

I'm guessing this is because https://github.com/jhipster/jhipster.github.io/pull/1390 needs to be merged before it will work?

SvMak commented 20 hours ago

I tried checking out your branch from #13 and running ansible-playbook -v playbooks/generator-jhipster-prepare.yml. It seems to create the site OK, but when I tried to serve it from a parent directory, it gave me an error.

Screenshot 2024-09-20 at 14 52 18

I'm guessing this is because jhipster/jhipster.github.io#1390 needs to be merged before it will work?

Yes, absolutely right, you need merge updates for jhipster.github.io

mraible commented 20 hours ago

I tried that locally and it looks good!

Screenshot 2024-09-20 at 15 04 11

I'll work on merging these and do the release tomorrow.

SvMak commented 9 hours ago

@mraible To fix the old documentation archive I made two PRs and they both need to be merged.