mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-27 18:22:41 -08:00
update docs
This commit is contained in:
@@ -2,7 +2,7 @@ const repositoryName = process.env.GITHUB_REPOSITORY?.split('/')[1];
|
|||||||
const base = process.env.GITHUB_ACTIONS && repositoryName ? `/${repositoryName}/` : '/';
|
const base = process.env.GITHUB_ACTIONS && repositoryName ? `/${repositoryName}/` : '/';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
title: 'SubMiner',
|
title: 'SubMiner Docs',
|
||||||
description: 'Documentation for SubMiner',
|
description: 'Documentation for SubMiner',
|
||||||
base,
|
base,
|
||||||
appearance: 'dark',
|
appearance: 'dark',
|
||||||
@@ -15,7 +15,11 @@ export default {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
logo: '/assets/SubMiner.png',
|
logo: {
|
||||||
|
light: '/assets/SubMiner.png',
|
||||||
|
dark: '/assets/SubMiner.png',
|
||||||
|
},
|
||||||
|
siteTitle: 'SubMiner Docs',
|
||||||
nav: [
|
nav: [
|
||||||
{ text: 'Docs', link: '/' },
|
{ text: 'Docs', link: '/' },
|
||||||
{ text: 'Installation', link: '/installation' },
|
{ text: 'Installation', link: '/installation' },
|
||||||
|
|||||||
Reference in New Issue
Block a user