From 9bdf859c8f282ec14b7a6bd7bc1cc8c35ed29ef1 Mon Sep 17 00:00:00 2001 From: Matheus Felipe Date: Sat, 21 Jan 2023 01:57:32 -0300 Subject: [PATCH] Add API Blueprint (#109) resolve #109 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b6dff8..b3ec909 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ This should be updated fairly regularly. As usual, **pull requests are encourage * [Write the Docs](https://www.writethedocs.org/) - A conference for authors of technical documentation. (contributed by [@macintux](https://twitter.com/macintux)) * [Writing Great Documentation](https://jacobian.org/series/great-documentation/) - Covers a variety of topics relating to writing good documentation such as content, style, formatting and so on. (contributed by [Paul A. Wilson](http://github.com/paulalexwilson)) * [Google Developer Documentation Style Guide](https://developers.google.com/style) - The best style guide I've seen since the Sun Style Guide. I'm agitating to get my team to replace the MMoS with this as the place to look for style guidance that doesn't exist in our team's style guide. (contributed by [@carolinakinetic](https://github.com/carolinakinetic)) +* [API Blueprint](https://github.com/apiaryio/api-blueprint) - A powerful high-level API description language for web APIs. (contributed by [@PharkMillups](https://github.com/PharkMillups)) ### Generating Docs