🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

@docmd/plugin-sitemap

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@docmd/plugin-sitemap

Sitemap generator plugin for docmd.

Source
npmnpm
Version
0.7.1
Version published
Weekly downloads
5.1K
-29.82%
Maintainers
1
Weekly downloads
 
Created
Source

@docmd/plugin-sitemap

Automatically generates sitemap.xml for your docmd site at build time. Requires siteUrl in your config to produce valid absolute URLs. Bundled with @docmd/core.

// docmd.config.js
module.exports = {
  siteUrl: 'https://mysite.com', // required
  plugins: {
    sitemap: { defaultChangefreq: 'weekly', defaultPriority: 0.8 }
  }
};

Part of the docmd documentation engine.

Documentation

See docs.docmd.io for full usage and API reference.

License

MIT

Keywords

docmd

FAQs

Package last updated on 18 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts