Hey folks, I wanted to highlight some recent changes aimed at improving the documentation editing experience:
*PR#13977 - "Docs: lint markdown files in site build" [1]* This PR introduced a Markdown linter using pymarkdown to help ensure consistency across docs. The linter runs automatically in CI and can also be triggered locally with `make lint` and `make lint-fix`. Thank you to Manu for driving this effort! *PR #14267 – "Add Fast Mode for Documentation Builds" [2]*This PR added a fast local preview mode via `make serve-dev`, reducing local doc rendering time from over 800 seconds (13+ minutes) to just 45 seconds. This has been a major bottleneck (and a personal pet peeve) so I’m thrilled to see it addressed. Big thanks to Talat for taking the initiative and collaborating on this! There have also been several other great contributions from the community to improve the Iceberg docs. Please give these new tools a try, and keep the improvements coming. Hopefully, these changes will make it easier and more enjoyable for everyone to contribute to the Iceberg docs. Best, Kevin Liu [1] https://github.com/apache/iceberg/pull/13977 [2] https://github.com/apache/iceberg/pull/14267
