Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stuyk/honkit-plugin-robots

Generate a robots.txt for your Honkit Documentation.
https://github.com/stuyk/honkit-plugin-robots

Last synced: 18 days ago
JSON representation

Generate a robots.txt for your Honkit Documentation.

Awesome Lists containing this project

README

        

# Robots.txt Creator for Honkit

Generate a `robots.txt` for your Honkit Documentation. The output sitemap file is `robots.txt` and copied automatically.

## Install

```sh
npm install honkit-plugin-robots --save-dev
```

## Usage

Add it to your `book.json` with a basic configuration:

```json
{
"plugins": ["honkit-plugin-robots"],
"pluginsConfig": {
"robots": {
"data": ["User-agent: *", "Disallow:"]
}
}
}
```