bootstrap-flask icon indicating copy to clipboard operation
bootstrap-flask copied to clipboard

Update all code snippets in docs to use Bootstrap 5

Open greyli opened this issue 2 years ago • 4 comments

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 ... %}

greyli avatar Oct 11 '23 14:10 greyli

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

AbhishekMaurya2002 avatar Oct 11 '23 14:10 AbhishekMaurya2002

Sure, no problem.

greyli avatar Oct 11 '23 14:10 greyli

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

MysteryManav avatar Jan 06 '24 09:01 MysteryManav

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

greyli avatar Jan 07 '24 03:01 greyli