#xml #sitemap #mdbook #generate #documentation #utility #domain

app mdbook-sitemap-generator

Utility to generate a sitemap.xml file for an mdbook project

2 unstable releases

0.2.0 Sep 1, 2023
0.1.0 Aug 3, 2022

#1721 in Web programming

50 downloads per month

MIT license

7KB
112 lines

mdbook-sitemap-generator

What is this?

mdbook-sitemap-generator is a simple utility to generate sitemap.xml files for mdbook projects.

Installation

Binaries are distributed on the Github Releases Page.

It is also possible to install this utility via cargo, using cargo install mdbook-sitemap-generator.

Usage

The utility should be run from the root of the project.

USAGE:
    mdbook-sitemap-generator [OPTIONS] --domain <DOMAIN>

OPTIONS:
    -d, --domain <DOMAIN>
    -h, --help               Print help information
    -o, --output <OUTPUT>

When running the utility, you must pass the site's domain on URL via the -d flag, for example, -d docs.example.com.

If the -o flag is not passed, the sitemap will be written to stdout.

For example:

$ ls
book  book.toml  src
$ mdbook-sitemap-generator -d docs.example.com -o book/sitemap.xml

Dependencies

~4MB
~71K SLoC