From 76b4592debe3279920096251311581381761bf3e Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Tue, 10 May 2011 17:36:33 +0200 Subject: [PATCH] Docs: Added other-doc, links to documentation for other versions (cherry picked from commit d2b634ee085bd7ff69c27626390ae944f71eeaa9) --- akka-docs/index.rst | 2 ++ akka-docs/project/index.rst | 1 + akka-docs/project/other-doc.rst | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 akka-docs/project/other-doc.rst 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/ +