Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #29 from trueberryless-org/trueberryless-patch-1

Update configuration.mdx

authored by

trueberryless and committed by
GitHub
6bc65dfb b5f372d2

+7
+5
.changeset/gentle-steaks-heal.md
··· 1 + --- 2 + "starlight-cooler-credit-docs": patch 3 + --- 4 + 5 + Add Starlight Blog string to type of credit option
+1
docs/src/content/docs/configuration.mdx
··· 36 36 ```ts 37 37 "Astro" | 38 38 "Starlight" | 39 + "Starlight Blog" | 39 40 { 40 41 title: string | Record<string, string>; 41 42 href: string;
+1
docs/src/content/docs/de/configuration.mdx
··· 36 36 ```ts 37 37 "Astro" | 38 38 "Starlight" | 39 + "Starlight Blog" | 39 40 { 40 41 title: string | Record<string, string>; 41 42 href: string;