Skip to content

leonardehrenfried/mkdocs-no-sitemap-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disable Mkdocs' sitemap

This plugin disables the generation of a sitemap in Mkdocs sites.

This is useful if you build and commit documentation on every commit and don't want to see the git history cluttered with changes to sitemap.xml and in particular sitemap.xml.gz.

Installation

pip install mkdocs-no-sitemap-plugin

Usage

In your mkdocs.yml file add no-sitemap to the plugins entry:

plugins:
  - no-sitemap

About

Disable Mkdocs' sitemap generation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages