@antora/site-mapper
Advanced tools
Comparing version 1.0.0-alpha.8 to 1.0.0-alpha.9
@@ -6,9 +6,8 @@ 'use strict' | ||
* | ||
* Generates 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. | ||
* Maps the site by creating sitemap files. 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. | ||
* | ||
* @namespace site-mapper | ||
*/ | ||
module.exports = require('./generate-sitemaps') | ||
module.exports = require('./map-site') |
{ | ||
"name": "@antora/site-mapper", | ||
"version": "1.0.0-alpha.8", | ||
"version": "1.0.0-alpha.9", | ||
"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.8", | ||
"@antora/content-classifier": "1.0.0-alpha.9", | ||
"vinyl": "^2.1.0" | ||
@@ -21,0 +21,0 @@ }, |
# Antora Site Mapper | ||
The site mapper is a 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. | ||
@@ -5,0 +5,0 @@ The sitemap entries are partitioned by component into sitemap index files, which are then referenced by the main sitemap file. |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
6787
131
1
+ Added@antora/content-classifier@1.0.0-alpha.9(transitive)
- Removed@antora/content-classifier@1.0.0-alpha.8(transitive)