mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
docs: add initial operate guide structure
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
40034c45ab
commit
9f02c5836d
@ -2,9 +2,33 @@
|
|||||||
etcd Documentation
|
etcd Documentation
|
||||||
==================
|
==================
|
||||||
|
|
||||||
* :ref:`faq`: Frequently Asked Questions.
|
This is an official etcd documentation.
|
||||||
* :ref:`client-architecture`: Describes etcd client components.
|
|
||||||
|
|
||||||
|
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::
|
.. toctree::
|
||||||
:maxdepth: 3
|
:maxdepth: 3
|
||||||
|
22
docs/operate.rst
Normal file
22
docs/operate.rst
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
.. _operate:
|
||||||
|
|
||||||
|
|
||||||
|
Operate
|
||||||
|
#######
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|
||||||
|
|
||||||
|
Introduction
|
||||||
|
============
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|
||||||
|
|
||||||
|
.. _monitor:
|
||||||
|
|
||||||
|
|
||||||
|
Monitor
|
||||||
|
#######
|
||||||
|
|
||||||
|
TODO
|
13
docs/set-up.rst
Normal file
13
docs/set-up.rst
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.. _set-up:
|
||||||
|
|
||||||
|
|
||||||
|
Set up
|
||||||
|
######
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|
||||||
|
|
||||||
|
Introduction
|
||||||
|
============
|
||||||
|
|
||||||
|
TODO
|
Loading…
x
Reference in New Issue
Block a user