From 4d74f0601a2465b0d2273a8bcc716b304584831f Mon Sep 17 00:00:00 2001 From: Matei Zaharia Date: Thu, 5 Feb 2015 11:12:50 -0800 Subject: [SPARK-5608] Improve SEO of Spark documentation pages - Add meta description tags on some of the most important doc pages - Shorten the titles of some pages to have more relevant keywords; for example there's no reason to have "Spark SQL Programming Guide - Spark 1.2.0 documentation", we can just say "Spark SQL - Spark 1.2.0 documentation". Author: Matei Zaharia Closes #4381 from mateiz/docs-seo and squashes the following commits: 4940563 [Matei Zaharia] [SPARK-5608] Improve SEO of Spark documentation pages --- docs/monitoring.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/monitoring.md') diff --git a/docs/monitoring.md b/docs/monitoring.md index f32cdef240..7a5cadc171 100644 --- a/docs/monitoring.md +++ b/docs/monitoring.md @@ -1,6 +1,7 @@ --- layout: global title: Monitoring and Instrumentation +description: Monitoring, metrics, and instrumentation guide for Spark SPARK_VERSION_SHORT --- There are several ways to monitor Spark applications: web UIs, metrics, and external instrumentation. -- cgit v1.2.3