We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b9b53 commit 134bf73Copy full SHA for 134bf73
docmd.config.js
@@ -1,31 +1,5 @@
1
// Source file from the docmd project — https://github.com/docmd-io/docmd
2
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
29
module.exports = {
30
siteTitle: 'Playground Documentation',
31
srcDir: 'docs',
0 commit comments