added default colormode and example navbar

This commit is contained in:
Jordan Violet
2022-08-31 23:51:42 -04:00
parent 7767fc176b
commit d30baaea31

View File

@@ -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: {