docs-sitemap

This is a simple tool to build a sitemap index for Crystal API docs.

See https://github.com/crystal-lang/crystal-website/issues/79 for details.

Usage

> crystal run src/app.cr

The program generates the individual sitemap files in output/sitemaps/ and the sitemap index at output/sitemap-index.xml.gz.

Contributing

  1. Fork it (https://github.com/straight-shoota/crystal_docs_sitemap/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors