This repository was archived by the owner on May 29, 2026. It is now read-only.
chore(docs): sync development -> documentation (3.6.1 lockfile)#80
Merged
Conversation
Preset 3.6.0 shipped with a JSDoc parse bug (literal */ inside backticks closed the comment early). 3.6.1 fixed it; this lockfile bump pulls the patched version so the Documentation workflow's npm ci succeeds and the deploy finally fires with the AI baseline.
rubenvdlinde
added a commit
that referenced
this pull request
May 19, 2026
fix(docs): descriptive homepage title (#80)
rubenvdlinde
added a commit
that referenced
this pull request
May 19, 2026
sync: development → documentation (SEO title fix #80)
rubenvdlinde
added a commit
that referenced
this pull request
May 27, 2026
…d assets (#133) Closes #118 — xxllnc primary/hover were translucent (#000000ad/#80); replaced with solid #000000/#333333 to comply with brand solid-colour rule and guarantee WCAG AA contrast on any background. Closes #119 — typo --nldesign-color-succes (missing 's') left success color undefined in the xxllnc set; corrected to --nldesign-color-success in both the nldesign and xxllnc palette sections. Same fix for alert-succes variants. Closes #120 — docs/static/img/logo.svg still used legacy cobalt #4376FC; replaced with canonical #21468B (Dutch flag blue, retired 2026-05-13). Closes #121 — all three app icon files contained an opacity="0.3" rect violating the solid-colours brand rule; replaced with a proper MDI palette-swatch glyph: fill="#fff" 24×24 for app.svg, no-fill for app-dark.svg, #21468B hexagon + white glyph for app-store.svg. Closes #124 — css/fonts/ was an unreferenced duplicate of css/systems/nldesign/fonts/; deleted all 8 font files (~2 MB of dead weight). Closes #125 — nederland-logo.svg and nederland-map.svg were byte-identical; only nederland-logo.svg is referenced (rijkshuisstijl.css); deleted the duplicate nederland-map.svg and the stale nederland-map-backup.svg.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Brings the 3.6.1 lockfile fix onto documentation so the deploy succeeds.