nssalian opened a new pull request, #1181: URL: https://github.com/apache/iceberg-go/pull/1181
## Summary Restructure go.iceberg.apache.org from a 6-page feature listing into a complete documentation site modeled on py.iceberg.apache.org. Same mdbook stack, no infrastructure changes. **New pages** : - `getting-started.md` - runnable SQLite-catalog tutorial with an Arrow round-trip - `configuration.md` - YAML config, per-catalog options, S3 / GCS / Azure credentials, table properties, pluggability - `api.md` (rewritten) - recipe book for catalogs, namespaces, tables, scans, writes, schema and partition evolution, snapshots, maintenance, views, type mapping - `row-filter-syntax.md`, `expression-dsl.md` - predicate DSL sub-pages under API - `feature-status.md` - capability matrix and a new V1 / V2 / V3 spec coverage section - `ecosystem.md` - cross-links to Iceberg Java, PyIceberg, iceberg-rust, iceberg-cpp - `releases.md`, `verify-release.md`, `how-to-release.md` - sourced from `dev/release/` - `community.md`, `contributing.md` (mdbook-includes the root `CONTRIBUTING.md`) **Updated:** `introduction.md` is now a thin landing page. `SUMMARY.md` is rewired for the new sections. Current docs: https://go.iceberg.apache.org Updated docs look like this: <img width="1510" height="748" alt="Screenshot 2026-06-10 at 1 46 18 PM" src="https://github.com/user-attachments/assets/eccccd83-fd17-4aaf-befa-03a3b14aaa5b" /> ## Test plan - `cd website && mdbook serve` -- 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]
