Visualize the MDN Web Docs link structure! Live website
First, install dependencies.
bun install
For 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
yarn build
Then, build the graph:
cd ../mdn-graph
bun build.ts graph warnings external-links
Now you can open docs/index.html
in your browser.
- anvaka/ngragph and its lots of subpackages for actually rendering the graph