Gyuho Lee 752dd3a0bf docs: generate metrics-* hace 7 años
..
img 6309e4b4cf docs: Add client architecture doc hace 7 años
.gitignore 5ba680d762 docs: initial commit for architecture docs hace 7 años
Makefile 5ba680d762 docs: initial commit for architecture docs hace 7 años
README.md 104b6a3424 docs: fix README hace 7 años
client-architecture.rst cd6100ca30 docs: add "FAQs" hace 7 años
conf.py 5ba680d762 docs: initial commit for architecture docs hace 7 años
faq.rst bd6c6cf9e2 docs: clean up FAQs, add initial lists of metrics hace 7 años
index.rst bd6c6cf9e2 docs: clean up FAQs, add initial lists of metrics hace 7 años
make.bat 5ba680d762 docs: initial commit for architecture docs hace 7 años
metrics-latest 752dd3a0bf docs: generate metrics-* hace 7 años
metrics-v3.1 752dd3a0bf docs: generate metrics-* hace 7 años
metrics-v3.2 752dd3a0bf docs: generate metrics-* hace 7 años
metrics-v3.3 752dd3a0bf docs: generate metrics-* hace 7 años
operate.rst bd6c6cf9e2 docs: clean up FAQs, add initial lists of metrics hace 7 años
requirements.txt 5ba680d762 docs: initial commit for architecture docs hace 7 años
set-up.rst 9f02c5836d docs: add initial operate guide structure hace 7 años

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.