mistic100 / jQuery-QueryBuilder

jQuery plugin offering an interface to create complex queries
https://querybuilder.js.org
MIT License
1.69k stars 552 forks source link

Bootstrap 5 Documentation #995

Open liamkeily opened 10 months ago

liamkeily commented 10 months ago

Version 3.0.0 is now published containing Bootstrap 5 support.

The documentation site however still needs updating to note that Bootstrap 5 is now supported and that bt-selectpicker support has been dropped.

The whole documentation site currently uses Bootstrap 3 so although it may be nice to upgrade this to Bootstrap 5 it may be a lot of work.

liamkeily commented 10 months ago

While having a quick look at this i came across api/js/lunr-data.json - do you remember if this is a generated file @mistic100 and if so how to generate it?

mistic100 commented 10 months ago

The api folder is entirely generated by foodoc, which in the scripts in the dev branch.

mistic100 commented 10 months ago

By bad I dropped the script while migrating away from gruntjs. However the foodoc dependency is still here

liamkeily commented 10 months ago

I'm afraid I don't have time to tackle this at the moment, if anyone else has the time feel free to pick this up.

Tagging @stephencmorton @dethell as they helped out with the original work.

stephencmorton commented 9 months ago

I can try to have a look.

stephencmorton commented 9 months ago

There are a couple of issues mentioned, the documentation site and the API folder. I assume you're talking about me helping update the documentation site. Where is the source for it?

mistic100 commented 9 months ago

On the gh-pages branch