From dcd738dcb9a4564a4bb9dcf4248a94af0e41343b Mon Sep 17 00:00:00 2001 From: Feng Date: Fri, 26 Feb 2016 11:16:59 +0800 Subject: [PATCH] index --- docs/TODO | 2 ++ docs/source/getstarted.rst | 8 +++++++- docs/source/index.rst | 36 ++++++++++++++++-------------------- 3 files changed, 25 insertions(+), 21 deletions(-) diff --git a/docs/TODO b/docs/TODO index a4defbe42..0aef6667e 100644 --- a/docs/TODO +++ b/docs/TODO @@ -6,3 +6,5 @@ 3. Plugins 4. User Guide + +5. Tuning Guide diff --git a/docs/source/getstarted.rst b/docs/source/getstarted.rst index cf50de096..391924000 100644 --- a/docs/source/getstarted.rst +++ b/docs/source/getstarted.rst @@ -18,10 +18,17 @@ emqttd is aimed to provide a solid, enterprise grade, extensible open-source MQT * Easy to extend * Solid stable +-------- +Features +-------- + ----------- Quick Start ----------- +Download and Install +-------------------- + Download binary packeges for Linux, Mac, FreeBSD and Windows from http://emqtt.io/downloads. .. code:: console @@ -37,7 +44,6 @@ Download binary packeges for Linux, Mac, FreeBSD and Windows from http://emqtt.i # Stop emqttd ./bin/emqttd stop ------------------ Build from Source ----------------- diff --git a/docs/source/index.rst b/docs/source/index.rst index 7f5fb7d70..123c96275 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -19,26 +19,6 @@ The emqttd project provides a scalable, enterprise grade, extensible open-source Sensors, Mobiles, Web Browsers and Application Servers could be connected by emqttd brokers with asynchronous PUB/SUB MQTT messages. -.. NOTE:: MQTT-SN,CoAP Protocols are planned to 1.x release. - -Contents: - -.. toctree:: - :maxdepth: 2 - - getstarted - install - config - cluster - bridge - guide - commands - plugins - ---------------------- -Supports and Contacts ---------------------- - +---------------+-----------------------------------------+ | Homepage: | http://emqtt.io | +---------------+-----------------------------------------+ @@ -55,6 +35,22 @@ Supports and Contacts | Author: | Feng Lee | +---------------+-----------------------------------------+ +.. NOTE:: MQTT-SN,CoAP Protocols are planned to 1.x release. + +Contents: + +.. toctree:: + :maxdepth: 2 + + getstarted + install + config + cluster + bridge + guide + commands + plugins + ------- License -------