Skip to content

Commit

Permalink
chore: standardize title tag format (#3092)
Browse files Browse the repository at this point in the history
  • Loading branch information
mapsandapps authored Aug 22, 2023
1 parent 32bb2d0 commit dedf768
Show file tree
Hide file tree
Showing 52 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion docs/api/accordion.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/accordion/custom-props
import Slots from '@ionic-internal/component-api/v7/accordion/slots.md';

<head>
<title>Ion-Accordion Components: How to Build & Examples | Ionic</title>
<title>ion-accordion: Accordion Components: How to Build & Examples</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/action-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import CustomProps from '@ionic-internal/component-api/v7/action-sheet/custom-pr
import Slots from '@ionic-internal/component-api/v7/action-sheet/slots.md';

<head>
<title>ion-action-sheet | Action Sheet Dialog for iOS and Android Apps</title>
<title>ion-action-sheet: Action Sheet Dialog for iOS and Android</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/alert.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import CustomProps from '@ionic-internal/component-api/v7/alert/custom-props.md'
import Slots from '@ionic-internal/component-api/v7/alert/slots.md';

<head>
<title>ion-alert: Ionic API Alert Buttons with Custom Message Prompts</title>
<title>ion-alert: Ionic Alert Buttons with Custom Message Prompts</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/back-button.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/back-button/custom-pro
import Slots from '@ionic-internal/component-api/v7/back-button/slots.md';

<head>
<title>Back Button | ion-back-button: Custom Menu Icon for Applications</title>
<title>ion-back-button: Custom Menu Back Button for Applications</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/badge.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/badge/custom-props.md'
import Slots from '@ionic-internal/component-api/v7/badge/slots.md';

<head>
<title>Badges | ion-badge: iOS & Android App Notification Badge Icons</title>
<title>ion-badge: iOS & Android App Notification Badge Icons</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/button.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/button/custom-props.md
import Slots from '@ionic-internal/component-api/v7/button/slots.md';

<head>
<title>ion-button: Design and Style Buttons with Custom CSS Properties</title>
<title>ion-button: Style Buttons with Custom CSS Properties</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/card-title.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Slots from '@ionic-internal/component-api/v7/card-title/slots.md';
import EncapsulationPill from '@components/page/api/EncapsulationPill';

<head>
<title>ion-card-title | Ionic App Card Title Component and Properties</title>
<title>ion-card-title: Ionic App Card Title Component</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/checkbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import CustomProps from '@ionic-internal/component-api/v7/checkbox/custom-props.
import Slots from '@ionic-internal/component-api/v7/checkbox/slots.md';

<head>
<title>ion-checkboxes: Ionic App Component to Select Multiple Options</title>
<title>ion-checkbox: Ionic App Checkbox to Select Multiple Options</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/chip.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/chip/custom-props.md';
import Slots from '@ionic-internal/component-api/v7/chip/slots.md';

<head>
<title>ion-chip: Name, Text, Icon and Avatar for Ionic Framework Apps</title>
<title>ion-chip: Text, Icon and Avatar for Ionic Framework Apps</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/col.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/col/custom-props.md';
import Slots from '@ionic-internal/component-api/v7/col/slots.md';

<head>
<title>ion-col: Column Component Padding, Size and Other Properties</title>
<title>ion-col: Column Component Padding and Other Properties</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/content/custom-props.m
import Slots from '@ionic-internal/component-api/v7/content/slots.md';

<head>
<title>ion-content: Scrollable CSS Component for Ionic App Content Areas</title>
<title>ion-content: Scrollable Component for Ionic App Content</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/datetime-button.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/datetime-button/custom
import Slots from '@ionic-internal/component-api/v7/datetime-button/slots.md';

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

Expand Down
2 changes: 1 addition & 1 deletion docs/api/fab-button.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/fab-button/custom-prop
import Slots from '@ionic-internal/component-api/v7/fab-button/slots.md';

<head>
<title>Floating Action Button | Ionic FAB Button Icon for Primary Action</title>
<title>ion-fab-button: Ionic FAB Button Icon for Primary Action</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/fab.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/fab/custom-props.md';
import Slots from '@ionic-internal/component-api/v7/fab/slots.md';

<head>
<title>ion-fab: Floating Action Button for Android and iOS Ionic Apps</title>
<title>ion-fab: Ionic Floating Action Button for Android and iOS</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/footer.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/footer/custom-props.md
import Slots from '@ionic-internal/component-api/v7/footer/slots.md';

<head>
<title>Page Footer | Ionic App Footer: Wrapper Root Page Component</title>
<title>ion-footer: Page Footer | Ionic App Footer Root Component</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/grid/custom-props.md';
import Slots from '@ionic-internal/component-api/v7/grid/slots.md';

<head>
<title>Ion-Grid: Display Grids to Build Mobile-First Custom App Layout</title>
<title>ion-grid: Display Grids for Mobile-First Custom App Layout</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/img.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import CustomProps from '@ionic-internal/component-api/v7/img/custom-props.md';
import Slots from '@ionic-internal/component-api/v7/img/slots.md';

<head>
<title>Img Tag to Lazy Load Images in Viewport | ion-img Tag</title>
<title>ion-img: Img Tag to Lazy Load Images in Viewport</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/infinite-scroll.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import CustomProps from '@ionic-internal/component-api/v7/infinite-scroll/custom
import Slots from '@ionic-internal/component-api/v7/infinite-scroll/slots.md';

<head>
<title>Infinite Scroller | ion-infinite-scroll Action Component</title>
<title>ion-infinite-scroll: Infinite Scroller Action Component</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/input.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/input/custom-props.md'
import Slots from '@ionic-internal/component-api/v7/input/slots.md';

<head>
<title>ion-input: Custom Input Value Type Styling and CSS Properties</title>
<title>ion-input: Custom Input With Styling and CSS Properties</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/item-divider.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/item-divider/custom-pr
import Slots from '@ionic-internal/component-api/v7/item-divider/slots.md';

<head>
<title>Item Divider | List Item Divider Block Element for Ionic Apps</title>
<title>ion-item-divider: Item Divider Block Element for Ionic Apps</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/item-option.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/item-option/custom-pro
import Slots from '@ionic-internal/component-api/v7/item-option/slots.md';

<head>
<title>ion-item-options: Option Button Components for Ionic Apps</title>
<title>ion-item-option: Option Button for Sliding Item in Ionic</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/item-sliding.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/item-sliding/custom-pr
import Slots from '@ionic-internal/component-api/v7/item-sliding/slots.md';

<head>
<title>Slide Buttons | Slide Right to Left with ion-item-sliding</title>
<title>ion-item-sliding: Slide Buttons | Slide Right to Left</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/label.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/label/custom-props.md'
import Slots from '@ionic-internal/component-api/v7/label/slots.md';

<head>
<title>Item Label Color and Properties for Applications | ion-label</title>
<title>ion-label: Item Label Color and Properties for Applications</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/loading.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/loading/custom-props.m
import Slots from '@ionic-internal/component-api/v7/loading/slots.md';

<head>
<title>Loading | Application Loading Indicator Overlay | ion-loading</title>
<title>ion-loading: Loading | Application Loading Indicator Overlay</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/menu-button.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/menu-button/custom-pro
import Slots from '@ionic-internal/component-api/v7/menu-button/slots.md';

<head>
<title>Menu Button | ion-menu-button to Open an App Menu on A Page</title>
<title>ion-menu-button: Menu Button to Open an App Menu on a Page</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/menu-toggle.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/menu-toggle/custom-pro
import Slots from '@ionic-internal/component-api/v7/menu-toggle/slots.md';

<head>
<title>ion-menu-toggle | MenuToggle Component to Open/Close Active Menus</title>
<title>ion-menu-toggle: MenuToggle Component to Open/Close Menus</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/nav-link.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/nav-link/custom-props.
import Slots from '@ionic-internal/component-api/v7/nav-link/slots.md';

<head>
<title>ion-nav-link: The Element for Navigation to a Specified Component</title>
<title>ion-nav-link: Navigation Links to a Specified Component</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/nav.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/nav/custom-props.md';
import Slots from '@ionic-internal/component-api/v7/nav/slots.md';

<head>
<title>ion-nav | Nav View Component for Ionic Framework Apps</title>
<title>ion-nav: Nav View Component for Ionic Framework Apps</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/picker.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/picker/custom-props.md
import Slots from '@ionic-internal/component-api/v7/picker/slots.md';

<head>
<title>Picker | Display Buttons and Columns for ion-picker on Ionic Apps</title>
<title>ion-picker: A Dialog That Displays Buttons and Columns</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/popover.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/popover/custom-props.m
import Slots from '@ionic-internal/component-api/v7/popover/slots.md';

<head>
<title>ion-popover: iOS / Android Popover UI Component & CSS Properties</title>
<title>ion-popover: iOS / Android Popover UI Dialog Component</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/progress-bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/progress-bar/custom-pr
import Slots from '@ionic-internal/component-api/v7/progress-bar/slots.md';

<head>
<title>Progress Bar | Horizontal App Progress Bar for Loading Indicator</title>
<title>ion-progress-bar: App Progress Bar for Loading Indicator</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/radio-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/radio-group/custom-pro
import Slots from '@ionic-internal/component-api/v7/radio-group/slots.md';

<head>
<title>ion-radio-group | Radio Button Group Usage for Ionic Apps</title>
<title>ion-radio-group: Radio Button Group Usage for Ionic Apps</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/radio.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/radio/custom-props.md'
import Slots from '@ionic-internal/component-api/v7/radio/slots.md';

<head>
<title>ion-radio Component: Radio Property for iOS and Android</title>
<title>ion-radio: Radio Component for iOS and Android</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/range.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/range/custom-props.md'
import Slots from '@ionic-internal/component-api/v7/range/slots.md';

<head>
<title>Range Slider | ion-range: Slider Knob Controls with Labels</title>
<title>ion-range: Range Slider Knob Controls with Labels</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/reorder-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/reorder-group/custom-p
import Slots from '@ionic-internal/component-api/v7/reorder-group/slots.md';

<head>
<title>ion-reorder-group: Wrapper Component for Ionic Framework Apps</title>
<title>ion-reorder-group: Wrapper Component for Reorder Items</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/reorder.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CustomProps from '@ionic-internal/component-api/v7/reorder/custom-props.m
import Slots from '@ionic-internal/component-api/v7/reorder/slots.md';

<head>
<title>Reorder | ion-reorder: Drag and Drop Icon to Reorder Items</title>
<title>ion-reorder: Drag and Drop Icon to Reorder Items</title>
<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." />
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/ripple-effect.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Slots from '@ionic-internal/component-api/v7/ripple-effect/slots.md';
import EncapsulationPill from '@components/page/api/EncapsulationPill';

<head>
<title>ion-ripple-effect | Ripple Effect Button Component for Ionic Apps</title>
<title>ion-ripple-effect: Ripple Effect Component for Ionic Apps</title>
<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." />
</head>

Expand Down
Loading

1 comment on commit dedf768

@vercel
Copy link

@vercel vercel bot commented on dedf768 Aug 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ionic-docs – ./

ionic-docs-ionic1.vercel.app
ionic-docs-gqykycf8t.vercel.app
ionic-docs-git-main-ionic1.vercel.app

Please sign in to comment.