Earlier quoted context omitted.
Thanks! Your donation is very much appreciated. Don't feel like you have to donate, though. The app is cheap to host (one of the benefits of an offline-enabled, no-accounts-required, optimized-to-the-max web app is that the backend doesn't do much :P), and I'm lucky that MaxCDN & others are providing free service to the app. What keeps me going is seeing the impact that DevDocs is having (people using and liking it).…
Can you elaborate a bit about your implementation? I'd love to learn more about the techniques you have used.
DevDocs API Documentation
41–50 of 145 posts
Re: DevDocs API Documentation
#42Compare these two pages:
https://devdocs.io/javascript/global_objects/array/entries
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...
I think the blue "sections" on devdocs are really so they are not sections at all and it throws me off.
Re: DevDocs API Documentation
#43Reminds me of Dash[1] which is especially useful when configured in your editor: press a key to open documentation for the word under the cursor. 1: https://kapeli.com/dash
"Shift+K" does the same in vim. However, it looks for a manpage matching the word under the cursor, so it won't help you unless you're doing C or Perl.
Re: DevDocs API Documentation
#44Earlier quoted context omitted.
But you pay for Dash subscription, this one seems to be free.
You pay for the software but it’s not a subscription. Just to clarify. For what it’s worth on Linux the open source alternative is Zeal https://zealdocs.org/
Re: DevDocs API Documentation
#45Also would love to see Racket notes.
Re: DevDocs API Documentation
#46For some reason, the theme/colors were a bit of a shock to my eyes. I can't explain why...maybe because it was my first time seeing it. Compare these two pages: https://devdocs.io/javascript/global_objects/array/entries https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe... I think the blue "sections" on devdocs are really so they are not sections at all and it throws me off.
Re: DevDocs API Documentation
#47Re: DevDocs API Documentation
#48For some reason, the theme/colors were a bit of a shock to my eyes. I can't explain why...maybe because it was my first time seeing it. Compare these two pages: https://devdocs.io/javascript/global_objects/array/entries https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe... I think the blue "sections" on devdocs are really so they are not sections at all and it throws me off.
Re: DevDocs API Documentation
#49Reminds me of Dash[1] which is especially useful when configured in your editor: press a key to open documentation for the word under the cursor. 1: https://kapeli.com/dash
There are a few main things that will probably keep me on Dash, for the time being. In no particular order:
1. Global shortcut - Being able to quickly show-search-hide from anywhere is extremely useful for me. I can quickly refresh myself on the syntax of an uncommon function. The faster I can do that, the less likely I am to break my flow.
2. Support for random/obscure projects - On top of community-added docs, Dash lets you point it at any random GitHub project and it will pull down the README. This has come in handy plenty of times for me when using small tools and components. Sure, it's not as nice as full documentation, but it's nice having that README searchable in the same place and offline (see reason #1).
3. Docsets - Dash lets you define groups of frameworks (etc.) and name them. You can even specify which version of a framework to use in the docset. This allows me to tailor my results to a particular stack, depending on which project I'm currently working on.
EDIT: I should read :)
Re: DevDocs API Documentation
#50For some reason, the theme/colors were a bit of a shock to my eyes. I can't explain why...maybe because it was my first time seeing it. Compare these two pages: https://devdocs.io/javascript/global_objects/array/entries https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe... I think the blue "sections" on devdocs are really so they are not sections at all and it throws me off.