Skip to content

Commit

Permalink
Remove Table of Contents from README
Browse files Browse the repository at this point in the history
Ref: vweevers/hallmark@19f4a8f
Category: none
  • Loading branch information
vweevers committed Oct 21, 2024
1 parent 26e8c7f commit d142686
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<details><summary>Click to expand</summary>

- [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)

</details>

## Usage

```js
Expand Down

0 comments on commit d142686

Please sign in to comment.