Visualize the MDN Web Docs link structure! Live website
First, install dependencies.
bun installFor the data source, you need to have the mdn/content repository cloned in the same directory as this repository. Then, build the content:
cd content
npm run buildThen, build the graph:
cd ../mdn-graph
bun build.ts graph warnings external-linksNow you can open docs/index.html in your browser.
- anvaka/ngragph and its lots of subpackages for actually rendering the graph