honkit-plugin-sitemap
Version:
Generate a sitemap for a Honkit
46 lines (45 loc) • 1.16 kB
JSON
{
"name": "honkit-plugin-sitemap",
"description": "Generate a sitemap for a Honkit",
"main": "index.js",
"version": "1.0.2",
"engines": {
"honkit": ">=1.x.x"
},
"homepage": "https://github.com/stuyk/honkit-plugin-sitemap",
"keywords": [
"seo",
"sitemap",
"honkit"
],
"repository": {
"type": "git",
"url": "https://github.com/stuyk/honkit-plugin-sitemap"
},
"dependencies": {
"sitemap": "1.5.0"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/stuyk/honkit-plugin-sitemap/issues"
},
"prettier": {
"tabWidth": 4,
"printWidth": 120,
"singleQuote": true
},
"honkit": {
"properties": {
"url": {
"type": "string",
"required": true,
"title": "The host name for this book. ie. https://localhost:4000"
},
"pathSuffix": {
"type": "string",
"required": false,
"title": "The prefix to append after url. Example: /docs/"
}
}
}
}