Can I disable the generation of the sitemap? #4643
Answered
by
squidfunk
leonardehrenfried
asked this question in
Q&A
-
In particular I want to disable the generation of the gzipped sitemap as on every CI run it generates a commit that appear to regenerate the file. The commits look like this: opentripplanner/docs@f86a5dc |
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Nov 15, 2022
Replies: 2 comments 1 reply
-
The sitemap is generated by MkDocs. Please take this question upstream. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
leonardehrenfried
-
For anyone stumbling across this, the answer is to write a plugin. I did exactly that: https://github.com/leonardehrenfried/mkdocs-no-sitemap-plugin |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The sitemap is generated by MkDocs. Please take this question upstream.