MDN javascript docs for offline use

后端 未结 5 1139
别那么骄傲
别那么骄傲 2020-12-12 10:24

I am trying to make MDN\'s Javascript Reference available for offline browsing (personal use).
I am not the website\'s owner nor developer, and I can only access its gen

5条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-12 10:55

    This looks fairly promising: https://github.com/rgarcia/dochub

    It's an all-in-one documentation site which can be installed on your own computer (requires node), containing data from a number of standard web references including MDN. It contains a screen scraper component that extracts the info from MDN, and updates it fairly quickly (at least a lot faster than the wget mirror command mentioned above). I haven't confirmed how complete the docs are as scraped, but at first glance they look pretty good.

提交回复
热议问题