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

Diff for: docs/api/accordion.md

+1-1
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

Diff for: docs/api/action-sheet.md

+1-1
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

Diff for: docs/api/alert.md

+1-1
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

Diff for: docs/api/back-button.md

+1-1
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

Diff for: docs/api/badge.md

+1-1
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

Diff for: docs/api/button.md

+1-1
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

Diff for: docs/api/card-title.md

+1-1
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

Diff for: docs/api/checkbox.md

+1-1
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

Diff for: docs/api/chip.md

+1-1
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

Diff for: docs/api/col.md

+1-1
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

Diff for: docs/api/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/content/custom-props.m
99
import Slots from '@ionic-internal/component-api/v7/content/slots.md';
1010

1111
<head>
12-
<title>ion-content: Scrollable CSS Component for Ionic App Content Areas</title>
12+
<title>ion-content: Scrollable Component for Ionic App Content</title>
1313
<meta name="description" content="ion-content provides an easy to use content area with useful methods to control the scrollable area. Learn more about this CSS component for Ionic apps." />
1414
</head>
1515

Diff for: docs/api/datetime-button.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/datetime-button/custom
99
import Slots from '@ionic-internal/component-api/v7/datetime-button/slots.md';
1010

1111
<head>
12-
<title>ion-datetime-button: Ionic API Input for interacting with Datetime picker</title>
12+
<title>ion-datetime-button: Ionic Input for Datetime Picker</title>
1313
<meta name="description" content="Datetime button links with a datetime instance to easily a datetime in a popover, modal, and more." />
1414
</head>
1515

Diff for: docs/api/fab-button.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/fab-button/custom-prop
99
import Slots from '@ionic-internal/component-api/v7/fab-button/slots.md';
1010

1111
<head>
12-
<title>Floating Action Button | Ionic FAB Button Icon for Primary Action</title>
12+
<title>ion-fab-button: Ionic FAB Button Icon for Primary Action</title>
1313
<meta name="description" content="Floating Action Buttons (FABs) represent the primary action in an app. The icons are circular and, when pressed, the button may open more related actions." />
1414
</head>
1515

Diff for: docs/api/fab.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/fab/custom-props.md';
99
import Slots from '@ionic-internal/component-api/v7/fab/slots.md';
1010

1111
<head>
12-
<title>ion-fab: Floating Action Button for Android and iOS Ionic Apps</title>
12+
<title>ion-fab: Ionic Floating Action Button for Android and iOS</title>
1313
<meta name="description" content="Fabs, floating action buttons, are container elements that contain one or more fab buttons. Use ion-fab when creating Android and iOS apps with Ionic Framework." />
1414
</head>
1515

Diff for: docs/api/footer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/footer/custom-props.md
99
import Slots from '@ionic-internal/component-api/v7/footer/slots.md';
1010

1111
<head>
12-
<title>Page Footer | Ionic App Footer: Wrapper Root Page Component</title>
12+
<title>ion-footer: Page Footer | Ionic App Footer Root Component</title>
1313
<meta name="description" content="A footer is a root component that sits at the bottom of a page. Ionic footers can be a wrapper for ion-toolbar to make sure the content area is sized correctly." />
1414
</head>
1515

Diff for: docs/api/grid.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/grid/custom-props.md';
99
import Slots from '@ionic-internal/component-api/v7/grid/slots.md';
1010

1111
<head>
12-
<title>Ion-Grid: Display Grids to Build Mobile-First Custom App Layout</title>
12+
<title>ion-grid: Display Grids for Mobile-First Custom App Layout</title>
1313
<meta name="description" content="Ion-Grid is a mobile-first flexbox system to build custom application display layouts with a 12 column layout and different breakpoints based on screen size." />
1414
</head>
1515

Diff for: docs/api/img.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import CustomProps from '@ionic-internal/component-api/v7/img/custom-props.md';
1010
import Slots from '@ionic-internal/component-api/v7/img/slots.md';
1111

1212
<head>
13-
<title>Img Tag to Lazy Load Images in Viewport | ion-img Tag</title>
13+
<title>ion-img: Img Tag to Lazy Load Images in Viewport</title>
1414
<meta name="description" content="Img tag lazy loads images whenever the tag is in the viewport. Utilize this component when generating large lists—as images are only loaded when visible." />
1515
</head>
1616

Diff for: docs/api/infinite-scroll.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import CustomProps from '@ionic-internal/component-api/v7/infinite-scroll/custom
1010
import Slots from '@ionic-internal/component-api/v7/infinite-scroll/slots.md';
1111

1212
<head>
13-
<title>Infinite Scroller | ion-infinite-scroll Action Component</title>
13+
<title>ion-infinite-scroll: Infinite Scroller Action Component</title>
1414
<meta name="description" content="The ion-infinite-scroll component calls an action to be performed when the user scrolls a specified distance from the bottom or top of the page." />
1515
</head>
1616

