fix menu, change color scheme
This commit is contained in:
@@ -67,6 +67,11 @@ const config: Config = {
|
||||
themeConfig: {
|
||||
// Replace with your project's social card
|
||||
image: 'svg/developer-logo.svg',
|
||||
docs: {
|
||||
sidebar: {
|
||||
autoCollapseCategories: true,
|
||||
}
|
||||
},
|
||||
navbar: {
|
||||
title: 'Frontend Docs',
|
||||
logo: {
|
||||
@@ -127,7 +132,7 @@ const config: Config = {
|
||||
]
|
||||
}
|
||||
],
|
||||
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
|
||||
copyright: `Copyright © ${new Date().getFullYear()} RedRock corp. Built with Docusaurus.`,
|
||||
},
|
||||
prism: {
|
||||
theme: prismThemes.github,
|
||||
|
||||
Reference in New Issue
Block a user