This is an automated email from the ASF dual-hosted git repository.
janardhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/master by this push:
new cd7772a [MINOR] fix metadata for builtins-reference.md
cd7772a is described below
commit cd7772ae013255d6efa2de656fb4a01e1d3726f0
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Thu Apr 15 05:02:18 2021 +0530
[MINOR] fix metadata for builtins-reference.md
---
docs/_includes/header.html | 1 +
docs/site/builtins-reference.md | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/_includes/header.html b/docs/_includes/header.html
index 940b8c5..874d0cf 100644
--- a/docs/_includes/header.html
+++ b/docs/_includes/header.html
@@ -46,6 +46,7 @@ limitations under the License.
<li class="divider"></li>
<li><b>Language Guides:</b></li>
<li><a href=".{% if page.path contains 'site' %}/..{%
endif %}/site/dml-language-reference.html">DML Language Reference</a></li>
+ <li><a href=".{% if page.path contains 'site' %}/..{%
endif %}/site/builtins-reference.html">Built-in Functions Reference</a></li>
<li class="divider"></li>
<li><b>ML Algorithms:</b></li>
<li><a href=".{% if page.path contains 'site' %}/..{%
endif %}/site/algorithms-reference.html">Algorithms Reference</a></li>
diff --git a/docs/site/builtins-reference.md b/docs/site/builtins-reference.md
index d8f8841..e03f7b1 100644
--- a/docs/site/builtins-reference.md
+++ b/docs/site/builtins-reference.md
@@ -1,6 +1,7 @@
---
layout: site
-title: Builtin Reference---
+title: Builtin Functions Reference
+---
<!--
{% comment %}
Licensed to the Apache Software Foundation (ASF) under one or more