Created by: Alfred-Emmanuel
Description
fixed a broken link in collapse.md file on line 129
Added a link to contributing.md in line 118 because i read the file earlier and i had to go to twitter to ask julien who i needed to talk to about a feature request (under "pull request" header, second paragraph, the "ask" link.
fixed an error in dropdowns.md on line 13.
fixed some broken links in modal.md on line 321, fixed the code snippet on line 452, it wasn't showing up on the screen before. I possibly missed some before, If they havent been fixed the next time i read through the docs, i will find time to fix them, fixed the code snippet from line 510 to 544, fixed the code snippet from line 590 to 644, fixed the snippet from line 661 to 779.
Check line 15 in the navbar.md, does it need attention or was it meant to be like that? i'm talking about the link, fixed the snippets from line 40 to 344, also from line 358 to 447, fixed some more till the end of the file.
fixed code snippets in accordion.md
fixed code snippets in alerts.md
fixed code snippets in breadcrumb.md
fixed code snippets in button-group.md
Motivation & Context
It eliminates the possibilities of users asking mundane questions and some code snippets that weren't showing up on the page were fixed.
Type of changes
- [x ] Bug fix (non-breaking change which fixes an issue)
- [x ] New feature (non-breaking change which adds functionality)
-
Refactoring (non-breaking change) -
Breaking change (fix or feature that would change existing functionality)
Checklist
- [x ] I have read the contributing guidelines
-
My code follows the code style of the project (using npm run lint
) - [x ] My change introduces changes to the documentation
- [ x] I have updated the documentation accordingly
-
I have added tests to cover my changes -
All new and existing tests passed
Live previews
https://github.com/Alfred-Emmanuel/bootstrap/tree/updating-the-readme-and-cotributing-md/site/content/docs/5.3/components (all the markdown files from accordion.md up to navbar.md)