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

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


The following commit(s) were added to refs/heads/main by this push:
     new 8ecaaeba5a Docs: Add Trademark symbol where appropriate (#10921)
8ecaaeba5a is described below

commit 8ecaaeba5aec612dfb6f5d8449ca2a8d2452ce86
Author: Fokko Driesprong <[email protected]>
AuthorDate: Mon Aug 12 20:51:34 2024 +0200

    Docs: Add Trademark symbol where appropriate (#10921)
---
 site/docs/hive-quickstart.md        | 5 +----
 site/docs/spark-quickstart.md       | 4 +---
 site/mkdocs.yml                     | 2 +-
 site/overrides/home.html            | 4 ++--
 site/overrides/partials/header.html | 7 ++-----
 5 files changed, 7 insertions(+), 15 deletions(-)

diff --git a/site/docs/hive-quickstart.md b/site/docs/hive-quickstart.md
index c110d56f63..7db266d666 100644
--- a/site/docs/hive-quickstart.md
+++ b/site/docs/hive-quickstart.md
@@ -18,10 +18,7 @@ title: "Hive and Iceberg Quickstart"
  - limitations under the License.
  -->
 
-
-## Hive and Iceberg Quickstart
-
-This guide will get you up and running with an Iceberg and Hive environment, 
including sample code to
+This guide will get you up and running with Apache Iceberg™ using Apache 
Hive™, including sample code to
 highlight some powerful features. You can learn more about Iceberg's Hive 
runtime by checking out the [Hive](docs/latest/hive.md) section.
 
 - [Docker Images](#docker-images)
diff --git a/site/docs/spark-quickstart.md b/site/docs/spark-quickstart.md
index 5a940009f9..e98bedb498 100644
--- a/site/docs/spark-quickstart.md
+++ b/site/docs/spark-quickstart.md
@@ -18,9 +18,7 @@ title: "Spark and Iceberg Quickstart"
  - limitations under the License.
  -->
 
-## Spark and Iceberg Quickstart
-
-This guide will get you up and running with an Iceberg and Spark environment, 
including sample code to
+This guide will get you up and running with Apache Iceberg™ using Apache 
Spark™, including sample code to
 highlight some powerful features. You can learn more about Iceberg's Spark 
runtime by checking out the [Spark](docs/latest/spark-ddl.md) section.
 
 - [Docker-Compose](#docker-compose)
diff --git a/site/mkdocs.yml b/site/mkdocs.yml
index 3c6782bc85..d652ec3f08 100644
--- a/site/mkdocs.yml
+++ b/site/mkdocs.yml
@@ -17,7 +17,7 @@
 
 INHERIT: ./nav.yml
 
-site_name: Apache Iceberg
+site_name: "Apache Iceberg™"
 
 theme:
   custom_dir: overrides
diff --git a/site/overrides/home.html b/site/overrides/home.html
index f6479d46ea..65d971e0a1 100644
--- a/site/overrides/home.html
+++ b/site/overrides/home.html
@@ -34,7 +34,7 @@
       <div class="d-flex flex-row">
         <div class="col-lg-12">
           <div class="intro-message">
-            <h1>Apache Iceberg</h1>
+            <h1>Apache Iceberg™</h1>
             <h3>The open table format for analytic datasets.</h3>
             <hr class="intro-divider" />
               <ul class="list-inline intro-social-buttons">
@@ -61,7 +61,7 @@
         <div class="col-lg-2"></div>
         <div class="col-lg-8">
           <br /><br />
-          <h2>What is Iceberg?</h2>
+          <h2>What is Apache Iceberg™?</h2>
           <br />
   
           <p>
diff --git a/site/overrides/partials/header.html 
b/site/overrides/partials/header.html
index 6d943e0c08..62b02698b6 100644
--- a/site/overrides/partials/header.html
+++ b/site/overrides/partials/header.html
@@ -50,13 +50,10 @@ set class = class ~ " md-header--shadow md-header--lifted" 
%} {% elif
     <div class="md-header__title" data-md-component="header-title">
       <div class="md-header__ellipsis">
         <div class="md-header__topic">
-          <span class="md-ellipsis">  </span>
+          <span class="md-ellipsis">{{ config.site_name }}</span>
         </div>
         <div class="md-header__topic" data-md-component="header-topic">
-          <span class="md-ellipsis">
-            {% if page.meta and page.meta.title %} {{ page.meta.title }} {% 
else
-            %} {{ page.title }} {% endif %}
-          </span>
+          <span class="md-ellipsis">{{ config.site_name }}</span>
         </div>
       </div>
     </div>

Reply via email to