What has been the best documentation you've seen? It could be a website or a repo, etc.
Posted by stevenm_15@reddit | learnprogramming | View on Reddit | 1 comments
I want to document my project but I want to give myself ideas
AlexanderEllis_@reddit
I'm a fan of the postgres documentation: https://www.postgresql.org/docs/current/sql-select.html
Easy links to versions of the same page for different versions of postgres, important syntax is at the top, good details on how to use everything and links to related things as they come up, examples of how to use stuff, all sorts of useful information in a really easy to read layout.