Author: jensg
Date: Tue Mar 17 21:38:12 2020
New Revision: 1875324

URL: http://svn.apache.org/viewvc?rev=1875324&view=rev
Log:
THRIFT-5142 API Documentation: promote selected 3rd party resources more 
prominently.

Modified:
    thrift/cms-site/trunk/content/docs/index.html

Modified: thrift/cms-site/trunk/content/docs/index.html
URL: 
http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/docs/index.html?rev=1875324&r1=1875323&r2=1875324&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/docs/index.html (original)
+++ thrift/cms-site/trunk/content/docs/index.html Tue Mar 17 21:38:12 2020
@@ -1,2 +1,25 @@
 {% extends 'default' %}
 {% block title %}Documentation{% endblock %}
+{% block content %}
+{% filter markdown %}
+# Apache Thrift Documentation
+
+## Documentation Topics
+
+Each supported language needs the Apache Thrift Libraries and the generated 
code made by the Apache Thrift Compiler.
+
+Some language specific documentation is for the Apache Thrift Libraries are 
generated from lib/${language}/README.md files:
+
+{{ content|safe }}
+
+## Other resources
+
+For a quick introduction that covers a lot of Thrift knowledge on just one 
page, we recommended 
+Diwaker Gupta's [Thrift: The Missing 
Guide|https://diwakergupta.github.io/thrift-missing-guide/].
+
+If you want to do a real deep dive into the various language bindings, 
consider Randy Abernethy's 
+[The programer's guide to Apache 
Thrift](https://www.manning.com/books/programmers-guide-to-apache-thrift). 
+The book comes with a lot of inside knowlegde and is packed with practical 
examples.
+
+{% endfilter %}
+{% endblock %}


Reply via email to