Skip to content

Commit 531af0d

Browse files
committed
Merge branch 'main' of https://github.com/coreui/coreui
2 parents 94e238e + b3f5c73 commit 531af0d

File tree

6 files changed

+16
-22
lines changed

6 files changed

+16
-22
lines changed

docs/content/content/reboot.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,8 @@ title: Reboot
44
description: Reboot, a collection of element-specific CSS changes in a single file, kickstart CoreUI for Bootstrap to provide an elegant, consistent, and simple baseline to build upon.
55
group: content
66
aliases:
7-
- "/4.0/content/reebot/"
8-
- "/4.0/content/"
9-
- "/4.1/content/reebot/"
10-
- "/4.1/content/"
117
- "/content/"
12-
- "/content/code/"
13-
- "/components/reebot/"
8+
- "/4.1/content/"
149
toc: true
1510
bootstrap: true
1611
---

docs/content/customize/overview.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ title: Customize
44
description: Learn how to theme, customize, and extend CoreUI for Bootstrap with Sass, a boatload of global options, an expansive color system, and more.
55
group: customize
66
toc: false
7-
aliases: "/4.1/customize/"
8-
aliases:
9-
- "/customize/options/"
10-
- "/4.0/customize/options/"
7+
aliases:
8+
- "/customize/"
119
- "/4.1/customize/"
1210
sections:
1311
- title: Sass

docs/content/forms/overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ toc: true
77
bootstrap: true
88
aliases:
99
- "/forms/"
10-
- "/4.0/forms/overview/"
1110
- "/4.1/forms/"
1211
sections:
1312
- title: Form control

docs/content/helpers/clearfix.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@ description: Quickly and easily clear floated content within a container by addi
55
group: helpers
66
bootstrap: true
77
aliases:
8-
- "/4.0/helpers/"
9-
- "/4.0/helpers/clearfix/"
10-
- "/4.1/helpers/"
11-
- "/4.1/helpers/clearfix/"
128
- "/helpers/"
13-
- "/utilities/clearfix/"
9+
- "/4.1/helpers/"
1410
---
1511

1612
Easily clear `float`s by adding `.clearfix` **to the parent element**. Can also be used as a mixin.

docs/content/layout/breakpoints.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ layout: docs
33
title: Breakpoints
44
description: Breakpoints are the triggers in CoreUI for Bootstrap for how your layout responsive changes across device or viewport sizes.
55
group: layout
6-
aliases:
6+
aliases:
77
- "/layout/"
8-
- "/4.0/layout/breakpoints/"
9-
- "/4.0/layout/"
108
- "/4.1/layout/"
119
toc: true
1210
bootstrap: true

docs/layouts/_default/docs.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,17 @@ <h2>Other frameworks</h2>
3333
</div>
3434

3535
{{ if (eq .Page.Params.toc true) }}
36-
<div class="docs-toc mt-4 mb-5 my-md-0 ps-xl-5 mb-lg-5 text-muted">
37-
<strong class="d-block h6 mb-2 pb-2 border-bottom">On this page</strong>
38-
{{ .TableOfContents }}
36+
<div class="docs-toc mt-4 mb-5 my-md-0 ps-xl-5 mb-lg-5 text-body-secondary">
37+
<button class="btn btn-link p-md-0 mb-2 mb-md-0 text-decoration-none docs-toc-toggle d-md-none" type="button" data-coreui-toggle="collapse" data-coreui-target="#tocContents" aria-expanded="false" aria-controls="tocContents">
38+
On this page
39+
<svg xmlns="http://www.w3.org/2000/svg" class="icon d-md-none ms-2" aria-hidden="true" viewBox="0 0 512 512">
40+
<polygon fill="var(--ci-primary-color, currentColor)" points="256 382.627 60.687 187.313 83.313 164.687 256 337.372 428.687 164.687 451.313 187.313 256 382.627" class="ci-primary"/>
41+
</svg>
42+
</button>
43+
<strong class="d-none d-md-block h6 mb-2 pb-2 border-bottom">On this page</strong>
44+
<div class="collapse docs-toc-collapse" id="tocContents">
45+
{{ .TableOfContents }}
46+
</div>
3947
</div>
4048
{{ end }}
4149

0 commit comments

Comments
 (0)