An open API service indexing awesome lists of open source software.

https://github.com/iceend/gitbook-plugin-noun

Convert nouns to links.
https://github.com/iceend/gitbook-plugin-noun

gitbook-plugin

Last synced: 7 months ago
JSON representation

Convert nouns to links.

Awesome Lists containing this project

README

          

# gitbook-plugin-noun

Convert nouns to links.

[![npm](https://img.shields.io/npm/v/gitbook-plugin-noun.svg?style=for-the-badge)](https://www.npmjs.com/package/gitbook-plugin-noun)

## Install

Use it for your book, by adding to your book.json:

```json
{
"noun": "Noun.md",
"plugins": ["noun"]
}
```

Then run `gitbook install`.

## Usage

In Noun.md, each title is a noun:

```markdown
# gitbook

GitBook makes it easy for your team to write and maintain high-quality documentation.
```

Using plugins:

```markdown
gitbook
```

After build:

```
gitbook
```