mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
added default colormode and example navbar
This commit is contained in:
@@ -17,7 +17,7 @@ const config = {
|
||||
defaultLocale: 'en',
|
||||
locales: ['en'],
|
||||
},
|
||||
|
||||
|
||||
presets: [
|
||||
[
|
||||
'classic',
|
||||
@@ -45,6 +45,16 @@ const config = {
|
||||
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: {
|
||||
title: '',
|
||||
logo: {
|
||||
|
||||
Reference in New Issue
Block a user