etcd/docs/README.md

22 lines
443 B
Markdown

**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
```bash
# 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.