8000 chore(docs): Update all bootstrap doc links to latest version by Hiws · Pull Request #5450 · bootstrap-vue/bootstrap-vue · GitHub
[go: up one dir, main page]

Skip to content

chore(docs): Update all bootstrap doc links to latest version #5450

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

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/markdown/intro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Learn more about [box model and sizing at CSS Tricks](https://css-tricks.com/box
### Style reboot

For improved cross-browser rendering, Bootstrap v{{ bootstrapVersionMinor }} uses
[Reboot](https://getbootstrap.com/docs/4.3/content/reboot/) to correct inconsistencies across
[Reboot](https://getbootstrap.com/docs/4.5/content/reboot/) to correct inconsistencies across
browsers and devices while providing slightly more opinionated resets to common
<abbr title="Hyper Text markup Language">HTML</abbr> elements.

Expand Down
2 changes: 1 addition & 1 deletion docs/markdown/reference/accessibility/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Steps you should do for testing:

## Additional resources

- [Bootstrap v4 Accessibility Documentation](https://getbootstrap.com/docs/4.4/getting-started/accessibility/)
- [Bootstrap v4 Accessibility Documentation](https://getbootstrap.com/docs/4.5/getting-started/accessibility/)
- [Web Content Accessibility Guidelines (WCAG) 2.0](https://www.w3.org/TR/WCAG20/)
- [The A11Y Project](https://a11yproject.com/)
- [MDN accessibility documentation](https://developer.mozilla.org/en-US/docs/Web/Accessibility)
Expand Down
2 changes: 1 addition & 1 deletion docs/markdown/reference/starter-templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ references will be handy starting points:

- BootstrapVue's [Theming](/docs/reference/theming) reference section
- Official Bootstrap
[Theming Bootstrap ](https://getbootstrap.com/docs/4.3/getting-started/theming/) guide
[Theming Bootstrap ](https://getbootstrap.com/docs/4.5/getting-started/theming/) guide

## Individual component import

Expand Down
8 changes: 4 additions & 4 deletions docs/markdown/reference/theming/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The default them colors defined in the Bootstrap v4.4 SCSS are as follows:
Various components will use variations (intensities) of these default theme colors.

You can alter the theme colors, and create additional theme colors, as needed via SASS variables and
maps. Refer to the [Bootstrap theming](https://getbootstrap.com/docs/4.4/getting-started/theming/)
maps. Refer to the [Bootstrap theming](https://getbootstrap.com/docs/4.5/getting-started/theming/)
docs for more details. All theme colors automatically become available as
[color variants](/docs/reference/color-variants) to all BootstrapVue components.

Expand All @@ -97,10 +97,10 @@ Some commonly used Bootstrap v4 variables are:
| `$enable-shadows` | Boolean | `false` | Enables predefined `box-shadow` styles on various components |
| `$enable-gradients` | Boolean | `false` | Enables predefined gradients via `background-image` styles on various components |
| `$enable-transitions` | Boolean | `true` | Enables predefined `transition`s on various components |
| `$enable-responsive-font-sizes` | Boolean | `false` | Enables [responsive font sizes](https://getbootstrap.com/docs/4.4/content/typography/#responsive-font-sizes) |
| `$enable-responsive-font-sizes` | Boolean | `false` | Enables [responsive font sizes](https://getbootstrap.com/docs/4.5/content/typography/#responsive-font-sizes) |
| `$enable-validation-icons` | Boolean | `true` | Enables `background-image` icons within textual inputs and some custom forms for validation states |

Refer to [Bootstrap's theming](https://getbootstrap.com/docs/4.4/getting-started/theming/) docs for
Refer to [Bootstrap's theming](https://getbootstrap.com/docs/4.5/getting-started/theming/) docs for
additional Bootstrap v4 variable information.

### BootstrapVue SASS variables
Expand Down Expand Up @@ -292,4 +292,4 @@ documentation.
[BootstrapVue settings](/docs/reference/settings) page on how to update BootstrapVue `<b-col>` and
`<b-form-group>` breakpoint specific props.
- For more details on theming Bootstrap's SCSS/CSS, refer to the
[**Official Bootstrap v4 Theming Documentation**](https://getbootstrap.com/docs/4.4/getting-started/theming/).
[**Official Bootstrap v4 Theming Documentation**](https://getbootstrap.com/docs/4.5/getting-started/theming/).
46 changes: 23 additions & 23 deletions docs/markdown/reference/utility-classes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,30 @@

The following are convenience links to Bootstrap v4's documentation:

- [Border utilities](https://getbootstrap.com/docs/4.4/utilities/borders/)
- [Clearfix utilities](https://getbootstrap.com/docs/4.4/utilities/clearfix/)
- [Close icon utilities](https://getbootstrap.com/docs/4.4/utilities/close-icon/)
- [Color utilities](https://getbootstrap.com/docs/4.4/utilities/colors/)
- [Display utilities](https://getbootstrap.com/docs/4.4/utilities/display/)
- [Embed utilities](https://getbootstrap.com/docs/4.4/utilities/embed/)
- [Flex utilities](https://getbootstrap.com/docs/4.4/utilities/flex/)
- [Float utilities](https://getbootstrap.com/docs/4.4/utilities/float/)
- [Image replacement utilities](https://getbootstrap.com/docs/4.4/utilities/image-replacement/)
- [Overflow utilities](https://getbootstrap.com/docs/4.4/utilities/overflow/)
- [Position utilities](https://getbootstrap.com/docs/4.4/utilities/position/)
- [Screen reader utilities](https://getbootstrap.com/docs/4.4/utilities/screen-readers/)
- [Shadow utilities](https://getbootstrap.com/docs/4.4/utilities/shadows/)
- [Sizing utilities](https://getbootstrap.com/docs/4.4/utilities/sizing/)
- [Spacing utilities](https://getbootstrap.com/docs/4.4/utilities/spacing/)
- [Stretched link utilities](https://getbootstrap.com/docs/4.4/utilities/stretched-link/)
- [Text utilities](https://getbootstrap.com/docs/4.4/utilities/text/)
- [Vertical align utilities](https://getbootstrap.com/docs/4.4/utilities/vertical-align/)
- [Visibility utilities](https://getbootstrap.com/docs/4.4/utilities/visibility/)
- [Border utilities](https://getbootstrap.com/docs/4.5/utilities/borders/)
- [Clearfix utilities](https://getbootstrap.com/docs/4.5/utilities/clearfix/)
- [Close icon utilities](https://getbootstrap.com/docs/4.5/utilities/close-icon/)
- [Color utilities](https://getbootstrap.com/docs/4.5/utilities/colors/)
- [Display utilities](https://getbootstrap.com/docs/4.5/utilities/display/)
- [Embed utilities](https://getbootstrap.com/docs/4.5/utilities/embed/)
- [Flex utilities](https://getbootstrap.com/docs/4.5/utilities/flex/)
- [Float utilities](https://getbootstrap.com/docs/4.5/utilities/float/)
- [Image replacement utilities](https://getbootstrap.com/docs/4.5/utilities/image-replacement/)
- [Overflow utilities](https://getbootstrap.com/docs/4.5/utilities/overflow/)
- [Position utilities](https://getbootstrap.com/docs/4.5/utilities/position/)
- [Screen reader utilities](https://getbootstrap.com/docs/4.5/utilities/screen-readers/)
- [Shadow utilities](https://getbootstrap.com/docs/4.5/utilities/shadows/)
- [Sizing utilities](https://getbootstrap.com/docs/4.5/utilities/sizing/)
- [Spacing utilities](https://getbootstrap.com/docs/4.5/utilities/spacing/)
- [Stretched link utilities](https://getbootstrap.com/docs/4.5/utilities/stretched-link/)
- [Text utilities](https://getbootstrap.com/docs/4.5/utilities/text/)
- [Vertical align utilities](https://getbootstrap.com/docs/4.5/utilities/vertical-align/)
- [Visibility utilities](https://getbootstrap.com/docs/4.5/utilities/visibility/)

Bootstrap v4 also has defined typography styles and classes for various native HTML elements. You
can find out more at the following links:

- [Reboot](https://getbootstrap.com/docs/4.4/content/reboot/)
- [Typography](https://getbootstrap.com/docs/4.4/content/typography/)
- [Code](https://getbootstrap.com/docs/4.4/content/code/)
- [Figures](https://getbootstrap.com/docs/4.4/content/figures/)
- [Reboot](https://getbootstrap.com/docs/4.5/content/reboot/)
- [Typography](https://getbootstrap.com/docs/4.5/content/typography/)
- [Code](https://getbootstrap.com/docs/4.5/content/code/)
- [Figures](https://getbootstrap.com/docs/4.5/content/figures/)
2 changes: 1 addition & 1 deletion src/components/form-group/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ the `<b-form-group>` _as well as_ the input.
Feedback will be shown if the parent `<b-form>` component does _not_ have the `novalidate` prop set
(or set to `false`) along with the `validated` prop set (and the input fails or passes native
browser validation constraints such as `required`). Refer to Bootstrap v4's
[Form component](https://getbootstrap.com/docs/4.4/components/forms/#validation) documentation for
[Form component](https://getbootstrap.com/docs/4.5/components/forms/#validation) documentation for
details on validation methods.

You should always provide content via the `invalid-feedback` prop (or slot) to aid users using
Expand Down
4 changes: 2 additions & 2 deletions src/components/form/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ of three contextual states:
- `null` Displays no validation state (neither valid nor invalid)

Refer to the
[Bootstrap v4 Form Validation Documentation](https://getbootstrap.com/docs/4.4/components/forms/#validation)
[Bootstrap v4 Form Validation Documentation](https://getbootstrap.com/docs/4.5/components/forms/#validation)
for details on the new Bootstrap v4 validation states.

### Validation mechanisms
Expand All @@ -356,7 +356,7 @@ Using 3<sup>rd</sup> party Vue-based validation libraries with BootstrapVue:

Additional resources:

- [Bootstrap v4: Form Validation Documentation](https://getbootstrap.com/docs/4.4/components/forms/#validation)
- [Bootstrap v4: Form Validation Documentation](https://getbootstrap.com/docs/4.5/components/forms/#validation)
- [MDN: Learn Form Validation - Using JavaScript API](https://developer.mozilla.org/en-US/docs/Learn/HTML/Forms/Form_validation#Validating_forms_using_JavaScript)
- [MDN: HTML5 Constraint Validation](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5/Constraint_validation)
- [MDN: Validity State API](https://developer.mozilla.org/en-US/docs/Web/API/ValidityState)
Expand Down
2 changes: 1 addition & 1 deletion src/components/layout/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ width.

Create equal-width columns that span multiple lines by inserting a `.w-100` where you want the
columns to break to a new line. Make the breaks responsive by mixing `.w-100` with some
[responsive display utilities](https://getbootstrap.com/docs/4.3/utilities/display/).
[responsive display utilities](https://getbootstrap.com/docs/4.5/utilities/display/).

There was a [Safari flexbox bug](https://github.com/philipwalton/flexbugs#flexbug-11) that prevented
this from working without an explicit `flex-basis` or `border`. There are workarounds for older
Expand Down
0