1.0.1 • Published 3 years ago

honkit-plugin-robots v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

Robots.txt Creator for Honkit

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

Install

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

Usage

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

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