From d142686a1ee4c2791ef1e2b40377e38e10d3e7c8 Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Mon, 21 Oct 2024 03:54:38 +0200 Subject: [PATCH] Remove Table of Contents from README Ref: https://github.com/vweevers/hallmark/commit/19f4a8f Category: none --- README.md | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/README.md b/README.md index 3358460..b338aac 100644 --- a/README.md +++ b/README.md @@ -13,34 +13,6 @@ [![Common Changelog](https://common-changelog.org/badge.svg)](https://common-changelog.org) [![Donate](https://img.shields.io/badge/donate-orange?logo=open-collective\&logoColor=fff)](https://opencollective.com/level) -## Table of Contents - -
Click to expand - -- [Usage](#usage) -- [Supported Platforms](#supported-platforms) -- [API](#api) - - [`db = new ClassicLevel(location[, options])`](#db--new-classiclevellocation-options) - - [Opening](#opening) - - [Closing](#closing) - - [Reading](#reading) - - [Writing](#writing) - - [Additional Methods](#additional-methods) - - [`db.location`](#dblocation) - - [`db.approximateSize(start, end[, options])`](#dbapproximatesizestart-end-options) - - [`db.compactRange(start, end[, options])`](#dbcompactrangestart-end-options) - - [`db.getProperty(property)`](#dbgetpropertyproperty) - - [`ClassicLevel.destroy(location)`](#classicleveldestroylocation) - - [`ClassicLevel.repair(location)`](#classiclevelrepairlocation) -- [Development](#development) - - [Getting Started](#getting-started) - - [Contributing](#contributing) - - [Publishing](#publishing) -- [Donate](#donate) -- [License](#license) - -
- ## Usage ```js