helloflask / bootstrap-flask

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

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

Open greyli opened 1 year ago

greyli commented 1 year 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 1 year ago

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

greyli commented 1 year ago

Sure, no problem.

MysteryManav commented 10 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 10 months ago

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