diff --git a/docs/index.rst b/docs/index.rst
index 3543475f4..cb816b59d 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -10,7 +10,7 @@
* tutorial_
* examples_
* overview_
-* `reference documentation`_
+* documentation_
* contributing_
* building_
* troubleshooting_
@@ -41,8 +41,10 @@ Extensions
Bindings
-* `ruby bindings`_
-* `python bindings`_
+* python_
+* java_
+* go_
+* node_
--------
@@ -64,7 +66,7 @@ libtorrent
.. _building: building.html
.. _examples: examples.html
.. _overview: manual-ref.html
-.. _`reference documentation`: reference.html
+.. _documentation: reference.html
.. _troubleshooting: troubleshooting.html
.. _`tuning`: tuning.html
.. _screenshot: client_test.png
@@ -85,8 +87,10 @@ libtorrent
.. _`github page`: https://github.com/arvidn/libtorrent
.. _blog: http://blog.libtorrent.org
-.. _`ruby bindings`: http://libtorrent-ruby.rubyforge.org/
-.. _`python bindings`: python_binding.html
+.. _java: https://github.com/frostwire/frostwire-jlibtorrent/
+.. _python: python_binding.html
+.. _go: https://github.com/steeve/libtorrent-go
+.. _node: https://github.com/fanatid/node-libtorrent
.. _`Introduction, slides`: bittorrent.pdf
@@ -104,22 +108,46 @@ The main goals of libtorrent are:
* to be memory efficient
* to be very easy to use
-Donate
-======
+Getting started
+===============
-Support the development of libtorrent
+The tutorial_ is an introduction to using libtorrent (C++). Also see the
+`reference documentation`_.
+
+.. _`reference documentation`: reference.html
+
+Contribute
+==========
+
+If your organization use libtorrent, please consider supporting its development.
+See the contribute_ page for other ways to help out.
.. raw:: html
-
+
+
+
+
+
+
+
-Feedback
-========
+Support
+=======
-There's a `mailing list`__, general libtorrent discussion.
+Please direct questions to the `mailing list`__, general libtorrent discussion.
__ http://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
diff --git a/docs/rst.css b/docs/rst.css
index 6f523d942..c2d7875d6 100644
--- a/docs/rst.css
+++ b/docs/rst.css
@@ -223,13 +223,13 @@ div.contents {
#librarySidebar {
float: left;
- width: 150px;
+ width: 170px;
}
#libraryBody {
border-left: solid 1px #eee;
padding-left: 10px;
- margin-left: 158px;
+ margin-left: 178px;
margin-right: 10px;
}