gitbook-plugin-sitemap3
v0.0.2
Published
Generate a sitemap for a GitBook, which support subpath. Base on https://github.com/GitbookIO/plugin-sitemap
Downloads
2
Readme
Sitemap for GitBook
Generate a sitemap for the gitbook website.
Support subpath
Add it to your book.json
with a basic configuration:
{
"plugins": ["sitemap3"],
"pluginsConfig": {
"sitemap3": {
"hostname": "http://example.com/book1"
}
}
}