From 0e3f2fb8b9240d0921a9770942f7400ee72bd65f Mon Sep 17 00:00:00 2001 From: Guillaume Badi Date: Mon, 2 Nov 2015 16:46:30 +0100 Subject: [PATCH 1/2] Mailjet Doc ! :) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b6f2c2b..d8f34b9 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ This should be updated fairly regularly. As usual, **pull requests are encourage * [Redis Commands](http://redis.io/commands) - Most of the Redis docs are exceptional, but this section really epitomizes the combination of good design and usability. And all the individual command pages give you the ability to test things out without leaving the page. Pretty close to perfect. * [BrightBox Developer Docs](http://docs.brightbox.com) - Clean design, easy to navigate, very in-depth. * [GitHub Developer Docs](http://developer.github.com/v3/) - I don't always get excited about accordion-based navigation, but when I do... +* [Mailjet API guides](http://dev.mailjet.com/) - Great documentation with generated code samples using Slate from Tripit * [Dropwizard](https://dropwizard.github.io/dropwizard/) - Beautiful and concise; another Bootstrap joint. (contributed by [mrtazz](https://twitter.com/#!/mrtazz)).) * [Riak Pipe README](https://github.com/basho/riak_pipe/blob/develop/README.org) - The simplicity of READMEs means that you can't obscure shitty content with flashy design. This one is written by my Basho colleague [Bryan Fink](https://twitter.com/#!/hobbyist) and should be committed to memory as an excellent example of how to write READMEs. * [Learn You Some Erlang](http://learnyousomeerlang.com/content) (contributed by [@lenary](https://twitter.com/lenary)) (It should also be noted that LYSE was inspired by Miran Lipovača's [Learn You A Haskell](http://learnyouahaskell.com/).) From 18961c8d8a2f3980910b1439d868a945d3947545 Mon Sep 17 00:00:00 2001 From: pharkmillups Date: Fri, 9 Dec 2016 11:34:58 -0500 Subject: [PATCH 2/2] Adding mailjet, moving to bottom of list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8f34b9..6bfdc85 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ This should be updated fairly regularly. As usual, **pull requests are encourage * [Redis Commands](http://redis.io/commands) - Most of the Redis docs are exceptional, but this section really epitomizes the combination of good design and usability. And all the individual command pages give you the ability to test things out without leaving the page. Pretty close to perfect. * [BrightBox Developer Docs](http://docs.brightbox.com) - Clean design, easy to navigate, very in-depth. * [GitHub Developer Docs](http://developer.github.com/v3/) - I don't always get excited about accordion-based navigation, but when I do... -* [Mailjet API guides](http://dev.mailjet.com/) - Great documentation with generated code samples using Slate from Tripit * [Dropwizard](https://dropwizard.github.io/dropwizard/) - Beautiful and concise; another Bootstrap joint. (contributed by [mrtazz](https://twitter.com/#!/mrtazz)).) * [Riak Pipe README](https://github.com/basho/riak_pipe/blob/develop/README.org) - The simplicity of READMEs means that you can't obscure shitty content with flashy design. This one is written by my Basho colleague [Bryan Fink](https://twitter.com/#!/hobbyist) and should be committed to memory as an excellent example of how to write READMEs. * [Learn You Some Erlang](http://learnyousomeerlang.com/content) (contributed by [@lenary](https://twitter.com/lenary)) (It should also be noted that LYSE was inspired by Miran Lipovača's [Learn You A Haskell](http://learnyouahaskell.com/).) @@ -72,6 +71,7 @@ This should be updated fairly regularly. As usual, **pull requests are encourage * [MongoDB Manual](http://docs.mongodb.org/manual/) - Easy to navigate, clean, carefully and well designed manual. (contributed by [ericbn](https://github.com/ericbn)) * [Mailgun Documentation](https://documentation.mailgun.com) - Email service for developers. Language selector, API code samples, editable in the browser, created with Sphinx. (contributed by [@leemunroe](https://github.com/leemunroe)) * [Grav Documentation](http://learn.getgrav.org) - Documentation for Grav, a modern open source flat-file CMS. Tightly integrated with GitHub in markdown format, with quick search and highlight. (contributed by [@rhuk](https://twitter.com/rhuk)) +* [Mailjet API guides](http://dev.mailjet.com/) - Great documentation with generated code samples using Slate from Tripit ### Writing about Docs