You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2022/02/08 00:42:17 UTC

[iceberg-docs] branch main updated: Fix weights for landing-page for left/right alternations (#40)

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

blue pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new d1094b4  Fix weights for landing-page for left/right alternations (#40)
d1094b4 is described below

commit d1094b465dc61e3728d36a53cde534e274a47711
Author: Samuel Redai <43...@users.noreply.github.com>
AuthorDate: Mon Feb 7 19:42:14 2022 -0500

    Fix weights for landing-page for left/right alternations (#40)
---
 landing-page/content/services/data-compaction.html     | 2 +-
 landing-page/content/services/expressive-sql.html      | 2 +-
 landing-page/content/services/hidden-partitioning.html | 2 +-
 landing-page/content/services/schema-evolution.html    | 2 +-
 landing-page/content/services/time-travel.html         | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/landing-page/content/services/data-compaction.html b/landing-page/content/services/data-compaction.html
index 69d66cf..c4e5020 100644
--- a/landing-page/content/services/data-compaction.html
+++ b/landing-page/content/services/data-compaction.html
@@ -3,7 +3,7 @@ Title: Data Compaction
 Description: Data compaction is supported out-of-the-box and you can choose from different rewrite strategies such as bin-packing or sorting to optimize file layout and size.
 Category: Services
 Draft: false
-weight: 500
+weight: 5
 ---
 <!--
  - Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/landing-page/content/services/expressive-sql.html b/landing-page/content/services/expressive-sql.html
index d0196b3..d624aac 100644
--- a/landing-page/content/services/expressive-sql.html
+++ b/landing-page/content/services/expressive-sql.html
@@ -4,7 +4,7 @@ Description: Iceberg supports flexible SQL commands to merge new data, update ex
 LearnMore: /docs/latest/spark-writes/
 Category: Services
 Draft: false
-weight: 100
+weight: 1
 ---
 <!--
  - Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/landing-page/content/services/hidden-partitioning.html b/landing-page/content/services/hidden-partitioning.html
index 08ccb00..daa6a9c 100644
--- a/landing-page/content/services/hidden-partitioning.html
+++ b/landing-page/content/services/hidden-partitioning.html
@@ -5,7 +5,7 @@ LottieFile: hidden-partitioning-animation.json
 LearnMore: /docs/latest/partitioning/#icebergs-hidden-partitioning
 Category: Services
 Draft: false
-weight: 300
+weight: 3
 ---
 <!--
  - Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/landing-page/content/services/schema-evolution.html b/landing-page/content/services/schema-evolution.html
index 45c77a6..ad0a175 100644
--- a/landing-page/content/services/schema-evolution.html
+++ b/landing-page/content/services/schema-evolution.html
@@ -4,7 +4,7 @@ Description: Schema evolution just works. Adding a column won't bring back "zomb
 LearnMore: /docs/latest/evolution/
 Category: Services
 Draft: false
-weight: 200
+weight: 2
 ---
 <!--
  - Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/landing-page/content/services/time-travel.html b/landing-page/content/services/time-travel.html
index 9bd6946..19c3df6 100644
--- a/landing-page/content/services/time-travel.html
+++ b/landing-page/content/services/time-travel.html
@@ -4,7 +4,7 @@ Description: Time-travel enables reproducible queries that use exactly the same
 LearnMore: /docs/latest/spark-queries/#time-travel
 Category: Post
 Draft: false
-weight: 400
+weight: 4
 ---
 <!--
  - Licensed to the Apache Software Foundation (ASF) under one or more