about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-01-29 12:59:02 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-01-29 12:59:02 +0100
commitaa52d5fd1ebc50ed1f5588855e80bdac193e0211 (patch)
treea4d06efe41f9d163dd0b522b63d1a728883c7048
parentca8a9d5941ed9e5ae11087a296237fdddb5d45d7 (diff)
Add more links to main docs page
-rw-r--r--docs/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md
index 42adfd04c..17487c296 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -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)