Nathan Fallet
06/15/2025, 11:47 AMOleg Yukhnevich
06/16/2025, 12:48 PMNathan Fallet
06/16/2025, 3:01 PMOleg Yukhnevich
06/17/2025, 1:41 PMCan you also explain why you don’t plan to support sitemaps natively?I've said that we currently don't have plans for it 🙂 We haven't discussed it, but you can take a look at the original issue, and it feels like there is no demand for it. Additionally, as far as I know, some of the site generators (e.g., Docusaurus) support sitemaps natively (e.g., when integrating API reference inside of it), or it's even possible to do so with some CLI/web/etc app I also don't see it available out of the box, nor in SwiftDocc, nor in Javadoc tools So in the end, it was not a priority for us At this point, I think it would be better to have it as an external plugin
Nathan Fallet
06/27/2025, 8:55 PMyaml
• name: Generate sitemap
uses: guimauvedigital/generate-sitemap@v1
with:
base_url: "<https://kdriver.dev|https://kdriver.dev>"
output_path: "build/docs/sitemap.xml"
input_dir: "build/docs"
build/docs
is the folder where I copy the generated Dokka files and other custom markdown files I want to deploy on my website.