diff --git a/docs/index.rst b/docs/index.rst index b8f34b030..8d3aaa2a8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2,9 +2,33 @@ etcd Documentation ================== -* :ref:`faq`: Frequently Asked Questions. -* :ref:`client-architecture`: Describes etcd client components. +This is an official etcd documentation. +Still working in progress... + +* :ref:`set-up`: setting up an etcd cluster. +* :ref:`operate`: operating an etcd cluster. +* :ref:`monitor`: monitoring an etcd cluster. +* :ref:`faq`: frequently asked questions. +* :ref:`client-architecture`: describes etcd client components. + +.. toctree:: + :maxdepth: 3 + :caption: Set up + + set-up + +.. toctree:: + :maxdepth: 3 + :caption: Operate + + operate + +.. toctree:: + :maxdepth: 3 + :caption: Monitor + + monitor .. toctree:: :maxdepth: 3 diff --git a/docs/operate.rst b/docs/operate.rst new file mode 100644 index 000000000..41a3cf596 --- /dev/null +++ b/docs/operate.rst @@ -0,0 +1,22 @@ +.. _operate: + + +Operate +####### + +TODO + + +Introduction +============ + +TODO + + +.. _monitor: + + +Monitor +####### + +TODO diff --git a/docs/set-up.rst b/docs/set-up.rst new file mode 100644 index 000000000..1fe8222b5 --- /dev/null +++ b/docs/set-up.rst @@ -0,0 +1,13 @@ +.. _set-up: + + +Set up +###### + +TODO + + +Introduction +============ + +TODO