GitbookIO / plugin-sitemap

Generate a sitemap for the gitbook website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Generate a sitemap for the gitbook website

License:Apache License 2.0


Languages

Language:JavaScript 100.0%