Skip to content

Commit 4e698ff

Browse files
Docs: remove About group of pages (#42386)
1 parent ce18b73 commit 4e698ff

11 files changed

Lines changed: 3 additions & 238 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 & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@use "../../../scss/colors" as *;
21
@use "../../../scss/layout/breakpoints" as *;
32
@use "variables" as *;
43

@@ -7,30 +6,6 @@
76
//
87

98
@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-
349
//
3510
// Color swatches
3611
//

0 commit comments

Comments
 (0)