fix relative links in summaries

This commit is contained in:
lindsaym-fa
2024-06-20 11:00:30 -04:00
parent 8ab6ffb4e1
commit 7e5fa4e620
7 changed files with 7 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ import WebAwesomeElement from '../../internal/webawesome-element.js';
import type { CSSResultGroup } from 'lit';
/**
* @summary Breadcrumb Items are used inside [breadcrumbs](/components/breadcrumb) to represent different links.
* @summary Breadcrumb Items are used inside [breadcrumbs](/docs/components/breadcrumb) to represent different links.
* @documentation https://shoelace.style/components/breadcrumb-item
* @status stable
* @since 2.0

View File

@@ -6,7 +6,7 @@ import WebAwesomeElement from '../../internal/webawesome-element.js';
import type { CSSResultGroup } from 'lit';
/**
* @summary A carousel item represent a slide within a [carousel](/components/carousel).
* @summary A carousel item represent a slide within a [carousel](/docs/components/carousel).
*
* @since 2.0
* @status experimental

View File

@@ -10,7 +10,7 @@ import WebAwesomeElement from '../../internal/webawesome-element.js';
import type { CSSResultGroup } from 'lit';
/**
* @summary Options define the selectable items within various form controls such as [select](/components/select).
* @summary Options define the selectable items within various form controls such as [select](/docs/components/select).
* @documentation https://shoelace.style/components/option
* @status stable
* @since 2.0

View File

@@ -18,7 +18,7 @@ import type WaRadio from '../radio/radio.js';
import type WaRadioButton from '../radio-button/radio-button.js';
/**
* @summary Radio groups are used to group multiple [radios](/components/radio) or [radio buttons](/components/radio-button) so they function as a single form control.
* @summary Radio groups are used to group multiple [radios](/docs/components/radio) or [radio buttons](/docs/components/radio-button) so they function as a single form control.
* @documentation https://shoelace.style/components/radio-group
* @status stable
* @since 2.0

View File

@@ -10,7 +10,7 @@ import type { CSSResultGroup } from 'lit';
let id = 0;
/**
* @summary Tab panels are used inside [tab groups](/components/tab-group) to display tabbed content.
* @summary Tab panels are used inside [tab groups](/docs/components/tab-group) to display tabbed content.
* @documentation https://shoelace.style/components/tab-panel
* @status stable
* @since 2.0

View File

@@ -21,7 +21,7 @@ import WebAwesomeElement from '../../internal/webawesome-element.js';
import type { CSSResultGroup, PropertyValueMap } from 'lit';
/**
* @summary A tree item serves as a hierarchical node that lives inside a [tree](/components/tree).
* @summary A tree item serves as a hierarchical node that lives inside a [tree](/docs/components/tree).
* @documentation https://shoelace.style/components/tree-item
* @status stable
* @since 2.0

View File

@@ -50,7 +50,7 @@ function syncCheckboxes(changedTreeItem: WaTreeItem, initialSync = false) {
}
/**
* @summary Trees allow you to display a hierarchical list of selectable [tree items](/components/tree-item). Items with children can be expanded and collapsed as desired by the user.
* @summary Trees allow you to display a hierarchical list of selectable [tree items](/docs/components/tree-item). Items with children can be expanded and collapsed as desired by the user.
* @documentation https://shoelace.style/components/tree
* @status stable
* @since 2.0