Skip to content

Commit 07027d1

Browse files
committed
docs: update links to API
1 parent fd9f2a8 commit 07027d1

File tree

39 files changed

+120
-120
lines changed

39 files changed

+120
-120
lines changed

packages/docs/content/components/accordion/bootstrap.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Use the `alwaysOpen` property to keep multiple accordion items expanded at the s
2828

2929
Refer to the API documentation for detailed descriptions of all the available props and components used to create Bootstrap-styled accordions in React.
3030

31-
- [<CAccordion />](./api/#caccordion)
32-
- [<CAccordionBody />](./api/#caccordionbody)
33-
- [<CAccordionHeader />](./api/#caccordionheader)
34-
- [<CAccordionItem />](./api/#caccordionitem)
31+
- [<CAccordion />](../api/#caccordion)
32+
- [<CAccordionBody />](../api/#caccordionbody)
33+
- [<CAccordionHeader />](../api/#caccordionheader)
34+
- [<CAccordionItem />](../api/#caccordionitem)

packages/docs/content/components/alert/bootstrap.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ Use the `dismissible` prop to allow users to close the alert. This will complete
6565

6666
Review the API documentation for detailed information about the props available in the Bootstrap-styled React Alert component.
6767

68-
- [<CAlert />](./api/#calert)
69-
- [<CAlertHeading />](./api/#calertheading)
70-
- [<CAlertLink />](./api/#calertlink)
68+
- [<CAlert />](../api/#calert)
69+
- [<CAlertHeading />](../api/#calertheading)
70+
- [<CAlertLink />](../api/#calertlink)

packages/docs/content/components/avatar/bootstrap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ Add a small status indicator (e.g. online, offline) to avatars using the `status
5252

5353
Refer to the API below for all configurable props used with the Bootstrap-styled React Avatar component.
5454

55-
- [<CAvatar />](./api/#cavatar)
55+
- [<CAvatar />](../api/#cavatar)

packages/docs/content/components/badge/bootstrap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ To make badges more rounded, use the `shape="rounded-pill"` prop. This mirrors B
5050

5151
See below for the full API reference for all available props for the Bootstrap-styled React Badge component.
5252

53-
- [<CBadge />](./api/#cbadge)
53+
- [<CBadge />](../api/#cbadge)

packages/docs/content/components/breadcrumb/bootstrap.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ For best practices, refer to the [WAI-ARIA Authoring Practices: Breadcrumb Patte
5353

5454
Check the API reference below for full details on all available props for the Bootstrap-styled React Breadcrumb component.
5555

56-
- [<CBreadcrumb />](./api/#cbreadcrumb)
57-
- [<CBreadcrumbItem />](./api/#cbreadcrumbitem)
56+
- [<CBreadcrumb />](../api/#cbreadcrumb)
57+
- [<CBreadcrumbItem />](../api/#cbreadcrumbitem)

packages/docs/content/components/button-group/bootstrap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ Stack buttons vertically using the vertical variation of React Bootstrap Button
7474

7575
Explore the API documentation for available props and configuration for the React Bootstrap Button Group component and toolbars.
7676

77-
- [<CButtonGroup />](./api/#cbuttongroup)
77+
- [<CButtonGroup />](../api/#cbuttongroup)
7878
- [<CButtonToolbar />]()

packages/docs/content/components/button/bootstrap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ Use flex utilities and margin helpers to align buttons horizontally when they're
100100

101101
See the full API reference for all available props in the Bootstrap-styled React Button component.
102102

103-
- [<CButton />](./api/#cbutton)
103+
- [<CButton />](../api/#cbutton)

packages/docs/content/components/card/bootstrap.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -156,14 +156,14 @@ Use `<CRow>` and grid props to control the layout of multiple cards in a respons
156156

157157
## API reference
158158

159-
- [&lt;CCard /&gt;](./api/#ccard)
160-
- [&lt;CCardBody /&gt;](./api/#ccardbody)
161-
- [&lt;CCardFooter /&gt;](./api/#ccardfooter)
162-
- [&lt;CCardGroup /&gt;](./api/#ccardgroup)
163-
- [&lt;CCardHeader /&gt;](./api/#ccardheader)
164-
- [&lt;CCardImage /&gt;](./api/#ccardimage)
165-
- [&lt;CCardImageOverlay /&gt;](./api/#ccardimageoverlay)
166-
- [&lt;CCardLink /&gt;](./api/#ccardlink)
167-
- [&lt;CCardSubtitle /&gt;](./api/#ccardsubtitle)
168-
- [&lt;CCardText /&gt;](./api/#ccardtext)
169-
- [&lt;CCardTitle /&gt;](./api/#ccardtitle)
159+
- [&lt;CCard /&gt;](../api/#ccard)
160+
- [&lt;CCardBody /&gt;](../api/#ccardbody)
161+
- [&lt;CCardFooter /&gt;](../api/#ccardfooter)
162+
- [&lt;CCardGroup /&gt;](../api/#ccardgroup)
163+
- [&lt;CCardHeader /&gt;](../api/#ccardheader)
164+
- [&lt;CCardImage /&gt;](../api/#ccardimage)
165+
- [&lt;CCardImageOverlay /&gt;](../api/#ccardimageoverlay)
166+
- [&lt;CCardLink /&gt;](../api/#ccardlink)
167+
- [&lt;CCardSubtitle /&gt;](../api/#ccardsubtitle)
168+
- [&lt;CCardText /&gt;](../api/#ccardtext)
169+
- [&lt;CCardTitle /&gt;](../api/#ccardtitle)

packages/docs/content/components/carousel/bootstrap.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ Use the `dark` prop on `<CCarousel>` to enable dark-themed controls, indicators,
5454

5555
Refer to the API documentation below for all supported props of the React Bootstrap Carousel component:
5656

57-
- [&lt;CCarousel /&gt;](./api/#ccarousel)
58-
- [&lt;CCarouselCaption /&gt;](./api/#ccarouselcaption)
59-
- [&lt;CCarouselItem /&gt;](./api/#ccarouselitem)
57+
- [&lt;CCarousel /&gt;](../api/#ccarousel)
58+
- [&lt;CCarouselCaption /&gt;](../api/#ccarouselcaption)
59+
- [&lt;CCarouselItem /&gt;](../api/#ccarouselitem)

packages/docs/content/components/close-button/bootstrap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ Use the `dark` prop to apply a dark version of the close button. This inverts th
2828

2929
Check the API documentation below for the full list of props available in the React Bootstrap Close Button component:
3030

31-
- [&lt;CCloseButton /&gt;](./api/#cclosebutton)
31+
- [&lt;CCloseButton /&gt;](../api/#cclosebutton)

0 commit comments

Comments
 (0)