mirror of
https://github.com/arc53/DocsGPT.git
synced 2026-02-21 20:01:26 +00:00
19 lines
333 B
JavaScript
19 lines
333 B
JavaScript
const github = 'https://github.com/arc53/DocsGPT';
|
|
|
|
const config = {
|
|
docsRepositoryBase: `${github}/blob/main/docs`,
|
|
darkMode: true,
|
|
nextThemes: {
|
|
defaultTheme: 'dark',
|
|
},
|
|
sidebar: {
|
|
defaultMenuCollapseLevel: 1,
|
|
},
|
|
toc: {
|
|
float: true,
|
|
},
|
|
editLink: 'Edit this page on GitHub',
|
|
};
|
|
|
|
export default config;
|