I can't recommend devdocs.io enough! It's such a fantastic resource. * It links to the real documentation * world class search * lets you pick and choose versions and languages/frameworks you want to have searchable * provides a consistent UI across all docs which is fantastic when you are switching between several while developing. * Is updated with terrifying frequency (I don't think I've ever opened it and NOT had…
Agrees with all of the above, and would just add one point: * Ability to tab-select [1] a language to limit your search to. The lack of this feature in Zeal [2] is one of the reasons I stay with devdocs although i tend to like old-school real desktop apps. [1] (Write the lang and press tab) [2] https://zealdocs.org/
DevDocs API Documentation
141–145 of 145 posts
Re: DevDocs API Documentation
#142I very much like DevDocs. But it looks like Python and Go documentation are incomplete. In Dash, the full documentation is available: the library reference of course, but also the language reference and other things. In DevDocs, I only see the library reference. Am I missing something?
There were technical reasons in the past [1] but not anymore. Should be able to add those. Feel free to open GitHub issues so I don't forget.
[1] Non API entries are harder to index (need unique names); for a while I wanted to keep the app focused to API docs; and the scraping framework used to only support one root URL per doc (most docs host guides/manual on a different domain than API docs).
Re: DevDocs API Documentation
#143Re: DevDocs API Documentation
#144https://developer.mozilla.org/en-US/docs/Web/API/Service_Wor...
EDIT: NM it already supports offline mode. Nice work.
Re: DevDocs API Documentation
#145Earlier quoted context omitted.
Agrees with all of the above, and would just add one point: * Ability to tab-select [1] a language to limit your search to. The lack of this feature in Zeal [2] is one of the reasons I stay with devdocs although i tend to like old-school real desktop apps. [1] (Write the lang and press tab) [2] https://zealdocs.org/
In Zeal, typing "javas" and pressing tab causes it to autocomplete "javascript: " for me. Is this what you're referring to?