Skip to content

jc-verse/mdn-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

213 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mdn-graph

Visualize the MDN Web Docs link structure! Live website

Building

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
npm run 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.

Attribution

  • anvaka/ngragph and its lots of subpackages for actually rendering the graph

About

Visualize the MDN Web Docs link structure!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors