Skip to content

Commit 054576c

Browse files
Docs: remove About entire section
1 parent e713f1f commit 054576c

11 files changed

Lines changed: 3 additions & 237 deletions

File tree

site/data/core-team.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

site/data/sidebar.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -257,13 +257,3 @@
257257
pages:
258258
- title: Opacity
259259
- title: Shadows
260-
- title: About
261-
section: About
262-
icon: globe2
263-
icon_color: indigo
264-
pages:
265-
- title: Overview
266-
- title: Team
267-
- title: Brand
268-
- title: License
269-
- title: Translations

site/data/translations.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

site/src/components/footer/Footer.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ import { getVersionedDocsPath } from '@libs/path'
1818
</a>
1919
<ul class="list-unstyled small">
2020
<li class="mb-2">
21-
Designed and built with all the love in the world by the <a href={getVersionedDocsPath('about/team')}
22-
>Bootstrap team</a
23-
> with the help of <a href={`${getConfig().repo}/graphs/contributors`}>our contributors</a>.
21+
Designed and built with all the love in the world by the Bootstrap team with the help of <a
22+
href={`${getConfig().repo}/graphs/contributors`}>our contributors</a
23+
>.
2424
</li>
2525
<li class="mb-2">
2626
Code licensed <a href={`${getConfig().repo}/blob/main/LICENSE`} target="_blank" rel="license noopener"

site/src/content/docs/about/brand.mdx

Lines changed: 0 additions & 41 deletions
This file was deleted.

site/src/content/docs/about/license.mdx

Lines changed: 0 additions & 32 deletions
This file was deleted.

site/src/content/docs/about/overview.mdx

Lines changed: 0 additions & 29 deletions
This file was deleted.

site/src/content/docs/about/team.mdx

Lines changed: 0 additions & 23 deletions
This file was deleted.

site/src/content/docs/about/translations.mdx

Lines changed: 0 additions & 20 deletions
This file was deleted.

site/src/scss/_brand.scss

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,6 @@
77
//
88

99
@layer custom {
10-
// Logo series wrapper
11-
.bd-brand-logos {
12-
color: $bd-violet;
13-
14-
.inverse {
15-
color: $white;
16-
background-color: $bd-violet;
17-
}
18-
}
19-
20-
// Individual items
21-
.bd-brand-item {
22-
+ .bd-brand-item {
23-
border-block-start: 1px solid var(--bs-border-color);
24-
}
25-
26-
@include media-breakpoint-up(md) {
27-
+ .bd-brand-item {
28-
border-block-start: 0;
29-
border-inline-start: 1px solid var(--bs-border-color);
30-
}
31-
}
32-
}
33-
3410
//
3511
// Color swatches
3612
//

0 commit comments

Comments
 (0)