kubernetes-handbook/gitbook-plugin-sitemap
Jimmy Song 1a5e3f08c0
update plugin
2022-02-22 15:54:51 +08:00
..
node_modules/sitemap update plugin 2022-02-22 15:54:51 +08:00
.npmignore update plugin 2022-02-22 15:54:51 +08:00
LICENSE update plugin 2022-02-22 15:54:51 +08:00
README.md update plugin 2022-02-22 15:54:51 +08:00
index.js update plugin 2022-02-22 15:54:51 +08:00
package.json update plugin 2022-02-22 15:54:51 +08:00

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