Test for broken links to tabs
Linking to a page with a tabs query string loads the page, with the specified tab open. For example:
However, in docs, we do not currently have testing to ensure links with these query strings keep working over time. Links like this will stop working if the tab title changes. So, for now, we prevent these using a Vale rule.
If we add testing for tab links, we can allow writers to link to these if they'd like.
To do
- Add a test for broken tab links. The existing test for internal anchors may be useful to look at.
- Remove the Vale rule.
- Update the Documentation style guide.