devdocs icon indicating copy to clipboard operation
devdocs copied to clipboard

API Documentation Browser

Results 269 devdocs issues
Sort by recently updated
recently updated
newest added

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/.

docs/improvement

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

improvement
docs/improvement

# 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...

bug
help wanted

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,...

feature

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

improvement

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

help wanted