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

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


The following commit(s) were added to refs/heads/latest by this push:
     new b396d79a Fix Spark Configuration page title (#148)
b396d79a is described below

commit b396d79a76f084170a397ab858af496fc0390f92
Author: Samuel Redai <[email protected]>
AuthorDate: Thu Aug 25 12:22:51 2022 -0400

    Fix Spark Configuration page title (#148)
    
    The Spark Configuration is currently hidden because the title 
"Configuration" conflicts with the table configuration page which is also 
titled "Configuration". The hugo logic seems to require unique title names 
since it's used for the left navbar list.
---
 docs/content/spark-configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/spark-configuration.md 
b/docs/content/spark-configuration.md
index 052aa8da..6e9aea52 100644
--- a/docs/content/spark-configuration.md
+++ b/docs/content/spark-configuration.md
@@ -1,5 +1,5 @@
 ---
-title: "Configuration"
+title: "Spark Configuration"
 url: spark-configuration
 aliases:
     - "spark/spark-configuration"

Reply via email to