Gyuho Lee 9d1114f0db docs: update monitoring index пре 7 година
..
img 6309e4b4cf docs: Add client architecture doc пре 7 година
.gitignore 5ba680d762 docs: initial commit for architecture docs пре 7 година
Makefile 5ba680d762 docs: initial commit for architecture docs пре 7 година
README.md 104b6a3424 docs: fix README пре 7 година
client-architecture.rst cd6100ca30 docs: add "FAQs" пре 7 година
conf.py 5ba680d762 docs: initial commit for architecture docs пре 7 година
faq.rst bd6c6cf9e2 docs: clean up FAQs, add initial lists of metrics пре 7 година
index.rst 9d1114f0db docs: update monitoring index пре 7 година
make.bat 5ba680d762 docs: initial commit for architecture docs пре 7 година
metrics-latest 752dd3a0bf docs: generate metrics-* пре 7 година
metrics-v3.1 752dd3a0bf docs: generate metrics-* пре 7 година
metrics-v3.2 752dd3a0bf docs: generate metrics-* пре 7 година
metrics-v3.3 752dd3a0bf docs: generate metrics-* пре 7 година
operate.rst bd6c6cf9e2 docs: clean up FAQs, add initial lists of metrics пре 7 година
requirements.txt 5ba680d762 docs: initial commit for architecture docs пре 7 година
set-up.rst 9f02c5836d docs: add initial operate guide structure пре 7 година

README.md

etcd Documentation

This is official etcd documentation.

Please visit https://etcd.readthedocs.io/en/latest for latest builds.

Install and build

# https://docs.readthedocs.io/en/latest/getting_started.html
pip install sphinx sphinx-autobuild
pip install sphinx_rtd_theme

make help
make html

And open _build/html/index.html file for preview.