Skip to content

Commit dedf768

Browse files
authored
chore: standardize title tag format (#3092)
1 parent 32bb2d0 commit dedf768

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+52
-52
lines changed

docs/api/accordion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/accordion/custom-props
99
import Slots from '@ionic-internal/component-api/v7/accordion/slots.md';
1010

1111
<head>
12-
<title>Ion-Accordion Components: How to Build & Examples | Ionic</title>
12+
<title>ion-accordion: Accordion Components: How to Build & Examples</title>
1313
<meta name="description" content="Ion-accordion components provide collapsible sections in content to reduce vertical space and organize information. Learn how to build one and see examples." />
1414
</head>
1515

docs/api/action-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import CustomProps from '@ionic-internal/component-api/v7/action-sheet/custom-pr
1212
import Slots from '@ionic-internal/component-api/v7/action-sheet/slots.md';
1313

1414
<head>
15-
<title>ion-action-sheet | Action Sheet Dialog for iOS and Android Apps</title>
15+
<title>ion-action-sheet: Action Sheet Dialog for iOS and Android</title>
1616
<meta name="description" content="Action Sheets are dialogs that display a set of options above app content and must be manually dismissed. Read to learn about use on iOS and Android devices." />
1717
</head>
1818

docs/api/alert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import CustomProps from '@ionic-internal/component-api/v7/alert/custom-props.md'
1212
import Slots from '@ionic-internal/component-api/v7/alert/slots.md';
1313

1414
<head>
15-
<title>ion-alert: Ionic API Alert Buttons with Custom Message Prompts</title>
15+
<title>ion-alert: Ionic Alert Buttons with Custom Message Prompts</title>
1616
<meta name="description" content="ion-alert dialog presents or collects information using inputs. Custom alert button messages appear above the app's content and must be manually dismissed." />
1717
</head>
1818

docs/api/back-button.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/back-button/custom-pro
99
import Slots from '@ionic-internal/component-api/v7/back-button/slots.md';
1010

1111
<head>
12-
<title>Back Button | ion-back-button: Custom Menu Icon for Applications</title>
12+
<title>ion-back-button: Custom Menu Back Button for Applications</title>
1313
<meta name="description" content="The ion-back-button is a custom menu icon for Android, iOS, and Progressive Web Apps. Use Ionic Framework components to easily build applications." />
1414
</head>
1515

docs/api/badge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/badge/custom-props.md'
99
import Slots from '@ionic-internal/component-api/v7/badge/slots.md';
1010

1111
<head>
12-
<title>Badges | ion-badge: iOS & Android App Notification Badge Icons</title>
12+
<title>ion-badge: iOS & Android App Notification Badge Icons</title>
1313
<meta name="description" content="Badges are inline block elements that appear near other elements on iOS & Android apps—use ion-badges as notifications that indicate how many items there are." />
1414
</head>
1515

docs/api/button.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/button/custom-props.md
99
import Slots from '@ionic-internal/component-api/v7/button/slots.md';
1010

1111
<head>
12-
<title>ion-button: Design and Style Buttons with Custom CSS Properties</title>
12+
<title>ion-button: Style Buttons with Custom CSS Properties</title>
1313
<meta name="description" content="ion-button provides a clickable element for use anywhere needing standard button functionality. Design and style button elements with custom CSS properties." />
1414
</head>
1515

docs/api/card-title.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Slots from '@ionic-internal/component-api/v7/card-title/slots.md';
1111
import EncapsulationPill from '@components/page/api/EncapsulationPill';
1212

1313
<head>
14-
<title>ion-card-title | Ionic App Card Title Component and Properties</title>
14+
<title>ion-card-title: Ionic App Card Title Component</title>
1515
<meta name="description" content="ion-card-title is a child component of ion-card. Read to learn more about card title properties and how this component is used on Ionic Framework apps." />
1616
</head>
1717

docs/api/checkbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import CustomProps from '@ionic-internal/component-api/v7/checkbox/custom-props.
1010
import Slots from '@ionic-internal/component-api/v7/checkbox/slots.md';
1111

1212
<head>
13-
<title>ion-checkboxes: Ionic App Component to Select Multiple Options</title>
13+
<title>ion-checkbox: Ionic App Checkbox to Select Multiple Options</title>
1414
<meta name="description" content="ion-checkboxes allow selection of multiple options from a set and appear as checked (ticked) when activated. Learn about the checkbox component for Ionic apps." />
1515
</head>
1616

docs/api/chip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/chip/custom-props.md';
99
import Slots from '@ionic-internal/component-api/v7/chip/slots.md';
1010

1111
<head>
12-
<title>ion-chip: Name, Text, Icon and Avatar for Ionic Framework Apps</title>
12+
<title>ion-chip: Text, Icon and Avatar for Ionic Framework Apps</title>
1313
<meta name="description" content="ion-chips represent complex entities in small blocks, such as a contact. A chip can contain several different elements such as names, avatars, text, and icons." />
1414
</head>
1515

docs/api/col.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/col/custom-props.md';
99
import Slots from '@ionic-internal/component-api/v7/col/slots.md';
1010

1111
<head>
12-
<title>ion-col: Column Component Padding, Size and Other Properties</title>
12+
<title>ion-col: Column Component Padding and Other Properties</title>
1313
<meta name="description" content="ion-col is a column component that goes inside a row. Content within a grid goes inside of a column. Read more on column padding, size, and other properties." />
1414
</head>
1515

0 commit comments

Comments
 (0)