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 bb38460 commit 360768fCopy full SHA for 360768f
scripts/docs.js
@@ -14,6 +14,7 @@ Docma.create()
14
],
15
dest: './docs',
16
app: {
17
+ base: 'https://unicorn-fail.github.io/node-cocoadialog/'
18
title: `${pkg.name} (node.js)`,
19
routing: 'query',
20
entrance: 'content:guide'
@@ -37,17 +38,17 @@ Docma.create()
37
38
navItems: [
39
{
40
label: 'Getting Started',
- href: './',
41
+ href: '/',
42
iconClass: 'ico-target4'
43
},
44
45
label: 'API',
- href: './?api',
46
+ href: '/?api',
47
iconClass: 'ico-book'
48
49
50
label: 'Examples',
- href: './?content=examples',
51
+ href: '/?content=examples',
52
iconClass: 'ico-mouse-pointer'
53
54
0 commit comments