@antora/site-mapper
Advanced tools
Comparing version 1.0.0-alpha.5 to 1.0.0-alpha.6
{ | ||
"name": "@antora/site-mapper", | ||
"version": "1.0.0-alpha.5", | ||
"version": "1.0.0-alpha.6", | ||
"description": "Generates sitemap files that list all publishable pages in an Antora documentation pipeline.", | ||
@@ -18,3 +18,3 @@ "license": "MPL-2.0", | ||
"dependencies": { | ||
"@antora/content-classifier": "1.0.0-alpha.5", | ||
"@antora/content-classifier": "1.0.0-alpha.6", | ||
"vinyl": "^2.1.0" | ||
@@ -21,0 +21,0 @@ }, |
# Antora Site Mapper | ||
The site mapper is the component in Antora responsible for generating the sitemap files for the site. | ||
The site mapper is a component in Antora responsible for generating the sitemap files for the site. | ||
These files, which are intended to be read by crawlers, provide a list of all published pages by URL. | ||
The sitemap entries are partitioned by component into sitemap index files, which are then referenced by the main sitemap file. | ||
[Antora](https://antora.org) is a modular static site generator designed for making documentation sites from AsciiDoc aggregated from versioned content repositories and processed with Asciidoctor. | ||
[Antora](https://antora.org) is a modular static site generator designed for creating documentation sites from AsciiDoc documents. | ||
Its site generator pipeline aggregates documents from versioned content repositories and processes them using [Asciidoctor](http://asciidoctor.org). | ||
@@ -9,0 +10,0 @@ ## Copyright and License |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6844
15
+ Added@antora/content-classifier@1.0.0-alpha.6(transitive)
- Removed@antora/content-classifier@1.0.0-alpha.5(transitive)