Documentation: add 'why.md'

This commit is contained in:
Gyu-Ho Lee
2016-12-15 15:15:24 -08:00
parent 531c3061c1
commit bef87cc953
2 changed files with 21 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ Administrators who need to create reliable and scalable key-value stores for the
To learn more about the concepts and internals behind etcd, read the following pages:
- Why etcd (TODO)
- [Why etcd][why] (TODO)
- [Understand data model][data_model]
- [Understand APIs][understand_apis]
- [Glossary][glossary]
@@ -63,6 +63,7 @@ Answers to [common questions] about etcd.
[conf]: op-guide/configuration.md
[system-limit]: dev-guide/limit.md
[common questions]: faq.md
[why]: learning/why.md
[data_model]: learning/data_model.md
[demo]: demo.md
[download_build]: dl_build.md