This is an automated email from the ASF dual-hosted git repository. sarath pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/atlas.git
commit b92a1101764990ef49e67f481f2d90a65f199131 Author: kevalbhatt <[email protected]> AuthorDate: Mon Sep 30 17:13:05 2019 +0530 ATLAS-3429 : Atlas website Favicon fix (cherry picked from commit a6552f2100f402669fc9ae965bb9d66a8e828324) --- 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( {
