1a5e3f08c0 | ||
---|---|---|
.. | ||
node_modules/sitemap | ||
.npmignore | ||
LICENSE | ||
README.md | ||
index.js | ||
package.json |
README.md
Sitemap for GitBook
Generate a sitemap for the gitbook website.
Add it to your book.json
with a basic configuration:
{
"plugins": ["sitemap"],
"pluginsConfig": {
"sitemap": {
"hostname": "http://mybook.com/"
}
}
}