]> cat aescling's git repositories - mastodon.git/commitdiff
Add more links to main docs page
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 29 Jan 2017 11:59:02 +0000 (12:59 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 29 Jan 2017 11:59:02 +0000 (12:59 +0100)
docs/README.md

index 42adfd04c71a6ad9df07dcf6fe5bdde069c06da1..17487c2967b280cfe9a969a05fa5753ba10a9fb6 100644 (file)
@@ -13,13 +13,21 @@ Index
 - [Testing the API with cURL](Using-the-API/Testing-with-cURL.md)
 - [OAuth details](Using-the-API/OAuth-details.md)
 - [Tips for app developers](Using-the-API/Tips-for-app-developers.md)
+- [Push notifications](Using-the-API/Push-notifications.md)
 
 ### Running Mastodon
 - [Production guide](Running-Mastodon/Production-guide.md)
+- [Alternative: Running on Heroku](Running-Mastodon/Heroku-guide.md)
 - [Development guide](Running-Mastodon/Development-guide.md)
+- [Alternative: Development with Vagrant](Running-Mastodon/Vagrant-guide.md)
 - [Administration guide](Running-Mastodon/Administration-guide.md)
 
 ### Contributing to Mastodon
 - [Sponsors](Contributing-to-Mastodon/Sponsors.md)
 - [Translate Mastodon in your language](Contributing-to-Mastodon/Translating.md)
 - [Report bugs and submit ideas](https://github.com/tootsuite/mastodon/issues)
+
+### Protocols
+
+- [List of used specs and RFCs for the federation](Specs-and-RFCs-used.md)
+- [Extensions of the above protocols](Extensions.md)