| // Auto-generated by migration script |
| /** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */ |
| const sidebars = { |
| docs: [ |
| { |
| type: "category", |
| "label": "Concepts", |
| "collapsed": true, |
| "link": { |
| type: "doc", |
| "id": "concepts/index" |
| }, |
| "items": [ |
| "concepts/basic-concepts", |
| "concepts/concurrency-control", |
| "concepts/catalog", |
| "concepts/system-tables", |
| "concepts/data-types", |
| "concepts/functions", |
| "concepts/views", |
| { |
| type: "category", |
| "label": "RESTCatalog", |
| "collapsed": true, |
| "link": { |
| type: "doc", |
| "id": "concepts/rest/index" |
| }, |
| "items": [ |
| "concepts/rest/bear", |
| "concepts/rest/dlf", |
| "concepts/rest/tables", |
| "concepts/rest/pvfs", |
| "concepts/rest/rest-api" |
| ] |
| }, |
| { |
| type: "category", |
| "label": "Specification", |
| "collapsed": true, |
| "link": { |
| type: "doc", |
| "id": "concepts/spec/index" |
| }, |
| "items": [ |
| "concepts/spec/schema", |
| "concepts/spec/snapshot", |
| "concepts/spec/manifest", |
| "concepts/spec/datafile", |
| "concepts/spec/fileformat", |
| "concepts/spec/rowformat", |
| "concepts/spec/tableindex", |
| "concepts/spec/fileindex" |
| ] |
| } |
| ] |
| }, |
| { |
| type: "category", |
| "label": "Append Table", |
| "collapsed": true, |
| "link": { |
| type: "doc", |
| "id": "append-table/index" |
| }, |
| "items": [ |
| "append-table/incremental-clustering", |
| "append-table/bucketed", |
| "append-table/row-tracking" |
| ] |
| }, |
| { |
| type: "category", |
| "label": "PrimaryKey Table", |
| "collapsed": true, |
| "link": { |
| type: "doc", |
| "id": "primary-key-table/index" |
| }, |
| "items": [ |
| "primary-key-table/data-distribution", |
| "primary-key-table/table-mode", |
| "primary-key-table/changelog-producer", |
| "primary-key-table/sequence-rowkind", |
| "primary-key-table/compaction", |
| "primary-key-table/query-performance", |
| "primary-key-table/chain-table", |
| "primary-key-table/pk-clustering-override", |
| { |
| type: "category", |
| "label": "Merge Engine", |
| "collapsed": true, |
| "link": { |
| type: "doc", |
| "id": "primary-key-table/merge-engine/index" |
| }, |
| "items": [ |
| "primary-key-table/merge-engine/partial-update", |
| "primary-key-table/merge-engine/aggregation", |
| "primary-key-table/merge-engine/first-row" |
| ] |
| } |
| ] |
| }, |
| { |
| type: "category", |
| "label": "Multimodal Table", |
| "collapsed": true, |
| "link": { |
| type: "doc", |
| "id": "multimodal-table/index" |
| }, |
| "items": [ |
| "multimodal-table/data-evolution", |
| "multimodal-table/blob", |
| "multimodal-table/vector", |
| "multimodal-table/global-index" |
| ] |
| }, |
| { |
| type: "category", |
| "label": "Engine Flink", |
| "collapsed": true, |
| "link": { |
| type: "doc", |
| "id": "flink/index" |
| }, |
| "items": [ |
| "flink/quick-start", |
| "flink/sql-ddl", |
| "flink/sql-write", |
| "flink/sql-query", |
| "flink/consumer-id", |
| "flink/sql-lookup", |
| "flink/sql-alter", |
| "flink/default-value", |
| "flink/procedures", |
| "flink/action-jars", |
| "flink/savepoint" |
| ] |
| }, |
| { |
| type: "category", |
| "label": "Engine Spark", |
| "collapsed": true, |
| "link": { |
| type: "doc", |
| "id": "spark/index" |
| }, |
| "items": [ |
| "spark/quick-start", |
| "spark/sql-ddl", |
| "spark/sql-functions", |
| "spark/sql-write", |
| "spark/sql-query", |
| "spark/sql-alter", |
| "spark/auxiliary", |
| "spark/default-value", |
| "spark/dataframe", |
| "spark/sql-upsert", |
| "spark/structured-streaming", |
| "spark/procedures" |
| ] |
| }, |
| { |
| type: "category", |
| "label": "PyPaimon & AI", |
| "collapsed": true, |
| "link": { |
| type: "doc", |
| "id": "pypaimon/index" |
| }, |
| "items": [ |
| "pypaimon/python-api", |
| "pypaimon/manage-tags", |
| "pypaimon/ray-data", |
| "pypaimon/daft", |
| "pypaimon/pytorch", |
| "pypaimon/data-evolution", |
| "pypaimon/global-index", |
| "pypaimon/system-tables", |
| "pypaimon/fuse-support", |
| "pypaimon/pyjindosdk-support", |
| "pypaimon/sql", |
| "pypaimon/cli" |
| ] |
| }, |
| { |
| type: "category", |
| "label": "Ecosystem", |
| "collapsed": true, |
| "link": { |
| type: "doc", |
| "id": "ecosystem/index" |
| }, |
| "items": [ |
| "ecosystem/starrocks", |
| "ecosystem/doris", |
| "ecosystem/hive", |
| "ecosystem/trino", |
| "ecosystem/amoro" |
| ] |
| }, |
| { |
| type: "category", |
| "label": "CDC Ingestion", |
| "collapsed": true, |
| "link": { |
| type: "doc", |
| "id": "cdc-ingestion/index" |
| }, |
| "items": [ |
| "cdc-ingestion/mysql-cdc", |
| "cdc-ingestion/postgres-cdc", |
| "cdc-ingestion/kafka-cdc", |
| "cdc-ingestion/mongo-cdc", |
| "cdc-ingestion/pulsar-cdc", |
| "cdc-ingestion/flink-cdc" |
| ] |
| }, |
| { |
| type: "category", |
| "label": "Maintenance", |
| "collapsed": true, |
| "link": { |
| type: "doc", |
| "id": "maintenance/index" |
| }, |
| "items": [ |
| "maintenance/filesystems", |
| "maintenance/write-performance", |
| "maintenance/dedicated-compaction", |
| "maintenance/manage-snapshots", |
| "maintenance/rescale-bucket", |
| "maintenance/manage-tags", |
| "maintenance/metrics", |
| "maintenance/manage-privileges", |
| "maintenance/manage-branches", |
| "maintenance/manage-partitions", |
| "maintenance/configurations" |
| ] |
| }, |
| { |
| type: "category", |
| "label": "Program API", |
| "collapsed": true, |
| "link": { |
| type: "doc", |
| "id": "program-api/index" |
| }, |
| "items": [ |
| "program-api/rest-api", |
| "program-api/flink-api", |
| "program-api/java-api", |
| "program-api/catalog-api", |
| "program-api/cpp-api", |
| "program-api/rust-api", |
| "program-api/file-cache" |
| ] |
| }, |
| { |
| type: "category", |
| "label": "Migration", |
| "collapsed": true, |
| "link": { |
| type: "doc", |
| "id": "migration/index" |
| }, |
| "items": [ |
| "migration/migration-from-hive", |
| "migration/upsert-to-partitioned", |
| "migration/clone-to-paimon" |
| ] |
| }, |
| { |
| type: "category", |
| "label": "Iceberg Metadata", |
| "collapsed": true, |
| "link": { |
| type: "doc", |
| "id": "iceberg/index" |
| }, |
| "items": [ |
| "iceberg/append-table", |
| "iceberg/primary-key-table", |
| "iceberg/iceberg-tags", |
| "iceberg/hive-catalog", |
| "iceberg/rest-catalog", |
| "iceberg/ecosystem", |
| "iceberg/configurations" |
| ] |
| }, |
| { |
| type: "category", |
| "label": "Project", |
| "collapsed": true, |
| "link": { |
| type: "doc", |
| "id": "project/index" |
| }, |
| "items": [ |
| "project/download", |
| "project/contributing", |
| "project/committer", |
| "project/security" |
| ] |
| }, |
| { |
| type: "category", |
| "label": "Learn Paimon", |
| "collapsed": true, |
| "link": { |
| type: "doc", |
| "id": "learn-paimon/index" |
| }, |
| "items": [ |
| "learn-paimon/understand-files", |
| "learn-paimon/scenario-guide" |
| ] |
| } |
| ], |
| }; |
| |
| module.exports = sidebars; |