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:
5
.github/workflows/test-build.yml
vendored
5
.github/workflows/test-build.yml
vendored
@@ -30,5 +30,6 @@ jobs:
|
|||||||
# Install and build Developer Community site
|
# Install and build Developer Community site
|
||||||
- name: Build Developer Community site
|
- name: Build Developer Community site
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
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} */
|
/** @type {import('@docusaurus/types').Config} */
|
||||||
const config = {
|
const config = {
|
||||||
title: 'Developer Community',
|
title: 'SailPoint Developer Community',
|
||||||
tagline: 'Developers are cool',
|
|
||||||
url: 'https://developer.sailpoint.com',
|
url: 'https://developer.sailpoint.com',
|
||||||
baseUrl: '/',
|
baseUrl: '/',
|
||||||
|
favicon: 'img/SailPoint-Logo-Icon.ico',
|
||||||
onBrokenLinks: 'warn',
|
onBrokenLinks: 'warn',
|
||||||
onBrokenMarkdownLinks: 'warn',
|
onBrokenMarkdownLinks: 'warn',
|
||||||
favicon: 'img/favicon.ico',
|
onDuplicateRoutes: 'warn',
|
||||||
// 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".
|
|
||||||
i18n: {
|
i18n: {
|
||||||
defaultLocale: 'en',
|
defaultLocale: 'en',
|
||||||
locales: ['en'],
|
locales: ['en'],
|
||||||
@@ -50,8 +42,8 @@ const config = {
|
|||||||
docs: {
|
docs: {
|
||||||
sidebar: {
|
sidebar: {
|
||||||
hideable: true,
|
hideable: true,
|
||||||
autoCollapseCategories: true,
|
autoCollapseCategories: false,
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
navbar: {
|
navbar: {
|
||||||
title: '',
|
title: '',
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -19175,7 +19175,7 @@
|
|||||||
},
|
},
|
||||||
"docusaurus-plugin-openapi-docs": {
|
"docusaurus-plugin-openapi-docs": {
|
||||||
"version": "git+ssh://git@github.com/philip-ellis-sp/docusaurus-plugin-openapi-docs.git#97f436d7433891365e758b92f274b03ca1e2738b",
|
"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": {
|
"requires": {
|
||||||
"@apidevtools/json-schema-ref-parser": "^9.0.9",
|
"@apidevtools/json-schema-ref-parser": "^9.0.9",
|
||||||
"@docusaurus/mdx-loader": "2.0.1",
|
"@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