Gyuho Lee 5ed26c7c48 docs: update PyYAML to 4.2b1 6 years ago
..
img 0b5a3d8080 docs/img: clarify "network partition + membership reconfiguration" 7 years ago
metrics 342d53d1b1 docs/metrics: add metrics outputs from patch releases 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 7c7141550d docs/README: highlight new documentation website 7 years ago
client-architecture.rst 1f559736ef docs: add authors to client architecture doc 7 years ago
client-feature-matrix.rst e52b8611ea docs: update links to "go.etcd.io" 7 years ago
conf.py 5ba680d762 docs: initial commit for architecture docs 7 years ago
faq.rst abd1b34ba6 docs: fix pronunciation notation 7 years ago
index.rst bfd9596352 docs: rename to "learner" (from "non-voting member") 7 years ago
make.bat 5ba680d762 docs: initial commit for architecture docs 7 years ago
operate.rst ef7e9d385b docs/operate.rst: link latest patch releases 7 years ago
requirements.txt 5ed26c7c48 docs: update PyYAML to 4.2b1 6 years ago
server-learner.rst bfd9596352 docs: rename to "learner" (from "non-voting member") 7 years ago
set-up.rst 9f02c5836d docs: add initial operate guide structure 7 years ago

README.md

We are moving to https://etcd.netlify.com with help from CNCF.

etcd Documentation

This is experimental 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.