Gyuho Lee 9f02c5836d docs: add initial operate guide structure 7 years ago
..
img 6309e4b4cf docs: Add client architecture doc 7 years ago
.gitignore 5ba680d762 docs: initial commit for architecture docs 7 years ago
Makefile 5ba680d762 docs: initial commit for architecture docs 7 years ago
README.md 40034c45ab docs/README: document how to build locally 7 years ago
client-architecture.rst cd6100ca30 docs: add "FAQs" 7 years ago
conf.py 5ba680d762 docs: initial commit for architecture docs 7 years ago
faq.rst 902541c038 docs/faq: remove "you" 7 years ago
index.rst 9f02c5836d docs: add initial operate guide structure 7 years ago
make.bat 5ba680d762 docs: initial commit for architecture docs 7 years ago
operate.rst 9f02c5836d docs: add initial operate guide structure 7 years ago
requirements.txt 5ba680d762 docs: initial commit for architecture docs 7 years ago
set-up.rst 9f02c5836d docs: add initial operate guide structure 7 years ago

README.md

etcd Documentation

This is an official etcd documentation https://etcd.readthedocs.io/en/latest.

Working in progress...

Install and build

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

make html

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