Ask HN: Which are your favorite developer docs?
21–24 of 24 posts
[dead]
Re: Ask HN: Which are your favorite developer docs?
#22Northflank: https://northflank.com/docs/
Always up-to-date, well interlinked pages, well structured.
Northflank API docs: https://northflank.com/docs/v1/api/introduction Very hands-on and easy to search.
Re: Ask HN: Which are your favorite developer docs?
#23I love the flask documentation personally. I've always found it well laid out, with relevant examples for my use cases. Also EVE has the best video game rest api and documentation I've ever used.
Re: Ask HN: Which are your favorite developer docs?
#24Invaluable: https://devdocs.io/ https://developer.mozilla.org/en-US/
This is a really awesome project, and I really appreciate how pleasant the interface is. Wonder what it would take to parse in existing man files? It works great for all those front-end frameworks, but Linux Man Pages /are/ the most voted request, and several other suggestions provide standard formats.
Comment on the Linux Man Page request frequently focus on where to get HTML versions, or where to source the files from.
I think the answer is to parse the man pages into HTML (maybe with Pandoc) with the existing CSS/JS, not scrape existing man page web front-ends (of which this would qualify). A swath of docs could be imported by creating such an importer and collecting the "doc" outputs from functional package repositories like Guix and Nix, which tend to stick very closely to upstream; any modifications are rare, explicit, and easily removed.