Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@tugboatqa/gitbook-plugin-robots-txt

TugboatQA13MITdeprecated1.0.0

This npm package has been renamed to gitbook-plugin-robots-txt since GitBook does not work with scoped plugins.

GitBook Plugin to add a robots.txt

gitbook, robots

readme

Gitbook Plugin for robots.txt

This plugin will copy a robots.txt found in your root dir into place on the hosted GitBook site. To change the path to the file that this plugin will copy, you may use the "robots-txt" plugin config option in your book.json like so:

    "pluginsConfig": {
        "robots-txt": {
            "path": "./path/to/your/robots.txt"
        }
    }