From 6c2889728ee44f23ce9ce538b1cd3f8ecb72eb99 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Fri, 2 May 2014 09:02:53 -0400 Subject: [PATCH] Move table of contents below overview --- README.md | 69 +++++++++++++++++++++++++++---------------------------- 1 file changed, 34 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index f787cdba..6edf92cc 100644 --- a/README.md +++ b/README.md @@ -1,38 +1,3 @@ - - -**Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)* - -- [Overview](#overview) -- [Essential Information](#essential-information) - - [License](#license) - - [Binary Releases](#binary-releases) - - [Release Notes](#release-notes) - - [API docs](#api-docs) - - [Bugs and Patches](#bugs-and-patches) - - [Build](#build) -- [Using the Library](#using-the-library) - - [API Example](#api-example) - - [Longer Examples](#longer-examples) - - [Schemas and Validation](#schemas-and-validation) - - [Standard behavior](#standard-behavior) - - [Merging config trees](#merging-config-trees) - - [How to handle defaults](#how-to-handle-defaults) -- [Using HOCON, the JSON Superset](#using-hocon-the-json-superset) - - [Features of HOCON](#features-of-hocon) - - [Examples of HOCON](#examples-of-hocon) - - [Uses of Substitutions](#uses-of-substitutions) - - [Factor out common values](#factor-out-common-values) - - [Inheritance](#inheritance) - - [Optional system or env variable overrides](#optional-system-or-env-variable-overrides) - - [Concatenation](#concatenation) -- [Miscellaneous Notes](#miscellaneous-notes) - - [Debugging Your Configuration](#debugging-your-configuration) - - [Java version](#java-version) - - [Rationale for Supported File Formats](#rationale-for-supported-file-formats) - - [Other APIs](#other-apis) - - - Configuration library for JVM languages. ## Overview @@ -67,6 +32,40 @@ custom code. The library has nice support for merging configurations so if you build one from a custom source it's easy to merge it in. + + +**Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)* + +- [Essential Information](#essential-information) + - [License](#license) + - [Binary Releases](#binary-releases) + - [Release Notes](#release-notes) + - [API docs](#api-docs) + - [Bugs and Patches](#bugs-and-patches) + - [Build](#build) +- [Using the Library](#using-the-library) + - [API Example](#api-example) + - [Longer Examples](#longer-examples) + - [Schemas and Validation](#schemas-and-validation) + - [Standard behavior](#standard-behavior) + - [Merging config trees](#merging-config-trees) + - [How to handle defaults](#how-to-handle-defaults) +- [Using HOCON, the JSON Superset](#using-hocon-the-json-superset) + - [Features of HOCON](#features-of-hocon) + - [Examples of HOCON](#examples-of-hocon) + - [Uses of Substitutions](#uses-of-substitutions) + - [Factor out common values](#factor-out-common-values) + - [Inheritance](#inheritance) + - [Optional system or env variable overrides](#optional-system-or-env-variable-overrides) + - [Concatenation](#concatenation) +- [Miscellaneous Notes](#miscellaneous-notes) + - [Debugging Your Configuration](#debugging-your-configuration) + - [Java version](#java-version) + - [Rationale for Supported File Formats](#rationale-for-supported-file-formats) + - [Other APIs](#other-apis) + + + ## Essential Information ### License