Ignore broken links for a specific page or links #11303
-
I generate data ( [`llms.txt`](/llms.txt)
[`llms-full.txt`](/llms-full.txt) Leads to
Note that I'm aware of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If a relative path you link to is not a SPA route nor a static file Docusaurus is aware of, you can prefix those paths with the In v3.9 we are also introducing hooks to give you more flexibility on how broken links are reported, eventually letting you recover: #11283 |
Beta Was this translation helpful? Give feedback.
If a relative path you link to is not a SPA route nor a static file Docusaurus is aware of, you can prefix those paths with the
pathname://
protocol so that Docusaurus leaves them as is, possibly letting you ship broken links to your app.In v3.9 we are also introducing hooks to give you more flexibility on how broken links are reported, eventually letting you recover: #11283