mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
added default colormode and example navbar
This commit is contained in:
@@ -17,7 +17,7 @@ const config = {
|
|||||||
defaultLocale: 'en',
|
defaultLocale: 'en',
|
||||||
locales: ['en'],
|
locales: ['en'],
|
||||||
},
|
},
|
||||||
|
|
||||||
presets: [
|
presets: [
|
||||||
[
|
[
|
||||||
'classic',
|
'classic',
|
||||||
@@ -45,6 +45,16 @@ const config = {
|
|||||||
autoCollapseCategories: false,
|
autoCollapseCategories: false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
colorMode: {
|
||||||
|
defaultMode: "light",
|
||||||
|
respectPrefersColorScheme: true
|
||||||
|
},
|
||||||
|
announcementBar: {
|
||||||
|
id: "announcement-bar",
|
||||||
|
content: '⭐️ Like the new developer community design? Want to tell us what you think? Let us know in the <a target="_blank" rel="noopener noreferrer" href="https://developer.sailpoint.com/discuss/c/feedback/2">Developer Community Forum</a>.',
|
||||||
|
backgroundColor: "#0388fc",
|
||||||
|
isCloseable: true
|
||||||
|
},
|
||||||
navbar: {
|
navbar: {
|
||||||
title: '',
|
title: '',
|
||||||
logo: {
|
logo: {
|
||||||
|
|||||||
Reference in New Issue
Block a user