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 2019/09/30 11:47:37 UTC

[atlas] branch master updated: ATLAS-3429 : Atlas website Favicon fix

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 a6552f2  ATLAS-3429 : Atlas website Favicon fix
a6552f2 is described below

commit a6552f2100f402669fc9ae965bb9d66a8e828324
Author: kevalbhatt <kb...@apache.org>
AuthorDate: Mon Sep 30 17:13:05 2019 +0530

    ATLAS-3429 : Atlas website Favicon fix
---
 docs/doczrc.js | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/doczrc.js b/docs/doczrc.js
index be24d36..2ad6e6f 100644
--- a/docs/doczrc.js
+++ b/docs/doczrc.js
@@ -20,7 +20,7 @@ import menu from "./docz-lib/config/menu";
 import versions from './docz-lib/config/versions';
 
 module.exports = {
-	title: "Apache Atlas",
+	title: "Apache Atlas – Data Governance and Metadata framework for Hadoop",
 	files: "**/*.{md,mdx}",
 	base: "/",
 	baseUrl:"./public",
@@ -29,6 +29,9 @@ module.exports = {
 	menu: menu,
 	atlasVersions: versions,
 	theme: "theme/",
+	htmlContext:{
+		favicon: "public/images/favicon.ico"
+	},
 	modifyBundlerConfig: config => {
 		config.module.rules.push(
 			{