helloflask / bootstrap-flask

Bootstrap 4 & 5 helper for your Flask projects.
https://bootstrap-flask.readthedocs.io
Other
1.1k stars 189 forks source link

Update all code snippets in docs to use Bootstrap 5 #329

Open greyli opened 8 months ago

greyli commented 8 months ago

For example, at the macros.rst page (https://bootstrap-flask.readthedocs.io/en/stable/macros/), replace all import statements from

{% from 'bootstrap4/nav.html' import ... %}

To:

{% from 'bootstrap5/nav.html' import ... %}
AbhishekMaurya2002 commented 8 months ago

Hi, i know how to do it,can you please assign to me?

greyli commented 8 months ago

Sure, no problem.

MysteryManav commented 6 months ago

I would like to work on this issue, but i have a doubt, in the entire docs, only the import statements are to be changed to bootstrap5 ? or do you want the Bootstrap() class initialization examples to also be changed to Bootstrap5. Also mention if there are any other changes to be done

greyli commented 5 months ago

AFAIK, only the import statements and extension class initialization need to be updated.