Diff for: docs/api/input.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/input/custom-props.md'
99
import Slots from '@ionic-internal/component-api/v7/input/slots.md';
1010

1111
<head>
12-
<title>ion-input: Custom Input Value Type Styling and CSS Properties</title>
12+
<title>ion-input: Custom Input With Styling and CSS Properties</title>
1313
<meta name="description" content="ion-input is a wrapper to the HTML input element, with custom value type styling and functionality. It works on desktops and integrates with mobile keyboards." />
1414
</head>
1515

Diff for: docs/api/item-divider.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/item-divider/custom-pr
99
import Slots from '@ionic-internal/component-api/v7/item-divider/slots.md';
1010

1111
<head>
12-
<title>Item Divider | List Item Divider Block Element for Ionic Apps</title>
12+
<title>ion-item-divider: Item Divider Block Element for Ionic Apps</title>
1313
<meta name="description" content="Item Dividers are block elements that can be used to separate items in a list. They are similar to list headers, but instead, go in between groups of items." />
1414
</head>
1515

Diff for: docs/api/item-option.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/item-option/custom-pro
99
import Slots from '@ionic-internal/component-api/v7/item-option/slots.md';
1010

1111
<head>
12-
<title>ion-item-options: Option Button Components for Ionic Apps</title>
12+
<title>ion-item-option: Option Button for Sliding Item in Ionic</title>
1313
<meta name="description" content="ion-item-option is the option button for an ion-item-sliding and must be placed inside of an <ion-item-options>. Read to learn more about properties." />
1414
</head>
1515

Diff for: docs/api/item-sliding.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/item-sliding/custom-pr
99
import Slots from '@ionic-internal/component-api/v7/item-sliding/slots.md';
1010

1111
<head>
12-
<title>Slide Buttons | Slide Right to Left with ion-item-sliding</title>
12+
<title>ion-item-sliding: Slide Buttons | Slide Right to Left</title>
1313
<meta name="description" content="ion-item-sliding component contains items that are dragged to reveal buttons. Options are revealed when the sliding item is swiped from left to right." />
1414
</head>
1515

Diff for: docs/api/label.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/label/custom-props.md'
99
import Slots from '@ionic-internal/component-api/v7/label/slots.md';
1010

1111
<head>
12-
<title>Item Label Color and Properties for Applications | ion-label</title>
12+
<title>ion-label: Item Label Color and Properties for Applications</title>
1313
<meta name="description" content="Label is a wrapper element that can be used in combination with other Ionic components. Easily design item label colors and other properties with ion-label." />
1414
</head>
1515

Diff for: docs/api/loading.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/loading/custom-props.m
99
import Slots from '@ionic-internal/component-api/v7/loading/slots.md';
1010

1111
<head>
12-
<title>Loading | Application Loading Indicator Overlay | ion-loading</title>
12+
<title>ion-loading: Loading | Application Loading Indicator Overlay</title>
1313
<meta name="description" content="The ion-loading overlay indicates activity while blocking user interaction. The loading indicator appears on top of the app's content, and can be dismissed." />
1414
</head>
1515

Diff for: docs/api/menu-button.md

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

1111
<head>
12-
<title>Menu Button | ion-menu-button to Open an App Menu on A Page</title>
12+
<title>ion-menu-button: Menu Button to Open an App Menu on a Page</title>
1313
<meta name="description" content="Menu Button is component that automatically creates the icon and functionality to open a menu on an app page. Read to learn more about ion-menu-button." />
1414
</head>
1515

Diff for: docs/api/menu-toggle.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/menu-toggle/custom-pro
99
import Slots from '@ionic-internal/component-api/v7/menu-toggle/slots.md';
1010

1111
<head>
12-
<title>ion-menu-toggle | MenuToggle Component to Open/Close Active Menus</title>
12+
<title>ion-menu-toggle: MenuToggle Component to Open/Close Menus</title>
1313
<meta name="description" content="The MenuToggle component can be used to toggle a menu open or closed—by default, it's only visible when the selected menu is active. Read more about usage." />
1414
</head>
1515

Diff for: docs/api/nav-link.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/nav-link/custom-props.
99
import Slots from '@ionic-internal/component-api/v7/nav-link/slots.md';
1010

1111
<head>
12-
<title>ion-nav-link: The Element for Navigation to a Specified Component</title>
12+
<title>ion-nav-link: Navigation Links to a Specified Component</title>
1313
<meta name="description" content="Navigation links navigate to specified components. It is the element form of calling the push(), pop(), and setRoot() methods. Read for more on ion-nav-link." />
1414
</head>
1515

Diff for: docs/api/nav.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/nav/custom-props.md';
99
import Slots from '@ionic-internal/component-api/v7/nav/slots.md';
1010

1111
<head>
12-
<title>ion-nav | Nav View Component for Ionic Framework Apps</title>
12+
<title>ion-nav: Nav View Component for Ionic Framework Apps</title>
1313
<meta name="description" content="ion-nav is a standalone for loading arbitrary, and pushing new, components on to the stack. Loading Nav view, and pushing others, won't affect overall routers." />
1414
</head>
1515

