domoscargin
domoscargin
## What We've got some PRs on the team playbook that have been open for ages and need review. ## Why To improve our team documentation ## Who needs to...
## What Add the ability to: - Make the "open example in new tab" link optional - Add a [tag](https://design-system.service.gov.uk/components/tag/) to the example ## Why For the rebrand work, we'd...
Using tagText and tagColour, you can now specify a tag to appear in the example toolbar. You can also set openLink to false to remove the 'Open this example in...
## Notes I started by looking at metalsmith-build-cache, but that wraps the whole Metalsmith build, so you have to split the build up to make it useful, and it proved...
When we switched from .md.njk to .md for our page files, we neglected to update this plugin. Update it to also check .md files. Also fixes some duplicate titles in...
## What We use an `aria-label` on our sub-navigation list ``. This causes HTML validation issues, so we need to make the call on whether we keep it as an...
## What Our CI doesn't currently tell us if our codebase works with a new version of `lint-staged`, so we can't take for granted that major bumps will work fine,...
## What Add a `serviceName` variable to the page template to enable users to set a service name, which will trigger the rendering of a Service navigation Also, add a...
## What Get feedback from the community (especially port maintainers) about our proposed changes. ## Why We want to know: - if we're missing any bugbears that affect users -...
## What We need to: - Decide whether to deprecate the `pageTitle` block in favour of a `pageTitle` variable - If we decide to keep the block, introduce a `pageTitleText`...