19 lines
350 B
Markdown
19 lines
350 B
Markdown
|
|
#### etcd Documentation
|
|
|
|
This is an official etcd documentation https://etcd.readthedocs.io/en/latest.
|
|
|
|
Working in progress...
|
|
|
|
#### Install and build
|
|
|
|
```bash
|
|
# 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.
|