Skip to content

Commit 4b2a533

Browse files
committed
chore: clean-up
1 parent e4cafcf commit 4b2a533

25 files changed

+6
-71
lines changed

docs/assets/js/code-examples.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
/* global ClipboardJS: false, coreui: false */
1313

1414
(() => {
15-
'use strict'
16-
1715
// Insert copy to clipboard button before .highlight
1816
const btnTitle = 'Copy to clipboard'
1917
const btnEdit = 'Edit on StackBlitz'

docs/assets/js/search.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
// ++++++++++++++++++++++++++++++++++++++++++
44

55
(() => {
6-
'use strict'
7-
86
const searchElement = document.getElementById('docsearch')
97

108
if (!window.docsearch || !searchElement) {

docs/assets/js/snippets.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
/* global coreui: false */
1515

1616
(() => {
17-
'use strict'
18-
1917
// --------
2018
// Tooltips
2119
// --------

docs/content/components/alerts.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ layout: docs
33
title: Alerts
44
description: Bootstrap alerts give contextual feedback information for common user operations. The alert component is delivered with a bunch of usable and adjustable alert messages.
55
group: components
6-
aliases:
7-
- "/components/alerts/"
86
toc: true
97
bootstrap: true
108
other_frameworks: alert

docs/content/components/avatar.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ layout: docs
33
title: Avatar
44
description: Avatar component can be used to display circular user profile pictures. Avatar can be used to portray people or objects. It supports images, icons, or letters.
55
group: components
6-
aliases:
7-
- "/components/avatar/"
86
toc: true
97
bootstrap: true
108
other_frameworks: avatar

docs/content/components/badge.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: Badges
44
description: Bootstrap badge is small count and labeling components.
55
group: components
66
aliases:
7-
- "/components/badge/"
87
- "/components/bootstrap/badge/"
98
toc: true
109
bootstrap: true

docs/content/components/breadcrumb.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: Breadcrumb
44
description: Bootstrap breadcrumb navigation component which indicates the current location within a navigational hierarchy that automatically adds separators.
55
group: components
66
aliases:
7-
- "/components/breadcrumb/"
87
- "/components/bootstrap/breadcrumb/"
98
toc: true
109
bootstrap: true

docs/content/components/button-group.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ layout: docs
33
title: Button group
44
description: Bootstrap button group allows to group a series of buttons and power them with JavaScript.
55
aliases:
6-
- "/components/button-group/"
76
- "/components/bootstrap/button-group/"
87
toc: true
98
bootstrap: true

docs/content/components/buttons.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description: Bootstrap button component for actions in tables, forms, cards, and
55
group: components
66
aliases:
77
- "/components/button/"
8-
- "/components/buttons/"
98
- "/components/bootstrap/button/"
109
toc: true
1110
bootstrap: true

docs/content/components/callout.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ layout: docs
33
title: Callout
44
description: Callouts provide presentation of content in a visually distinct manner. Includes a heading, icon and typically text-based content.
55
group: components
6-
aliases:
7-
- "/components/callout/"
86
toc: true
97
bootstrap: true
108
other_frameworks: callout

0 commit comments

Comments
 (0)