From 52c21f41ffa70c6333b0dc3d7797ffbc45a1897c Mon Sep 17 00:00:00 2001 From: technote-space Date: Thu, 29 Oct 2020 15:09:53 +0000 Subject: [PATCH 1/2] docs: update TOC --- README.md | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index c69e8cd..c4e9b0b 100644 --- a/README.md +++ b/README.md @@ -13,22 +13,12 @@ by github or other sites via a command line flag. -**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* - -- [Installation](#installation) -- [Usage](#usage) - - [Adding toc to all files in a directory and sub directories](#adding-toc-to-all-files-in-a-directory-and-sub-directories) - - [Update existing doctoc TOCs effortlessly](#update-existing-doctoc-tocs-effortlessly) - - [Adding toc to individual files](#adding-toc-to-individual-files) - - [Examples](#examples) - - [Using doctoc to generate links compatible with other sites](#using-doctoc-to-generate-links-compatible-with-other-sites) - - [Example](#example) - - [Specifying location of toc](#specifying-location-of-toc) - - [Specifying a custom TOC title](#specifying-a-custom-toc-title) - - [Specifying a maximum heading level for TOC entries](#specifying-a-maximum-heading-level-for-toc-entries) - - [Printing to stdout](#printing-to-stdout) - - [Usage as a `git` hook](#usage-as-a-git-hook) +
+Details +- [Install](#install) + +
## Install From 6917258cb3e37162479f87a91c112e2fe1870c16 Mon Sep 17 00:00:00 2001 From: technote-space Date: Thu, 29 Oct 2020 15:21:01 +0000 Subject: [PATCH 2/2] docs: update TOC --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63009d3..11187b9 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ by github or other sites via a command line flag. Details - [Install](#install) +- [Example](#example)