honkit-plugin-robots
v1.0.1
Published
Generate a robots.txt for a Honkit
Downloads
1
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
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:"]
}
}
}