0.0.2 • Published 7 years ago
gitbook-plugin-sitemap3 v0.0.2
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"
}
}
}