This is an automated email from the ASF dual-hosted git repository.

djwang pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry-site.git


    from f53469646 Add Apache SeaTunnel to Ecosystem
     new f26fd2bb6 Move Bootcamp pages to Docs
     new ad076c128 V2: Move bootcamp pages to Docs

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../benchmark/performance-benchmark-tpcds.md       |  12 +-
 .../benchmark/performance-benchmark-tpch.md        |  12 +-
 docs/deployment/post-installation.md               |  16 +-
 docs/deployment/sandbox.md                         | 173 ++++++++
 .../tutorial/backup-and-recovery-operations.md     |  82 ++--
 .../tutorial/crash-course.md                       | 460 ++++++++++-----------
 .../tutorial/create-and-prepare-database.md        |  49 +--
 .../tutorial/create-tables.md                      |  27 +-
 .../tutorial/create-users-and-roles.md             |  53 +--
 .../tutorial/data-loading.md                       |  59 ++-
 docs/tutorial/index.md                             |  11 +
 ...oduction-to-cloudberry-in-database-analytics.md |  10 +-
 ...tion-to-database-and-cloudberry-architecture.md |  29 +-
 .../tutorial/queries-and-performance-tuning.md     |  30 +-
 docusaurus.config.ts                               |   4 -
 sidebars.ts                                        |  30 +-
 src/pages/bootcamp/cbdb-sandbox.md                 |  91 ----
 src/pages/bootcamp/index.tsx                       |  31 --
 .../images => static/img/bootcamp}/backup.jpg      | Bin
 .../img/bootcamp}/cbdb-sandbox.png                 | Bin
 .../img/bootcamp}/cloudberrydb_logo.png            | Bin
 .../images => static/img/bootcamp}/count.jpg       | Bin
 .../images => static/img/bootcamp}/dispatch.jpg    | Bin
 .../images => static/img/bootcamp}/ext_tables.jpg  | Bin
 .../img/bootcamp}/highlevel_arch.jpg               | Bin
 .../images => static/img/bootcamp}/part.jpg        | Bin
 .../images => static/img/bootcamp}/play.jpg        | Bin
 .../images => static/img/bootcamp}/restore.jpg     | Bin
 static/img/bootcamp/sandbox-deployment.jpg         | Bin 0 -> 143855 bytes
 .../images => static/img/bootcamp}/zep-create.jpg  | Bin
 .../images => static/img/bootcamp}/zepp.jpg        | Bin
 .../benchmark/performance-benchmark-tpcds.md       |  12 +-
 .../benchmark/performance-benchmark-tpch.md        |  12 +-
 .../version-2.x/deployment/post-installation.md    |  16 +-
 versioned_docs/version-2.x/deployment/sandbox.md   | 173 ++++++++
 .../tutorial/backup-and-recovery-operations.md     |  82 ++--
 .../version-2.x/tutorial/crash-course.md           | 460 ++++++++++-----------
 .../tutorial/create-and-prepare-database.md        |  49 +--
 .../version-2.x/tutorial/create-tables.md          |  27 +-
 .../version-2.x/tutorial/create-users-and-roles.md |  53 +--
 .../version-2.x/tutorial/data-loading.md           |  59 ++-
 versioned_docs/version-2.x/tutorial/index.md       |  11 +
 ...oduction-to-cloudberry-in-database-analytics.md |  10 +-
 ...tion-to-database-and-cloudberry-architecture.md |  29 +-
 .../tutorial/queries-and-performance-tuning.md     |  30 +-
 versioned_sidebars/version-2.x-sidebars.json       |  29 +-
 46 files changed, 1204 insertions(+), 1027 deletions(-)
 copy src/pages/bootcamp/103-cbdb-performance-benchmark-tpcds.md => 
docs/benchmark/performance-benchmark-tpcds.md (87%)
 copy src/pages/bootcamp/103-cbdb-performance-benchmark-tpch.md => 
docs/benchmark/performance-benchmark-tpch.md (87%)
 create mode 100644 docs/deployment/sandbox.md
 copy src/pages/bootcamp/101-6-backup-and-recovery-operations.md => 
docs/tutorial/backup-and-recovery-operations.md (63%)
 copy src/pages/bootcamp/102-cbdb-crash-course.md => 
docs/tutorial/crash-course.md (67%)
 copy src/pages/bootcamp/101-2-create-and-prepare-database.md => 
docs/tutorial/create-and-prepare-database.md (78%)
 copy src/pages/bootcamp/101-3-create-tables.md => 
