Skip to content

Commit

Permalink
docs: remove duplicate readme section
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jan 6, 2023
1 parent 2342b17 commit 851a110
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 54 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@

- [Structure](#structure)
- [Packages](#packages)
- [Contribute](#contribute)
- [API Docs](#api-docs)
- [License](#license)
- [Contribute](#contribute-1)
- [Contribute](#contribute)

## Structure

Expand All @@ -28,14 +27,6 @@

See the [./packages](./packages) directory for the various interfaces.

## Contribute

Feel free to join in. All welcome. Open an [issue](https://github.com/ipfs/js-ipfs-bitswap/issues)!

This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).

[![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md)

## API Docs

- <https://ipfs.github.io/js-ipfs-interfaces>
Expand Down
9 changes: 1 addition & 8 deletions packages/interface-blockstore-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@

- [Install](#install)
- [Usage](#usage)
- [Contribute](#contribute)
- [API Docs](#api-docs)
- [License](#license)
- [Contribute](#contribute-1)
- [Contribute](#contribute)

## Install

Expand All @@ -40,12 +39,6 @@ describe('MyBlockstore', () => {
})
```

## Contribute

PRs accepted.

Small note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.

## API Docs

- <https://ipfs.github.io/js-ipfs-interfaces/modules/interface_blockstore_tests.html>
Expand Down
11 changes: 1 addition & 10 deletions packages/interface-blockstore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,16 @@
## Table of contents <!-- omit in toc -->

- [Install](#install)
- [Contribute](#contribute)
- [API Docs](#api-docs)
- [License](#license)
- [Contribute](#contribute-1)
- [Contribute](#contribute)

## Install

```console
$ npm i interface-blockstore
```

## Contribute

Feel free to join in. All welcome. Open an [issue](https://github.com/ipfs/js-ipfs-bitswap/issues)!

This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).

[![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md)

## API Docs

- <https://ipfs.github.io/js-ipfs-interfaces/modules/interface_blockstore.html>
Expand Down
9 changes: 1 addition & 8 deletions packages/interface-datastore-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@

- [Install](#install)
- [Usage](#usage)
- [Contribute](#contribute)
- [API Docs](#api-docs)
- [License](#license)
- [Contribute](#contribute-1)
- [Contribute](#contribute)

## Install

Expand All @@ -40,12 +39,6 @@ describe('MyDatastore', () => {
})
```

## Contribute

PRs accepted.

Small note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.

## API Docs

- <https://ipfs.github.io/js-ipfs-interfaces/modules/interface_datastore_tests.html>
Expand Down
9 changes: 1 addition & 8 deletions packages/interface-datastore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@
- [Concurrency](#concurrency)
- [Keys](#keys)
- [API](#api)
- [Contribute](#contribute)
- [API Docs](#api-docs)
- [License](#license)
- [Contribute](#contribute-1)
- [Contribute](#contribute)

## Install

Expand Down Expand Up @@ -126,12 +125,6 @@ Also, every namespace can be parameterized to embed relevant object information.

<https://ipfs.github.io/interface-datastore/>

## Contribute

PRs accepted.

Small note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.

## API Docs

- <https://ipfs.github.io/js-ipfs-interfaces/modules/interface_datastore.html>
Expand Down
11 changes: 1 addition & 10 deletions packages/interface-store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,16 @@
## Table of contents <!-- omit in toc -->

- [Install](#install)
- [Contribute](#contribute)
- [API Docs](#api-docs)
- [License](#license)
- [Contribute](#contribute-1)
- [Contribute](#contribute)

## Install

```console
$ npm i interface-store
```

## Contribute

Feel free to join in. All welcome. Open an [issue](https://github.com/ipfs/js-ipfs-bitswap/issues)!

This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).

[![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md)

## API Docs

- <https://ipfs.github.io/js-ipfs-interfaces/modules/interface_store.html>
Expand Down

0 comments on commit 851a110

Please sign in to comment.