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

Package detail

gitbook-plugin-sitemap

GitbookIO222Apache-2.01.2.0

Generate a sitemap for a GitBook

seo

readme

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/"
        }
    }
}