devdocs
devdocs copied to clipboard
API Documentation Browser
This is for projects that are still interesting, but are somewhat neglected. As discussed here: https://github.com/freeCodeCamp/devdocs/pull/1572#issuecomment-862861426 @MasterEnoc I'm fine with deleting it, if you'd rather, but I thought it would...
Currently, DevDocs only scraps Python library reference rooted at https://docs.python.org/2/library/index.html. It would be great to scrap the full documentation rooted at https://docs.python.org/2/.
Ideally, scraped docs would have minimal HTML. However, several docs currently have classes and wrapper elements. There should be a check that can be run after docs are scraped that...
# Bug report ## OS information Windows 10, Chrome 90 ## Steps to reproduce Grab the sidebar boundary and try to resize it. The result is incredibly slow and there...
Relates to https://github.com/freeCodeCamp/devdocs/issues/878
If doc sites use client-side JavaScript to produce or fetch some of their content, we need to launch a headless browser and execute it. Currently scraper subclasses do that individually...
I'm working on several different projects, and each uses a different set of DevDocs-supported technologies. I'd like to be able to enable and disable different subsets of documentation at will,...
On mobile, devdocs shows in-HTML navigation controls by unhiding them on load. When installed as a PWA, these become more important because the browser navigation controls are no longer available....
Enable docs for useful modules from stdlib. The `docs:generate` errors are unrelated to removing these `skip_patterns`. Unfortunately, I am not yet familiar enough with the scraper error handling options to...
I think it would be good to provide a hint for users that they can hit tab to search a specific doc — maybe there should be an indicator like...