Skip to content

Commit 134bf73

Browse files
committed
Update docmd.config.js
1 parent a1b9b53 commit 134bf73

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

docmd.config.js

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,5 @@
11
// Source file from the docmd project — https://github.com/docmd-io/docmd
22

3-
module.exports = {
4-
siteTitle: 'docmd dev',
5-
srcDir: 'docs',
6-
outputDir: 'site',
7-
logo: {
8-
light: 'assets/images/docmd-logo-dark.png',
9-
dark: 'assets/images/docmd-logo-light.png',
10-
alt: 'docmd logo',
11-
href: './'
12-
},
13-
theme: {
14-
name: 'default',
15-
defaultMode: 'system',
16-
enableModeToggle: true,
17-
positionMode: 'top'
18-
},
19-
sidebar: {
20-
collapsible: true,
21-
defaultCollapsed: false,
22-
},
23-
navigation: [
24-
{ title: 'Playground', path: '/', icon: 'flask-conical' }
25-
]
26-
};
27-
28-
// docmd.config.js
293
module.exports = {
304
siteTitle: 'Playground Documentation',
315
srcDir: 'docs',

0 commit comments

Comments
 (0)