diff --git a/docs/docs/howto.md b/docs/docs/howto.md index 4f8e93c..cce1fe7 100644 --- a/docs/docs/howto.md +++ b/docs/docs/howto.md @@ -417,3 +417,15 @@ Updates done outside the hours of 8am to 6pm in each data centers location - Frankfurt, Germany 1:00 am CEST - Bengaluru, India 4:30 am IST - San Francisco 7am + +## Website general + +### Generate a sitemap + +There is an excellent node.js tool that just works + +[https://github.com/lgraubner/sitemap-generator-cli](https://github.com/lgraubner/sitemap-generator-cli) + +```dos +npx sitemap-generator-cli https://ayanova.com +```