You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2015/05/30 05:35:21 UTC

spark git commit: [DOCS][Tiny] Added a missing dash(-) in docs/configuration.md

Repository: spark
Updated Branches:
  refs/heads/master a4f24123d -> 3792d2583


[DOCS][Tiny] Added a missing dash(-) in docs/configuration.md

The first line had only two dashes (--) instead of three(---). Because of this missing dash(-), 'jekyll build' command was not converting configuration.md to _site/configuration.html

Author: Taka Shinagawa <ta...@gmail.com>

Closes #6513 from mrt/docfix3 and squashes the following commits:

c470e2c [Taka Shinagawa] Added a missing dash(-) preventing jekyll from converting configuration.md to html format


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/3792d258
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/3792d258
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/3792d258

Branch: refs/heads/master
Commit: 3792d25836e1e521da64c5a62ca1b6cca1bcb6b9
Parents: a4f2412
Author: Taka Shinagawa <ta...@gmail.com>
Authored: Fri May 29 20:35:14 2015 -0700
Committer: Reynold Xin <rx...@databricks.com>
Committed: Fri May 29 20:35:14 2015 -0700

----------------------------------------------------------------------
 docs/configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/3792d258/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index 30508a6..3a48da4 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1,4 +1,4 @@
---
+---
 layout: global
 displayTitle: Spark Configuration
 title: Configuration


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