stevenzwu commented on code in PR #13491:
URL: https://github.com/apache/iceberg/pull/13491#discussion_r2198381961


##########
docs/mkdocs.yml:
##########
@@ -22,69 +22,79 @@ plugins:
 
 nav:
   - index.md
-  - Tables:
-    - branching.md
-    - configuration.md
-    - evolution.md
-    - maintenance.md
-    - metrics-reporting.md
-    - partitioning.md
-    - performance.md
-    - reliability.md
-    - schemas.md
-  - Views:
-    - view-configuration.md
-  - Spark:
-    - spark-getting-started.md
-    - spark-configuration.md
-    - spark-ddl.md
-    - spark-procedures.md
-    - spark-queries.md
-    - spark-structured-streaming.md
-    - spark-writes.md
-  - Flink:
-    - flink.md
-    - flink-connector.md
-    - flink-ddl.md
-    - flink-queries.md
-    - flink-writes.md
-    - flink-actions.md
-    - flink-configuration.md
-  - hive.md
-  - Trino: https://trino.io/docs/current/connector/iceberg.html
-  - Daft: daft.md
-  - Firebolt: 
https://docs.firebolt.io/reference-sql/functions-reference/table-valued/read_iceberg
-  - Estuary: 
https://docs.estuary.dev/reference/Connectors/materialization-connectors/apache-iceberg/
-  - Tinybird: 
https://www.tinybird.co/docs/forward/get-data-in/table-functions/iceberg
-  - Redpanda: 
https://docs.redpanda.com/current/manage/iceberg/about-iceberg-topics
-  - RisingWave: risingwave.md
-  - ClickHouse: 
https://clickhouse.com/docs/en/engines/table-engines/integrations/iceberg
-  - Presto: https://prestodb.io/docs/current/connector/iceberg.html
-  - Dremio: https://docs.dremio.com/data-formats/apache-iceberg/
-  - Starrocks: 
https://docs.starrocks.io/en-us/latest/data_source/catalog/iceberg_catalog
-  - Amoro: amoro.md
-  - Amazon Athena: 
https://docs.aws.amazon.com/athena/latest/ug/querying-iceberg.html
-  - Amazon EMR: 
https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-iceberg-use-cluster.html
-  - Amazon Data Firehose: 
https://docs.aws.amazon.com/firehose/latest/dev/apache-iceberg-destination.html
-  - Amazon Redshift: 
https://docs.aws.amazon.com/redshift/latest/dg/querying-iceberg.html
-  - Google BigQuery: https://cloud.google.com/bigquery/docs/iceberg-tables
-  - Snowflake: https://docs.snowflake.com/en/user-guide/tables-iceberg
-  - Impala: 
https://impala.apache.org/docs/build/html/topics/impala_iceberg.html
-  - Databend: https://docs.databend.com/guides/access-data-lake/iceberg
-  - Doris: https://doris.apache.org/docs/dev/lakehouse/catalogs/iceberg-catalog
-  - Druid: 
https://druid.apache.org/docs/latest/development/extensions-contrib/iceberg/
-  - DuckDB: https://duckdb.org/docs/preview/core_extensions/iceberg/overview
-  - Kafka Connect: kafka-connect.md
+  - Concepts:
+    - Tables:
+      - branching.md
+      - configuration.md
+      - evolution.md
+      - maintenance.md
+      - metrics-reporting.md
+      - partitioning.md
+      - performance.md
+      - reliability.md
+      - schemas.md
+    - Views:
+      - view-configuration.md
+  - Libraries:
+    - Java:
+      - Quickstart: java-api-quickstart.md
+      - API: api.md
+      - Javadoc: ../../javadoc/latest/
+    - Python: https://py.iceberg.apache.org/
+    - Rust: https://rust.iceberg.apache.org/
+    - Go: https://pkg.go.dev/github.com/apache/iceberg-go/
   - Integrations:
-    - aws.md
-    - dell.md
+    # Iceberg-maintained integrations come first
+    - Spark:
+      - spark-getting-started.md
+      - spark-configuration.md
+      - spark-ddl.md
+      - spark-procedures.md
+      - spark-queries.md
+      - spark-structured-streaming.md
+      - spark-writes.md
+    - Flink:
+      - flink.md
+      - flink-connector.md
+      - flink-ddl.md
+      - flink-queries.md
+      - flink-writes.md
+      - flink-actions.md
+      - flink-configuration.md
+    - Kafka Connect: kafka-connect.md
+    - Third-party:
+    # Now all the 3rd party integrations
+      - Amazon Athena: 
https://docs.aws.amazon.com/athena/latest/ug/querying-iceberg.html
+      - Amazon Data Firehose: 
https://docs.aws.amazon.com/firehose/latest/dev/apache-iceberg-destination.html
+      - Amazon EMR: 
https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-iceberg-use-cluster.html
+      - Amazon Redshift: 
https://docs.aws.amazon.com/redshift/latest/dg/querying-iceberg.html
+      - Apache Doris: 
https://doris.apache.org/docs/dev/lakehouse/catalogs/iceberg-catalog
+      - Apache Druid: 
https://druid.apache.org/docs/latest/development/extensions-contrib/iceberg/
+      - Apache Hive: hive.md
+      - ClickHouse: 
https://clickhouse.com/docs/en/engines/table-engines/integrations/iceberg
+      - Daft: daft.md
+      - Databend: https://docs.databend.com/guides/access-data-lake/iceberg
+      - Dremio: https://docs.dremio.com/data-formats/apache-iceberg/
+      - DuckDB: 
https://duckdb.org/docs/preview/core_extensions/iceberg/overview
+      - Estuary: 
https://docs.estuary.dev/reference/Connectors/materialization-connectors/apache-iceberg/
+      - Firebolt: 
https://docs.firebolt.io/reference-sql/functions-reference/table-valued/read_iceberg
+      - Google BigQuery: https://cloud.google.com/bigquery/docs/iceberg-tables
+      - Impala: 
https://impala.apache.org/docs/build/html/topics/impala_iceberg.html
+      - Presto: https://prestodb.io/docs/current/connector/iceberg.html
+      - Redpanda: 
https://docs.redpanda.com/current/manage/iceberg/about-iceberg-topics
+      - RisingWave: risingwave.md
+      - Snowflake: https://docs.snowflake.com/en/user-guide/tables-iceberg
+      - Starrocks: 
https://docs.starrocks.io/en-us/latest/data_source/catalog/iceberg_catalog
+      - Tinybird: 
https://www.tinybird.co/docs/forward/get-data-in/table-functions/iceberg
+      - Trino: https://trino.io/docs/current/connector/iceberg.html
+  - Catalogs:
+    - AWS Glue: aws/#glue-catalog
+    - AWS DynamoDB: aws/#dynamodb-catalog
     - jdbc.md
     - nessie.md
-  - API:
-    - java-api-quickstart.md
-    - api.md
     - custom-catalog.md
-  - Javadoc: ../../javadoc/latest/
-  - PyIceberg: https://py.iceberg.apache.org/
-  - IcebergRust: https://rust.iceberg.apache.org/
-  - IcebergGo: https://pkg.go.dev/github.com/apache/iceberg-go/
+  - Storage and Management:

Review Comment:
   nit: should this just be `Storage`?  it is not obvious to me where is the 
`Management` part



-- 
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]

Reply via email to