index.rst 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. .. Erlang MQTT Broker documentation master file, created by
  2. sphinx-quickstart on Tue Jan 12 22:54:45 2016.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. Welcome to Erlang MQTT Broker's documentation!
  6. ==============================================
  7. Overview
  8. --------
  9. TODO: emqttd is a massively scalable and clusterable MQTT V3.1/V3.1.1 broker written in Erlang/OTP. emqttd support both MQTT V3.1/V3.1.1 protocol specification with extended features.
  10. Features
  11. --------
  12. * Feature1
  13. * Feature2
  14. QuickStart
  15. ----------
  16. ``hahal``
  17. Contents
  18. --------
  19. .. _get-started:
  20. .. toctree::
  21. :maxdepth: 2
  22. :caption: Getting Started
  23. intro/overview
  24. intro/quick_started
  25. intro/getting_started
  26. .. _user-guide:
  27. .. toctree::
  28. :maxdepth: 2
  29. user/index
  30. .. _dev-guide:
  31. .. toctree::
  32. :maxdepth: 2
  33. dev/index
  34. .. _tune-guide:
  35. .. toctree::
  36. :maxdepth: 2
  37. tune/index
  38. .. _design-guide:
  39. .. toctree::
  40. :maxdepth: 2
  41. design/index
  42. .. _apps-guide:
  43. .. toctree::
  44. :maxdepth: 2
  45. apps/index
  46. Supports
  47. ----------
  48. * Feature1
  49. * Feature2