Gyuho Lee 7c7141550d docs/README: highlight new documentation website há 7 anos atrás
..
img 0b5a3d8080 docs/img: clarify "network partition + membership reconfiguration" há 7 anos atrás
metrics 342d53d1b1 docs/metrics: add metrics outputs from patch releases há 7 anos atrás
.gitignore 5ba680d762 docs: initial commit for architecture docs há 7 anos atrás
Makefile 5ba680d762 docs: initial commit for architecture docs há 7 anos atrás
README.md 7c7141550d docs/README: highlight new documentation website há 7 anos atrás
client-architecture.rst 1f559736ef docs: add authors to client architecture doc há 7 anos atrás
client-feature-matrix.rst e52b8611ea docs: update links to "go.etcd.io" há 7 anos atrás
conf.py 5ba680d762 docs: initial commit for architecture docs há 7 anos atrás
faq.rst abd1b34ba6 docs: fix pronunciation notation há 7 anos atrás
index.rst bfd9596352 docs: rename to "learner" (from "non-voting member") há 7 anos atrás
make.bat 5ba680d762 docs: initial commit for architecture docs há 7 anos atrás
operate.rst ef7e9d385b docs/operate.rst: link latest patch releases há 7 anos atrás
requirements.txt e57f4f420d docs/requirements: update to urllib3>=1.23 há 7 anos atrás
server-learner.rst bfd9596352 docs: rename to "learner" (from "non-voting member") há 7 anos atrás
set-up.rst 9f02c5836d docs: add initial operate guide structure há 7 anos atrás

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.