From 7c90c618ace3f01a6f6a61c67e0278a2281b798d Mon Sep 17 00:00:00 2001 From: Florian Dieminger Date: Thu, 19 Dec 2024 16:18:43 +0100 Subject: [PATCH] fix breadcrumb --- build/document-utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/document-utils.ts b/build/document-utils.ts index 4fec074d1fae..f807be908f48 100644 --- a/build/document-utils.ts +++ b/build/document-utils.ts @@ -3,7 +3,7 @@ import { Document } from "../content/index.js"; const TRANSFORM_STRINGS = new Map( Object.entries({ "Web technology for developers": "References", - "Learn web development": "Guides", + "Learn web development": "Learn", "HTML: HyperText Markup Language": "HTML", "CSS: Cascading Style Sheets": "CSS", "Graphics on the Web": "Graphics",