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

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 57424b92c5b5 [MINOR][DOCS] Add `Web UI` link to `Other Documents` 
section of index.md
57424b92c5b5 is described below

commit 57424b92c5b5e7c3de680a7d8a6b137911f45666
Author: Matt Braymer-Hayes <matt.haye...@gmail.com>
AuthorDate: Mon Mar 18 07:53:11 2024 -0700

    [MINOR][DOCS] Add `Web UI` link to `Other Documents` section of index.md
    
    ### What changes were proposed in this pull request?
    
    Adds the Web UI to the `Other Documents` list on the main page.
    
    ### Why are the changes needed?
    
    I found it difficult to find the Web UI docs: it's only linked inside the 
Monitoring docs. Adding it to the main page will make it easier for people to 
find and use the docs.
    
    ### Does this PR introduce _any_ user-facing change?
    
    Yes: adds another cross-reference on the main page.
    
    ### How was this patch tested?
    
    Visually verified that Markdown still rendered properly.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No
    
    Closes #45534 from mattayes/patch-2.
    
    Authored-by: Matt Braymer-Hayes <matt.haye...@gmail.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 docs/index.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/index.md b/docs/index.md
index 5f3858bec86b..12c53c40c8f7 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -138,6 +138,7 @@ options for deployment:
 
 * [Configuration](configuration.html): customize Spark via its configuration 
system
 * [Monitoring](monitoring.html): track the behavior of your applications
+* [Web UI](web-ui.html): view useful information about your applications
 * [Tuning Guide](tuning.html): best practices to optimize performance and 
memory use
 * [Job Scheduling](job-scheduling.html): scheduling resources across and 
within Spark applications
 * [Security](security.html): Spark security support
@@ -145,7 +146,7 @@ options for deployment:
 * Integration with other storage systems:
   * [Cloud Infrastructures](cloud-integration.html)
   * [OpenStack Swift](storage-openstack-swift.html)
-* [Migration Guide](migration-guide.html): Migration guides for Spark 
components
+* [Migration Guide](migration-guide.html): migration guides for Spark 
components
 * [Building Spark](building-spark.html): build Spark using the Maven system
 * [Contributing to Spark](https://spark.apache.org/contributing.html)
 * [Third Party Projects](https://spark.apache.org/third-party-projects.html): 
related third party Spark projects


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

Reply via email to