kevinjqliu opened a new pull request, #15149: URL: https://github.com/apache/iceberg/pull/15149
the mkdoc blog plugin calculate [slug (blog url)](https://squidfunk.github.io/mkdocs-material/plugins/blog/#meta.slug) automatically but [uses a weird scheme](https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.post_slugify) In #15141 it turned "Apache Iceberg C++ 0.2.0 Release" -> "apache-iceberg-c-020-release/", which removed the "++" and the version "."s This PR makes slug explicit so we can set the final url. Added slug to `site/docs/blog/posts/2026-01-10-iceberg-summit.md` just to be explicit I verified it locally * http://127.0.0.1:8000/blog/announcing-iceberg-summit-2026/ * http://127.0.0.1:8000/blog/apache-iceberg-cpp-0.2.0-release/ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
