You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The inputfiles/mdn/apiDescriptions.json file is outdated and has not been maintained for the past five years. To ensure that we have up-to-date API descriptions, I propose implementing a weekly GitHub Action that:
Scrapes the relevant MDN documentation
Generates an updated JSON file
Automatically opens a pull request with the latest data
Yeah, back in the days we had to fetch the full HTML, parse that to extract the phrases and convert it to markdown. Nowadays we have https://github.com/mdn/content directly in markdown so we can skip a lot of steps here. PR welcome.
Hello @saschanaz,
The
inputfiles/mdn/apiDescriptions.json
file is outdated and has not been maintained for the past five years. To ensure that we have up-to-date API descriptions, I propose implementing a weekly GitHub Action that:I have reviewed MDN’s
[robots.txt](https://developer.mozilla.org/robots.txt)
file, and it explicitly allows robots to scrapeen-US/docs/Web/API
, which covers the pages we need.I would be happy to take on this task and contribute the necessary implementation.
Reference: #1909
Looking forward to your thoughts!
The text was updated successfully, but these errors were encountered: