fix menu, change color scheme

This commit is contained in:
2025-03-19 15:12:18 +03:00
parent 1086a3c681
commit 1ada0e829b
14 changed files with 36 additions and 51 deletions

View File

@@ -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,