Generate a sitemap for a GitBook
npm install gitbook-plugin-sitemapGenerate a sitemap for the gitbook website.
Add it to your book.json with a basic configuration:
``js``
{
"plugins": ["sitemap"],
"pluginsConfig": {
"sitemap": {
"hostname": "http://mybook.com/"
}
}
}