Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lsegal/yard-sitemap

A YARD plugin to build a sitemap.xml for generated HTML documentation.
https://github.com/lsegal/yard-sitemap

Last synced: 3 months ago
JSON representation

A YARD plugin to build a sitemap.xml for generated HTML documentation.

Awesome Lists containing this project

README

        

# YARD Sitemap

A [YARD][1] plugin to build a sitemap.xml for generated HTML documentation.

## Installation

Add this line to your application's Gemfile:

gem 'yard-sitemap'

And then execute:

bundle

Or install it yourself as:

gem install yard-sitemap

## Usage

Simply activate the plugin when running YARD, setting the SITEMAP_BASEURL
environment variable with the base URL of your site:

SITEMAP_BASEURL=http://example.org yard doc --plugin sitemap

[1]: http://yardoc.org