Have you read the Contributing Guidelines on issues?
Prerequisites
Description
links with antennapod-subscribe, and I'm sure any scheme that contain a url path that matches the docusaurus host path are incorrectly assumed to be the site itself.
For instance, I don't control a scheme, that's registered somewhere else. And I have a page in the website that I'm dynamically generating, for instance the rss.xml feed url.
onBrokenLinks doesn't take in generated pages into consideration, even if that file is listed in pages/.
Reproducible demo
No response
Steps to reproduce
Create a element with a to=antennapod-subscribe://site-url/rss.xml ensure that site-url is the docusaurus site, and that rss.xml exists in the pages directory
Run the build, and see it fail.
Expected behavior
It should correctly include pages in broken link validation
Actual behavior
It ignores the file and assumes there is a broken link.
Your environment
Self-service
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clearoryarn clearcommand.rm -rf node_modules yarn.lock package-lock.jsonand re-installing packages.Description
links with antennapod-subscribe, and I'm sure any scheme that contain a url path that matches the docusaurus host path are incorrectly assumed to be the site itself.
For instance, I don't control a scheme, that's registered somewhere else. And I have a page in the website that I'm dynamically generating, for instance the rss.xml feed url.
onBrokenLinksdoesn't take in generated pages into consideration, even if that file is listed inpages/.Reproducible demo
No response
Steps to reproduce
Create a element with a
to=antennapod-subscribe://site-url/rss.xmlensure thatsite-urlis the docusaurus site, and thatrss.xmlexists in thepagesdirectoryRun the build, and see it fail.
Expected behavior
It should correctly include pages in broken link validation
Actual behavior
It ignores the file and assumes there is a broken link.
Your environment
Self-service