gitbook-plugin-sitemap-general

0.1.1 • Public • Published

Sitemap for GitBook

npm npm npm

Generate a sitemap for the gitbook website in ./sitemap.xml.

Instead of using only the hostname part of the given config, this plugin uses the prefix of the urls.

Add it to your book.json with a basic configuration:

{
    "plugins": ["sitemap-general"],
    "pluginsConfig": {
        "sitemap-general": {
            "prefix": "https://cyberzhg.gitbooks.io/clrs/content/"
        }
    }
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    12
    • latest

Version History

Package Sidebar

Install

npm i gitbook-plugin-sitemap-general

Weekly Downloads

12

Version

0.1.1

License

Apache-2.0

Last publish

Collaborators

  • cyberzhg