diff options
author | Shashank Kumar Shankar <shashank.kumar.shankar@intel.com> | 2018-03-28 11:04:06 -0700 |
---|---|---|
committer | Shashank Kumar Shankar <shashank.kumar.shankar@intel.com> | 2018-03-28 11:13:55 -0700 |
commit | 9434f17d531a418a4314436e315c074fc8573135 (patch) | |
tree | 4d5e2d2c4c0876f533076d1643029713952f0c6c /docs/index.rst | |
parent | 749870b8ce9dddd09e98a65fc4c57b295880c8bd (diff) |
Add documentation for Read the docs
This patch adds basic documentation for Read the Docs generaiton.
Change-Id: Iceea0034de1488ed07c8623adab520dd149468a3
Issue-ID: MUSIC-62
Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 0000000..86eb231 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,13 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +Distributed KV store Documentation +================================== + +.. toctree:: + :maxdepth: 1 + + index + installation + offeredapis + commandsamples |