Skip to content

Commit 8051baf

Browse files
refactor: remove logos, use emojies (#60)
1 parent 5080ebf commit 8051baf

File tree

8 files changed

+18
-16
lines changed

8 files changed

+18
-16
lines changed

docs/astro.config.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ export default defineConfig({
77
integrations: [
88
starlight({
99
title: "Starlight Plugins Docs Components",
10-
logo: {
11-
light: "./src/assets/logo-white.png",
12-
dark: "./src/assets/logo-dark.png",
13-
replacesTitle: true,
14-
},
1510
editLink: {
1611
baseUrl:
1712
"https://github.com/trueberryless-org/starlight-plugins-docs-components/edit/main/docs/",

docs/public/favicon.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/src/assets/big-logo-dark.png

-48.3 KB
Binary file not shown.

docs/src/assets/big-logo-white.png

-45.8 KB
Binary file not shown.

docs/src/assets/houston.webp

-96.2 KB
Binary file not shown.

docs/src/assets/logo-dark.png

-57 KB
Binary file not shown.

docs/src/assets/logo-white.png

-54.6 KB
Binary file not shown.

docs/src/content/docs/index.mdx

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,26 @@
22
title: Starlight Plugins Docs Components (@trueberryless-org)
33
description: Set of opinionated Starlight components used in trueberryless-org's Starlight plugins documentations
44
head:
5-
- tag: title
6-
content: Starlight Plugins Docs Components
5+
- tag: title
6+
content: Starlight Plugins Docs Components
7+
- tag: style
8+
content: |
9+
.hero-html {
10+
--size: 12rem;
11+
font-size: var(--size);
12+
justify-content: center;
13+
line-height: var(--size);
14+
}
715
template: splash
816
editUrl: false
917
hero:
10-
tagline: Set of opinionated Starlight components used in trueberryless-org's Starlight plugins documentations
11-
image:
12-
dark: ../../assets/big-logo-dark.png
13-
light: ../../assets/big-logo-white.png
14-
actions:
15-
- text: Get Started
16-
link: /getting-started/
17-
icon: right-arrow
18+
tagline: Set of opinionated Starlight components used in trueberryless-org's Starlight plugins documentations
19+
image:
20+
html: '📦'
21+
actions:
22+
- text: Get Started
23+
link: /getting-started/
24+
icon: right-arrow
1825
---
1926

2027
import { Card, CardGrid } from "@astrojs/starlight/components";

0 commit comments

Comments
 (0)