AztecProtocol / dev-rel

All of Aztec's workshops, resources, tutorials, ideas, and useful tools
45 stars 18 forks source link

Throw errors when linking to invalid page sections in docs #294

Open critesjosh opened 4 months ago

critesjosh commented 4 months ago

There are many links in the docs that go to specific sections of pages that are no longer there. These semi-broken links don't throw errors in docusaurus currently. The fallback is to go to the top of the page.

Turn on throwing errors when anchors are missing and resolve errors.

critesjosh commented 2 months ago

update to warn instead of throw