Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
greyli opened this issue Oct 11, 2023 · 4 comments
Open

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

greyli opened this issue Oct 11, 2023 · 4 comments
Assignees
Labels
docs good first issue Good for newcomers

Comments

@greyli
Copy link
Member

greyli commented Oct 11, 2023

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 greyli added good first issue Good for newcomers docs labels Oct 11, 2023
@AbhishekMaurya2002
Copy link

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

@greyli
Copy link
Member Author

greyli commented Oct 11, 2023

Sure, no problem.

@MysteryManav
Copy link

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
Copy link
Member Author

greyli commented Jan 7, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants