cypress-documentation
cypress-documentation copied to clipboard
Docusaurus reports false positive anchor link errors for Plugins page
Subject
Description
- Following on from the resolved issue https://github.com/cypress-io/cypress-documentation/issues/5630, all broken anchor errors reported by Docusaurus
npm run buildhave been fixed, with the exception of false positives related to bookmarks on the Plugins page https://docs.cypress.io/plugins.
For example
- Broken anchor on source page path = /api/cypress-api/custom-commands:
-> linking to /plugins#custom-commands
This is however a false positive, as the link https://docs.cypress.io/plugins#custom-commands brings up the correct page and the correct section. The target HTML is valid:
<h2 id="custom-commands">Custom Commands</h2>