diff --git a/akka-docs/index.rst b/akka-docs/index.rst
index 47416d444b..c39fc47bbd 100644
--- a/akka-docs/index.rst
+++ b/akka-docs/index.rst
@@ -24,6 +24,8 @@ Links
* :ref:`scaladoc`
+* :ref:`other-doc`
+
* `Akka Modules Documentation `_.
* :ref:`issue_tracking`
diff --git a/akka-docs/project/index.rst b/akka-docs/project/index.rst
index c429e74379..b814fd07f1 100644
--- a/akka-docs/project/index.rst
+++ b/akka-docs/project/index.rst
@@ -7,6 +7,7 @@ Project Information
migration-guides
release-notes
scaladoc
+ other-doc
issue-tracking
licenses
sponsors
diff --git a/akka-docs/project/other-doc.rst b/akka-docs/project/other-doc.rst
new file mode 100644
index 0000000000..4f2729c23e
--- /dev/null
+++ b/akka-docs/project/other-doc.rst
@@ -0,0 +1,33 @@
+
+.. _other-doc:
+
+##################################
+ Documentation for Other Versions
+##################################
+
+
+Akka Snapshot
+=============
+
+Automatically published documentation for the latest SNAPSHOT version of Akka can
+be found here: http://akka.io/docs/akka/snapshot/
+
+Release Versions
+================
+
+1.1
+---
+
+- Akka 1.1 - http://akka.io/docs/akka/1.1/
+- Akka Modules 1.1 - http://akka.io/docs/akka-modules/1.1/
+
+1.0
+---
+
+- Akka 1.0 - http://akka.io/docs/akka-1.0/Home.html (or in `PDF format `__)
+
+Older
+-----
+
+- Akka 0.10 - http://www.scalablesolutions.se/akka/docs/akka-0.10/
+