docs/tutorial/create-tables.md (85%)
 copy src/pages/bootcamp/101-1-create-users-and-roles.md => 
docs/tutorial/create-users-and-roles.md (79%)
 copy src/pages/bootcamp/101-4-data-loading.md => docs/tutorial/data-loading.md 
(85%)
 create mode 100644 docs/tutorial/index.md
 copy 
src/pages/bootcamp/104-1-introduction-to-cloudberry-in-database-analytics.md => 
docs/tutorial/introduction-to-cloudberry-in-database-analytics.md (97%)
 copy 
src/pages/bootcamp/101-0-introduction-to-database-and-cloudberry-architecture.md
 => docs/tutorial/introduction-to-database-and-cloudberry-architecture.md (74%)
 copy src/pages/bootcamp/101-5-queries-and-performance-tuning.md => 
docs/tutorial/queries-and-performance-tuning.md (96%)
 delete mode 100644 src/pages/bootcamp/cbdb-sandbox.md
 delete mode 100644 src/pages/bootcamp/index.tsx
 rename {src/pages/bootcamp/images => static/img/bootcamp}/backup.jpg (100%)
 rename {src/pages/bootcamp/images => static/img/bootcamp}/cbdb-sandbox.png 
(100%)
 rename {src/pages/bootcamp/images => 
static/img/bootcamp}/cloudberrydb_logo.png (100%)
 rename {src/pages/bootcamp/images => static/img/bootcamp}/count.jpg (100%)
 rename {src/pages/bootcamp/images => static/img/bootcamp}/dispatch.jpg (100%)
 rename {src/pages/bootcamp/images => static/img/bootcamp}/ext_tables.jpg (100%)
 rename {src/pages/bootcamp/images => static/img/bootcamp}/highlevel_arch.jpg 
(100%)
 rename {src/pages/bootcamp/images => static/img/bootcamp}/part.jpg (100%)
 rename {src/pages/bootcamp/images => static/img/bootcamp}/play.jpg (100%)
 rename {src/pages/bootcamp/images => static/img/bootcamp}/restore.jpg (100%)
 create mode 100644 static/img/bootcamp/sandbox-deployment.jpg
 rename {src/pages/bootcamp/images => static/img/bootcamp}/zep-create.jpg (100%)
 rename {src/pages/bootcamp/images => static/img/bootcamp}/zepp.jpg (100%)
 rename src/pages/bootcamp/103-cbdb-performance-benchmark-tpcds.md => 
versioned_docs/version-2.x/benchmark/performance-benchmark-tpcds.md (87%)
 rename src/pages/bootcamp/103-cbdb-performance-benchmark-tpch.md => 
versioned_docs/version-2.x/benchmark/performance-benchmark-tpch.md (87%)
 create mode 100644 versioned_docs/version-2.x/deployment/sandbox.md
 rename src/pages/bootcamp/101-6-backup-and-recovery-operations.md => 
versioned_docs/version-2.x/tutorial/backup-and-recovery-operations.md (63%)
 rename src/pages/bootcamp/102-cbdb-crash-course.md => 
versioned_docs/version-2.x/tutorial/crash-course.md (67%)
 rename src/pages/bootcamp/101-2-create-and-prepare-database.md => 
versioned_docs/version-2.x/tutorial/create-and-prepare-database.md (78%)
 rename src/pages/bootcamp/101-3-create-tables.md => 
versioned_docs/version-2.x/tutorial/create-tables.md (85%)
 rename src/pages/bootcamp/101-1-create-users-and-roles.md => 
versioned_docs/version-2.x/tutorial/create-users-and-roles.md (79%)
 rename src/pages/bootcamp/101-4-data-loading.md => 
versioned_docs/version-2.x/tutorial/data-loading.md (85%)
 create mode 100644 versioned_docs/version-2.x/tutorial/index.md
 rename 
src/pages/bootcamp/104-1-introduction-to-cloudberry-in-database-analytics.md => 
versioned_docs/version-2.x/tutorial/introduction-to-cloudberry-in-database-analytics.md
 (97%)
 rename 
src/pages/bootcamp/101-0-introduction-to-database-and-cloudberry-architecture.md
 => 
versioned_docs/version-2.x/tutorial/introduction-to-database-and-cloudberry-architecture.md
 (74%)
 rename src/pages/bootcamp/101-5-queries-and-performance-tuning.md => 
versioned_docs/version-2.x/tutorial/queries-and-performance-tuning.md (96%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cloudberry.apache.org
For additional commands, e-mail: commits-h...@cloudberry.apache.org

Reply via email to