Mirror of
0
fork

Configure Feed

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

update index

+50 -39
+5
.changeset/beige-ways-travel.md
··· 1 + --- 2 + "starlight": patch 3 + --- 4 + 5 + Update index to use informal recipient
+3 -1
starlight/src/components/CustomPagination.astro
··· 1 1 --- 2 2 import Pagination from "@astrojs/starlight/components/Pagination.astro"; 3 3 import FeedbackComponent from "./FeedbackComponent.astro"; 4 + 5 + const { entry } = Astro.props; 4 6 --- 5 7 6 8 <> 7 - <FeedbackComponent /> 9 + { !entry.data.hero && <FeedbackComponent /> } 8 10 <Pagination {...Astro.props as any} /> 9 11 </>
+1 -1
starlight/src/components/FeedbackComponent.astro
··· 2 2 import FeelbackTaggedMessage from "astro-feelback/components/FeelbackTaggedMessage.astro"; 3 3 import "astro-feelback/styles/feelback.css"; 4 4 5 - const CONTENT_SET_ID = "659bdb75-f778-44ee-bb27-102380d34e9d"; 5 + const CONTENT_SET_ID = "7ce5e4a0-b624-4ade-a92d-9f87652b1635"; 6 6 --- 7 7 8 8 <FeelbackTaggedMessage
+41 -37
starlight/src/content/docs/de/index.mdx
··· 1 1 --- 2 2 title: Willkommen bei Mutanuq 3 - description: Entdecken Sie Wissen! 3 + description: Entdecke Wissen! 4 4 template: splash 5 5 hero: 6 - tagline: Schauen Sie sich um, im Mutanuq Universum! 7 - image: 8 - file: ../../../assets/start_logo.svg 9 - actions: 10 - - text: Entdecken 11 - link: /de/information_technology/software_development 12 - icon: right-arrow 13 - variant: primary 14 - - text: Mitwirken auf GitHub 15 - link: https://github.com/trueberryless-org/mutanuq 16 - icon: external 6 + tagline: Schaue dich um, im Mutanuq Universum! 7 + image: 8 + file: ../../../assets/start_logo.svg 9 + actions: 10 + - text: Entdecken 11 + link: /de/information_technology/software_development 12 + icon: right-arrow 13 + variant: primary 14 + - text: Mitwirken auf GitHub 15 + link: https://github.com/trueberryless-org/mutanuq 16 + icon: external 17 17 sidebar: 18 - hidden: true 18 + hidden: true 19 19 --- 20 20 21 21 import { Card, CardGrid } from "@astrojs/starlight/components"; 22 22 23 - ## Helfen Sie mit oder erkunden Sie das Universum 23 + ## Hilf mit oder erkunde das Universum 24 24 25 25 <CardGrid stagger> 26 - <Card title="Schnuppern Sie ins Wissen!" icon="random"> 27 - Sie interessieren sich für technisches Wissen von einer HTL? Entdecken Sie das 28 - Mutanuq-Universum! 29 - </Card> 30 - <Card title="Seien Sie ein Mitbegründer dieser Webseite" icon="add-document"> 31 - Schauen Sie einmal bei <a href="https://github.com/trueberryless-org/mutanuq">GitHub</a> 32 - vorbei und erstellen Sie einen Pull Request! 33 - </Card> 34 - <Card title="Support my work" icon="rocket"> 35 - Ich würde mich riesig freuen, wenn du mich unterstützen würdest: 36 - <a href="https://www.paypal.com/donate/?hosted_button_id=WDQ5D2VQ6SWEC">PayPal</a>,<a href="https://www.patreon.com/trueberryless"> 37 - Patreon 38 - </a> oder 39 - <a href="https://ko-fi.com/trueberryless">Ko-fi</a>. 40 - </Card> 41 - <Card title="Vergeben Sie einen Stern" icon="star"> 42 - Geben Sie dem Projekt auf 43 - <a href="https://github.com/trueberryless-org/mutanuq">GitHub</a> einen Stern! 44 - </Card> 45 - <Card title="Verbessern Sie gefundene Fehler" icon="pencil"> 46 - Wenn Ihnen irgendwelche inhaltlichen Fehler oder Rechtschreibfehler auffallen, klicken Sie 47 - ganz unten auf `Seite bearbeiten`, um diese auszubessern! 48 - </Card> 26 + <Card title="Schnuppere ins Wissen!" icon="random"> 27 + Du interessierst sich für technisches Wissen von einer HTL? Entdecke das 28 + Mutanuq-Universum! 29 + </Card> 30 + <Card title="Seie ein Mitbegründer dieser Webseite" icon="add-document"> 31 + Schaue einmal bei{" "} 32 + <a href="https://github.com/trueberryless-org/mutanuq">GitHub</a> 33 + vorbei und erstelle einen Pull Request! 34 + </Card> 35 + <Card title="Unterstütze unsere Arbeit" icon="rocket"> 36 + Ich würde mich riesig freuen, wenn du mich unterstützen würdest:{" "} 37 + <a href="https://www.paypal.com/donate/?hosted_button_id=WDQ5D2VQ6SWEC"> 38 + PayPal 39 + </a> 40 + , <a href="https://www.patreon.com/trueberryless">Patreon</a> oder <a href="https://ko-fi.com/trueberryless"> 41 + Ko-fi 42 + </a>. 43 + </Card> 44 + <Card title="Vergib einen Stern" icon="star"> 45 + Gib dem Projekt auf{" "} 46 + <a href="https://github.com/trueberryless-org/mutanuq">GitHub</a> einen 47 + Stern! 48 + </Card> 49 + <Card title="Verbesser gefundene Fehler" icon="pencil"> 50 + Wenn dir irgendwelche inhaltlichen Fehler oder Rechtschreibfehler auffallen, 51 + klicke ganz unten auf `Seite bearbeiten`, um diese auszubessern! 52 + </Card> 49 53 </CardGrid> 50 54 51 55 ## Unsere Mitwirkenden