This is an automated email from the ASF dual-hosted git repository.
zabetak pushed a commit to branch site
in repository https://gitbox.apache.org/repos/asf/calcite.git
The following commit(s) were added to refs/heads/site by this push:
new e085b3f8dc [CALCITE-5287] SQL reference page is missing from website
e085b3f8dc is described below
commit e085b3f8dcdf0d080c66f2b261641585146a80e2
Author: Stamatis Zampetakis <[email protected]>
AuthorDate: Fri Sep 16 18:20:56 2022 +0200
[CALCITE-5287] SQL reference page is missing from website
The newline at the beginning of reference.md page seems to be causing
a problem with Jekyll that ignores the .md file and fails to generate
the respective .html file.
---
site/_docs/reference.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/site/_docs/reference.md b/site/_docs/reference.md
index 995a4ff3f7..e49c5fa6dd 100644
--- a/site/_docs/reference.md
+++ b/site/_docs/reference.md
@@ -1,4 +1,3 @@
-
---
layout: docs
title: SQL language