Gyuho Lee 104b6a3424 docs: fix README 7 anos atrás
..
img 6309e4b4cf docs: Add client architecture doc 7 anos atrás
.gitignore 5ba680d762 docs: initial commit for architecture docs 7 anos atrás
Makefile 5ba680d762 docs: initial commit for architecture docs 7 anos atrás
README.md 104b6a3424 docs: fix README 7 anos atrás
client-architecture.rst cd6100ca30 docs: add "FAQs" 7 anos atrás
conf.py 5ba680d762 docs: initial commit for architecture docs 7 anos atrás
faq.rst 902541c038 docs/faq: remove "you" 7 anos atrás
index.rst 104b6a3424 docs: fix README 7 anos atrás
make.bat 5ba680d762 docs: initial commit for architecture docs 7 anos atrás
operate.rst 9f02c5836d docs: add initial operate guide structure 7 anos atrás
requirements.txt 5ba680d762 docs: initial commit for architecture docs 7 anos atrás
set-up.rst 9f02c5836d docs: add initial operate guide structure 7 anos atrás

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.