index.rst 667 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. etcd Documentation
  2. ==================
  3. This is official etcd documentation.
  4. Still working in progress...
  5. * :ref:`set-up`: setting up an etcd cluster.
  6. * :ref:`operate`: operating an etcd cluster.
  7. * :ref:`client-architecture`: describes etcd client components.
  8. * :ref:`client-feature-matrix`: compares client features.
  9. .. toctree::
  10. :maxdepth: 3
  11. :caption: Get started
  12. set-up
  13. .. toctree::
  14. :maxdepth: 3
  15. :caption: Operations
  16. operate
  17. .. toctree::
  18. :maxdepth: 3
  19. :caption: FAQs
  20. faq
  21. .. toctree::
  22. :maxdepth: 2
  23. :caption: Architecture
  24. client-architecture
  25. .. toctree::
  26. :maxdepth: 2
  27. :caption: Reference
  28. client-feature-matrix