Diff for: docs/api/picker.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/picker/custom-props.md
99
import Slots from '@ionic-internal/component-api/v7/picker/slots.md';
1010

1111
<head>
12-
<title>Picker | Display Buttons and Columns for ion-picker on Ionic Apps</title>
12+
<title>ion-picker: A Dialog That Displays Buttons and Columns</title>
1313
<meta name="description" content="A Picker is a dialog that displays a row of buttons and columns underneath. Ion-picker appears on top of the app's content, and at the bottom of the viewport." />
1414
</head>
1515

Diff for: docs/api/popover.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/popover/custom-props.m
99
import Slots from '@ionic-internal/component-api/v7/popover/slots.md';
1010

1111
<head>
12-
<title>ion-popover: iOS / Android Popover UI Component & CSS Properties</title>
12+
<title>ion-popover: iOS / Android Popover UI Dialog Component</title>
1313
<meta name="description" content="ion-popover is a dialog that appears on top of the current page. Learn about the popover UI component and CSS custom properties for iOS and Android devices." />
1414
</head>
1515

Diff for: docs/api/progress-bar.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/progress-bar/custom-pr
99
import Slots from '@ionic-internal/component-api/v7/progress-bar/slots.md';
1010

1111
<head>
12-
<title>Progress Bar | Horizontal App Progress Bar for Loading Indicator</title>
12+
<title>ion-progress-bar: App Progress Bar for Loading Indicator</title>
1313
<meta name="description" content="ion-progress-bars are horizontal loading indicators that inform users about the status of ongoing app processes—such as submitting a form or saving updates." />
1414
</head>
1515

Diff for: docs/api/radio-group.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/radio-group/custom-pro
99
import Slots from '@ionic-internal/component-api/v7/radio-group/slots.md';
1010

1111
<head>
12-
<title>ion-radio-group | Radio Button Group Usage for Ionic Apps</title>
12+
<title>ion-radio-group: Radio Button Group Usage for Ionic Apps</title>
1313
<meta name="description" content="A radio group is a group of radio buttons. Radio groups allow a user to select at most one radio button from a set. Learn more about ion-radio-group usage." />
1414
</head>
1515

Diff for: docs/api/radio.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/radio/custom-props.md'
99
import Slots from '@ionic-internal/component-api/v7/radio/slots.md';
1010

1111
<head>
12-
<title>ion-radio Component: Radio Property for iOS and Android</title>
12+
<title>ion-radio: Radio Component for iOS and Android</title>
1313
<meta name="description" content="Radio components should be used inside of ion-radio-groups on iOS and Android devices. Read to learn more about radio property usage and installation." />
1414
</head>
1515

Diff for: docs/api/range.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/range/custom-props.md'
99
import Slots from '@ionic-internal/component-api/v7/range/slots.md';
1010

1111
<head>
12-
<title>Range Slider | ion-range: Slider Knob Controls with Labels</title>
12+
<title>ion-range: Range Slider Knob Controls with Labels</title>
1313
<meta name="description" content="ion-range lets you select from a range of values by moving the slider. It accepts dual knobs but one controls the value and labels can be placed on either side." />
1414
</head>
1515

Diff for: docs/api/reorder-group.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/reorder-group/custom-p
99
import Slots from '@ionic-internal/component-api/v7/reorder-group/slots.md';
1010

1111
<head>
12-
<title>ion-reorder-group: Wrapper Component for Ionic Framework Apps</title>
12+
<title>ion-reorder-group: Wrapper Component for Reorder Items</title>
1313
<meta name="description" content="ion-reorder-group is a wrapper component for items using the ion-reorder component on Ionic apps. Read to learn more about ion-reorder-group usage." />
1414
</head>
1515

Diff for: docs/api/reorder.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/reorder/custom-props.m
99
import Slots from '@ionic-internal/component-api/v7/reorder/slots.md';
1010

1111
<head>
12-
<title>Reorder | ion-reorder: Drag and Drop Icon to Reorder Items</title>
12+
<title>ion-reorder: Drag and Drop Icon to Reorder Items</title>
1313
<meta name="description" content="Ion-reorder is the anchor used to drag and drop the items inside of the ion-reorder-group. Read to learn more about custom reorder icons and items." />
1414
</head>
1515

Diff for: docs/api/ripple-effect.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Slots from '@ionic-internal/component-api/v7/ripple-effect/slots.md';
1111
import EncapsulationPill from '@components/page/api/EncapsulationPill';
1212

1313
<head>
14-
<title>ion-ripple-effect | Ripple Effect Button Component for Ionic Apps</title>
14+
<title>ion-ripple-effect: Ripple Effect Component for Ionic Apps</title>
1515
<meta name="description" content="The ripple effect button component adds the Material Design ink ripple interaction effect. It can only be used in an ion-app and can be added to any component." />
1616
</head>
1717

0 commit comments

Comments
 (0)