Commit a6552f21 by kevalbhatt

ATLAS-3429 : Atlas website Favicon fix

parent 6d907bd0
......@@ -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(
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment