Merge pull request #9 from sailpoint-oss/feature/favicon

Feature/favicon
This commit is contained in:
Jordan Violet
2022-08-31 21:03:22 -04:00
committed by GitHub
5 changed files with 9 additions and 16 deletions

View File

@@ -6,21 +6,13 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'Developer Community',
tagline: 'Developers are cool',
title: 'SailPoint Developer Community',
url: 'https://developer.sailpoint.com',
baseUrl: '/',
favicon: 'img/SailPoint-Logo-Icon.ico',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'SailPoint', // Usually your GitHub org/user name.
projectName: 'SailPoint Developer Community', // Usually your repo name.
// Even if you don't use internalization, you can use this field to set useful
// metadata like html lang. For example, if your site is Chinese, you may want
// to replace "en" with "zh-Hans".
onDuplicateRoutes: 'warn',
i18n: {
defaultLocale: 'en',
locales: ['en'],
@@ -50,8 +42,8 @@ const config = {
docs: {
sidebar: {
hideable: true,
autoCollapseCategories: true,
}
autoCollapseCategories: false,
},
},
navbar: {
title: '',