Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@antora/site-mapper

Package Overview
Dependencies
Maintainers
2
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antora/site-mapper - npm Package Compare versions

Comparing version 1.0.0-alpha.8 to 1.0.0-alpha.9

lib/map-site.js

9

lib/index.js

@@ -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.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc