From c53b5979906e909257fb1abff30c1cd77919afc1 Mon Sep 17 00:00:00 2001 From: Denis Zheleztsov Date: Fri, 17 Feb 2017 13:41:00 +0300 Subject: [PATCH] TOC --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index 66b783b..8a3a43d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,32 @@ Zookeeper HTTP rest API + +**Table of Contents** + +- [Zoorest](#zoorest) + - [Usage](#usage) + - [API](#api) + - [List node childrens](#list-node-childrens) + - [Errors](#errors) + - [Get node data](#get-node-data) + - [Errors](#errors) + - [Create node recursive](#create-node-recursive) + - [Update node](#update-node) + - [Errors](#errors) + - [Delete node recursive](#delete-node-recursive) + - [Errors](#errors) + - [Build](#build) + - [Binary](#binary) + - [Docker build](#docker-build) + - [Binary file](#binary-file) + - [Docker image](#docker-image) +- [AUTHORS](#authors) +- [LICENSE](#license) + + + + ## Usage ```