diff --git a/content/material/Components-Gallery/00-Markdown-Features.mdx b/content/material/Components-Gallery/00-Markdown-Features.mdx index b44e0ad4..d060ee16 100644 --- a/content/material/Components-Gallery/00-Markdown-Features.mdx +++ b/content/material/Components-Gallery/00-Markdown-Features.mdx @@ -1,5 +1,6 @@ --- sidebar_label: Markdown and HTML Features +title: Markdown and HTML Features --- # Markdown and HTML Features :seeCode[https://github.com/SilasBerger/teaching-website/blob/main/content/material/Components-Gallery/00-Markdown-Features.mdx] diff --git a/content/material/Components-Gallery/01-Admonitions.mdx b/content/material/Components-Gallery/01-Admonitions.mdx index cd49ba23..daaa56d7 100644 --- a/content/material/Components-Gallery/01-Admonitions.mdx +++ b/content/material/Components-Gallery/01-Admonitions.mdx @@ -1,5 +1,6 @@ --- sidebar_label: Admonitions +title: Admonitions --- # Admonitions :seeCode[https://github.com/SilasBerger/teaching-website/blob/main/content/material/Components-Gallery/01-Admonitions.mdx] diff --git a/content/material/Components-Gallery/02-Tiles.mdx b/content/material/Components-Gallery/02-Tiles.mdx index ed56a0db..f6ed777a 100644 --- a/content/material/Components-Gallery/02-Tiles.mdx +++ b/content/material/Components-Gallery/02-Tiles.mdx @@ -1,5 +1,6 @@ --- sidebar_label: Tiles +title: Tiles --- # Tiles :seeCode[https://github.com/SilasBerger/teaching-website/blob/main/content/material/Components-Gallery/02-Tiles.mdx] diff --git a/content/material/Components-Gallery/03-YouTube-Video.mdx b/content/material/Components-Gallery/03-YouTube-Video.mdx index 9c78c58e..3fe166c2 100644 --- a/content/material/Components-Gallery/03-YouTube-Video.mdx +++ b/content/material/Components-Gallery/03-YouTube-Video.mdx @@ -1,5 +1,6 @@ --- sidebar_label: YouTube Video +title: YouTube Video --- # YouTube Video :seeCode[https://github.com/SilasBerger/teaching-website/blob/main/content/material/Components-Gallery/03-YouTube-Video.mdx] diff --git a/content/material/Components-Gallery/04-Hero-Image.mdx b/content/material/Components-Gallery/04-Hero-Image.mdx index 1996cb9d..cbd5ea1f 100644 --- a/content/material/Components-Gallery/04-Hero-Image.mdx +++ b/content/material/Components-Gallery/04-Hero-Image.mdx @@ -1,5 +1,6 @@ --- sidebar_label: Hero Image +title: Hero Image --- # Hero Image :seeCode[https://github.com/SilasBerger/teaching-website/blob/main/content/material/Components-Gallery/04-Hero-Image-and-Source-Reference.mdx] diff --git a/content/material/Components-Gallery/05-Mermaid-Diagrams.mdx b/content/material/Components-Gallery/05-Mermaid-Diagrams.mdx index 7c3bb81b..c9dd51c2 100644 --- a/content/material/Components-Gallery/05-Mermaid-Diagrams.mdx +++ b/content/material/Components-Gallery/05-Mermaid-Diagrams.mdx @@ -1,5 +1,6 @@ --- sidebar_label: Mermaid Diagrams +title: Mermaid Diagrams --- # Mermaid Diagrams :seeCode[https://github.com/SilasBerger/teaching-website/blob/main/content/material/Components-Gallery/05-Mermaid-Diagrams.mdx] diff --git a/content/material/Components-Gallery/06-Definition-List.mdx b/content/material/Components-Gallery/06-Definition-List.mdx index 6f550993..90dfb8ae 100644 --- a/content/material/Components-Gallery/06-Definition-List.mdx +++ b/content/material/Components-Gallery/06-Definition-List.mdx @@ -1,5 +1,6 @@ --- sidebar_label: Definition List +title: Definition List --- import DefinitionList from "@site/src/app/components/DefinitionList"; diff --git a/content/material/Components-Gallery/07-Browser-Window.mdx b/content/material/Components-Gallery/07-Browser-Window.mdx index 41865ea3..1e8f8846 100644 --- a/content/material/Components-Gallery/07-Browser-Window.mdx +++ b/content/material/Components-Gallery/07-Browser-Window.mdx @@ -1,5 +1,6 @@ --- sidebar_label: Browser Window +title: Browser Window --- import BrowserWindow, {Browser} from "@site/src/app/components/BrowserWindow"; diff --git a/content/material/Components-Gallery/08-Material-Design-Icons.mdx b/content/material/Components-Gallery/08-Material-Design-Icons.mdx index dedfdb69..304f0103 100644 --- a/content/material/Components-Gallery/08-Material-Design-Icons.mdx +++ b/content/material/Components-Gallery/08-Material-Design-Icons.mdx @@ -1,5 +1,6 @@ --- sidebar_label: Material Design Icons +title: Material Design Icons --- # Material Design Icons (MDI) :seeCode[https://github.com/SilasBerger/teaching-website/blob/main/content/material/Components-Gallery/08-Material-Design-Icons.mdx] diff --git a/content/material/Components-Gallery/09-Tabs.mdx b/content/material/Components-Gallery/09-Tabs.mdx index 3bc9fe52..d660fe16 100644 --- a/content/material/Components-Gallery/09-Tabs.mdx +++ b/content/material/Components-Gallery/09-Tabs.mdx @@ -1,5 +1,6 @@ --- sidebar_label: Tabs +title: Tabs --- # Tabs :seeCode[https://github.com/SilasBerger/teaching-website/blob/main/content/material/Components-Gallery/09-Tabs.mdx] diff --git a/content/material/Microbit/Projektideen-Python/01-Health-Points.mdx b/content/material/Microbit/Projektideen-Python/01-Health-Points.mdx index 14dffa51..38207d29 100644 --- a/content/material/Microbit/Projektideen-Python/01-Health-Points.mdx +++ b/content/material/Microbit/Projektideen-Python/01-Health-Points.mdx @@ -1,5 +1,6 @@ --- sidebar_label: Health Points +title: Health Points --- # Health Points :seeCode[https://github.com/SilasBerger/microbit/tree/main/projects/health-points] diff --git a/content/material/Microbit/Projektideen-Python/02-Jukebox.mdx b/content/material/Microbit/Projektideen-Python/02-Jukebox.mdx index bcd8a371..abc3894f 100644 --- a/content/material/Microbit/Projektideen-Python/02-Jukebox.mdx +++ b/content/material/Microbit/Projektideen-Python/02-Jukebox.mdx @@ -1,5 +1,6 @@ --- sidebar_label: Jukebox +title: Jukebox --- # Jukebox :seeCode[https://github.com/SilasBerger/microbit/blob/main/projects/jukebox.py] diff --git a/content/material/Microbit/Projektideen-Python/03-Maqueen-RC-Car.mdx b/content/material/Microbit/Projektideen-Python/03-Maqueen-RC-Car.mdx index 44ac70f9..cb5c1ea9 100644 --- a/content/material/Microbit/Projektideen-Python/03-Maqueen-RC-Car.mdx +++ b/content/material/Microbit/Projektideen-Python/03-Maqueen-RC-Car.mdx @@ -1,5 +1,6 @@ --- sidebar_label: Maqueen RC Car +title: Maqueen RC Car --- # Maqueen RC Car :seeCode[https://github.com/SilasBerger/microbit/tree/main/projects/maqueen-rc-car]