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

@@ -31,4 +31,5 @@ jobs:
- name: Build Developer Community site
run: |
npm install
npm run docusaurus gen-api-docs all
npm run build

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: '',

2
package-lock.json generated
View File

@@ -19175,7 +19175,7 @@
},
"docusaurus-plugin-openapi-docs": {
"version": "git+ssh://git@github.com/philip-ellis-sp/docusaurus-plugin-openapi-docs.git#97f436d7433891365e758b92f274b03ca1e2738b",
"from": "docusaurus-plugin-openapi-docs@https://github.com/philip-ellis-sp/docusaurus-plugin-openapi-docs",
"from": "docusaurus-plugin-openapi-docs@github:philip-ellis-sp/docusaurus-plugin-openapi-docs",
"requires": {
"@apidevtools/json-schema-ref-parser": "^9.0.9",
"@docusaurus/mdx-loader": "2.0.1",

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB