On this page

The sitemap generator creates a sitemap.xml file for search engine optimization (SEO), listing all API documentation pages.

Attributes
output:string
The directory where sitemap.xml will be written.
indexURL?:string
URL template for the API documentation index page. Default: '{baseURL}/latest/api/' .
pageURL?:string
URL template for individual documentation pages. Default: '{indexURL}{path}.html' .