Documentation: Restructure directory to accommodate new site generation system

Signed-off-by: lucperkins <lucperkins@gmail.com>
This commit is contained in:
lucperkins
2019-12-02 11:03:32 -08:00
parent d17a607da2
commit 1be2f4b8e2
67 changed files with 105 additions and 6656 deletions

View File

@@ -1 +0,0 @@
docs.md

5
Documentation/README.md Normal file
View File

@@ -0,0 +1,5 @@
# The etcd documentation
etcd is a distributed key-value store designed to reliably and quickly preserve and provide access to critical data. It enables reliable distributed coordination through distributed locking, leader elections, and write barriers. An etcd cluster is intended for high availability and permanent data storage and retrieval.
Please note that the files in this directory are *source files* for the built and rendered documentation that can be viewed at [etcd.io/docs](https://etcd.io/docs).