From e2aaddc18515420775cf947a2ab6d5b603c2bb07 Mon Sep 17 00:00:00 2001 From: Yorick de Wid Date: Fri, 22 May 2026 18:50:52 +0000 Subject: [PATCH] chore: remove APPS overview page Delete the apps.html overview page and the APPS nav item (desktop and mobile). The QuickScan and Herstelkosten sub-pages are kept as standalone, direct-URL pages and added as explicit `build` entries so they still deploy now that their only inbound link (apps.html) is gone. - Remove src/apps.html - Remove APPS nav item from the header partial; drop the dead data-active-nav="apps" selector in _menu.scss - Neutralize active:"apps" on the quickscan, herstelkosten and nationaal-herstelregister pages - Update package.json start/build scripts, sitemap.xml, llms.txt and llms-full.txt to drop apps.html references Co-Authored-By: Claude Opus 4.7 (1M context) --- package.json | 4 +- src/_partials/header.html | 6 - src/apps-herstelkosten.html | 2 +- src/apps-quickscan.html | 2 +- src/apps.html | 139 --------------------- src/llms-full.txt | 28 ----- src/llms.txt | 3 +- src/nationaal-herstelregister.html | 2 +- src/resources/styles/components/_menu.scss | 3 +- src/sitemap.xml | 5 - 10 files changed, 7 insertions(+), 187 deletions(-) delete mode 100644 src/apps.html diff --git a/package.json b/package.json index 0692315..698450d 100755 --- a/package.json +++ b/package.json @@ -13,8 +13,8 @@ "packageManager": "pnpm@11.0.9", "scripts": { "clean:output": "rimraf dist", - "start": "pnpm clean:output && parcel src/artikelen.html src/index.html src/apps.html src/apps-quickscan.html src/apps-herstelkosten.html src/media-library.html src/more-info.html src/nationaal-herstelregister.html src/privacy-statement.html src/terms-conditions.html src/llms.txt src/llms-full.txt src/robots.txt src/sitemap.xml -p 8000", - "build": "parcel build src/index.html src/llms.txt src/llms-full.txt src/robots.txt src/sitemap.xml --public-url ./", + "start": "pnpm clean:output && parcel src/artikelen.html src/index.html src/apps-quickscan.html src/apps-herstelkosten.html src/media-library.html src/more-info.html src/nationaal-herstelregister.html src/privacy-statement.html src/terms-conditions.html src/llms.txt src/llms-full.txt src/robots.txt src/sitemap.xml -p 8000", + "build": "parcel build src/index.html src/apps-quickscan.html src/apps-herstelkosten.html src/llms.txt src/llms-full.txt src/robots.txt src/sitemap.xml --public-url ./", "lint:js": "eslint \"src/**/*.{js,mjs}\"", "lint:css": "stylelint \"src/**/*.{css,scss}\"", "lint": "pnpm lint:js && pnpm lint:css" diff --git a/src/_partials/header.html b/src/_partials/header.html index 6999e99..420ee8d 100644 --- a/src/_partials/header.html +++ b/src/_partials/header.html @@ -27,9 +27,6 @@ - @@ -91,9 +88,6 @@ -