Skip to content

Commit c68ef5d

Browse files
authored
chore: minor tweaks to docs for SEO, etc. (bootstrap-vue#4812)
* chore: minor tweaks to docs for SEO * Update package.json * Update package.json * Update package.json * Update package.json * Update package.json
1 parent cf0b8bd commit c68ef5d

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@
207207
"Directives",
208208
"ARIA",
209209
"Accessibility",
210+
"a11y",
210211
"Polymer",
211212
"Vue",
212213
"VueJS",

src/components/calendar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"slug": "calendar",
77
"version": "2.5.0",
88
"new": true,
9-
"description": "Calendar widget for selecting dates and controlling other components",
9+
"description": "BootstrapVue custom calendar widget for selecting dates and controlling other components, fully WAI-ARIA accessible (a11y) and supports internationalization (i18n)",
1010
"components": [
1111
{
1212
"component": "BCalendar",

src/components/form-datepicker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"version": "2.5.0",
77
"slug": "form-datepicker",
88
"new": true,
9-
"description": "BootstrapVue custom date picker input form control, which provides full WAI-ARIA compliance and supports internationalization",
9+
"description": "BootstrapVue custom date picker input form control, which provides full WAI-ARIA acessibility (a11y) and supports internationalization (i18n)",
1010
"components": [
1111
{
1212
"component": "BFormDatepicker",

src/components/form-spinbutton/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"title": "Form Spinbutton",
66
"new": true,
77
"version": "2.5.0",
8-
"description": "Numerical spinbutton custom form input component",
8+
"description": "BootstrapVue custom numerical spinbutton form input component, featuring WAI-ARIA accessibility (a11y) and internationalization (i18n)",
99
"components": [
1010
{
1111
"component": "BFormSpinbutton",

src/icons/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"title": "Bootstrap Icons",
66
"version": "2.2.0",
77
"bootstrap-icons-version": "1.0.0-alpha2",
8-
"new": true,
98
"slug": "",
109
"description": "Bootstrap Icons are designed to work with Bootstrap components, from form controls to navigation. Bootstrap Icons are SVGs, so they scale quickly and easily and can be styled with CSS.",
1110
"REMARK": "Note all bootstrap-icons are added to this file during the build phase. Avoid editing this file directly.",

0 commit comments

Comments
 (0)