Gyuho Lee ef7e9d385b docs/operate.rst: link latest patch releases %!s(int64=7) %!d(string=hai) anos
..
img 29590c9ab2 docs/img: update client architecture images %!s(int64=7) %!d(string=hai) anos
metrics 342d53d1b1 docs/metrics: add metrics outputs from patch releases %!s(int64=7) %!d(string=hai) anos
.gitignore 5ba680d762 docs: initial commit for architecture docs %!s(int64=7) %!d(string=hai) anos
Makefile 5ba680d762 docs: initial commit for architecture docs %!s(int64=7) %!d(string=hai) anos
README.md 104b6a3424 docs: fix README %!s(int64=7) %!d(string=hai) anos
client-architecture.rst e52b8611ea docs: update links to "go.etcd.io" %!s(int64=7) %!d(string=hai) anos
client-feature-matrix.rst e52b8611ea docs: update links to "go.etcd.io" %!s(int64=7) %!d(string=hai) anos
conf.py 5ba680d762 docs: initial commit for architecture docs %!s(int64=7) %!d(string=hai) anos
faq.rst abd1b34ba6 docs: fix pronunciation notation %!s(int64=7) %!d(string=hai) anos
index.rst 9ad8f4c350 Merge pull request #9983 from gyuho/20180806-clientv3-docs %!s(int64=7) %!d(string=hai) anos
make.bat 5ba680d762 docs: initial commit for architecture docs %!s(int64=7) %!d(string=hai) anos
operate.rst ef7e9d385b docs/operate.rst: link latest patch releases %!s(int64=7) %!d(string=hai) anos
requirements.txt 5ba680d762 docs: initial commit for architecture docs %!s(int64=7) %!d(string=hai) anos
set-up.rst 9f02c5836d docs: add initial operate guide structure %!s(int64=7) %!d(string=hai) anos

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.