This is an automated email from the ASF dual-hosted git repository.
kbhatt pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 2401aee ATLAS-3840: Atlas website's html meta description is set to
My awesome app using docz
2401aee is described below
commit 2401aeeae43e3a654e359020ceb020accb2e5436
Author: Umesh S Padashetty <[email protected]>
AuthorDate: Fri Jun 12 21:44:41 2020 +0530
ATLAS-3840: Atlas website's html meta description is set to My awesome app
using docz
Signed-off-by: kevalbhatt <[email protected]>
---
docs/doczrc.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/doczrc.js b/docs/doczrc.js
index e3af946..6c6247a 100644
--- a/docs/doczrc.js
+++ b/docs/doczrc.js
@@ -21,6 +21,7 @@ import versions from './docz-lib/config/versions';
module.exports = {
title: "Apache Atlas – Data Governance and Metadata framework for
Hadoop",
+ description: "Apache Atlas – Data Governance and Metadata framework for
Hadoop",
files: "**/*.{md,mdx}",
base: "/",
baseUrl:"./public",