You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by kb...@apache.org on 2020/07/01 12:20:50 UTC

[atlas] branch master updated: ATLAS-3840: Atlas website's html meta description is set to My awesome app using docz

This is an automated email from the ASF dual-hosted git repository.

kbhatt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d559d0  ATLAS-3840: Atlas website's html meta description is set to My awesome app using docz
3d559d0 is described below

commit 3d559d0195c3a93890a0b4c303b5ee99f71dd4de
Author: Umesh S Padashetty <us...@gmail.com>
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 <kb...@apache.org>
---
 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",