docs: add initial operate guide structure

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee 2018-07-20 15:27:39 -07:00
parent 40034c45ab
commit 9f02c5836d
3 changed files with 61 additions and 2 deletions

View File

@ -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

22
docs/operate.rst Normal file
View File

@ -0,0 +1,22 @@
.. _operate:
Operate
#######
TODO
Introduction
============
TODO
.. _monitor:
Monitor
#######
TODO

13
docs/set-up.rst Normal file
View File

@ -0,0 +1,13 @@
.. _set-up:
Set up
######
TODO
Introduction
============
TODO