mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-11 04:19:42 +00:00
Merge pull request #9 from sailpoint-oss/feature/favicon
Feature/favicon
This commit is contained in:
1
.github/workflows/test-build.yml
vendored
1
.github/workflows/test-build.yml
vendored
@@ -31,4 +31,5 @@ jobs:
|
||||
- name: Build Developer Community site
|
||||
run: |
|
||||
npm install
|
||||
npm run docusaurus gen-api-docs all
|
||||
npm run build
|
||||
@@ -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
2
package-lock.json
generated
@@ -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",
|
||||
|
||||
BIN
static/img/SailPoint-Logo-Icon.ico
Normal file
BIN
static/img/SailPoint-Logo-Icon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 259 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.5 KiB |
Reference in New Issue
Block a user