File tree Expand file tree Collapse file tree 5 files changed +9
-13
lines changed
Expand file tree Collapse file tree 5 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 22< html > < head > </ head > < body > < h1 id ="examples "> Examples</ h1 >
33< hr />
44< ul >
5- < li > < a href =". /?content=msgbox "> MsgBox</ a > </ li >
6- < li > < a href =". /?content=progressbar "> ProgressBar</ a > </ li >
5+ < li > < a href ="https://unicorn-fail.github.io/node-cocoadialog /?content=msgbox "> MsgBox</ a > </ li >
6+ < li > < a href ="https://unicorn-fail.github.io/node-cocoadialog/ /?content=progressbar "> ProgressBar</ a > </ li >
77</ ul >
88</ body > </ html >
Original file line number Diff line number Diff line change @@ -35,17 +35,13 @@ <h2 id="install">Install</h2>
3535 }
3636 });
3737</ code > </ pre >
38- < h2 id ="advanced-usage "> Advanced Usage</ h2 >
39- < p > < strong > Note:</ strong > You can append the < code > --debug</ code > flag at the end of these examples for
40- extremely verbose console output.</ p >
38+ < h2 id ="examples "> Examples</ h2 >
4139< ul >
42- < li > < a href ="./Examples/MsgBox.js " > MsgBox.js </ a > - < code > node ./Examples/ MsgBox.js </ code > </ li >
43- < li > < a href ="./Examples/ProgressBar.js " > ProgressBar.js </ a > - < code > node ./Examples/ ProgressBar.js </ code > </ li >
40+ < li > < a href ="https://unicorn-fail.github.io/ node-cocoadialog/?content=msgbox " > MsgBox</ a > </ li >
41+ < li > < a href ="https://unicorn-fail.github.io/ node-cocoadialog//?content=progressbar " > ProgressBar</ a > </ li >
4442</ ul >
4543< h2 id ="api "> API</ h2 >
46- < p > WIP</ p >
47- < h4 id ="options "> options</ h4 >
48- < p > WIP</ p >
44+ < p > < a href ="https://unicorn-fail.github.io/node-cocoadialog/?api "> API Documentation</ a > </ p >
4945< h2 id ="license "> License</ h2 >
5046< p > MIT © < a href ="https://github.com/markcarver "> Mark Carver</ a > </ p >
5147</ body > </ html >
Original file line number Diff line number Diff line change 22< html >
33< head >
44 < title > cocoadialog (node.js)</ title >
5-
5+ < base href =" https://unicorn-fail.github.io/node-cocoadialog/ " >
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
77 < meta charset ="utf-8 ">
88 < meta name ="generator " content ="Docma - https://github.com/onury/docma ">
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Docma.create()
1414 ] ,
1515 dest : './docs' ,
1616 app : {
17- base : 'https://unicorn-fail.github.io/node-cocoadialog/'
17+ base : 'https://unicorn-fail.github.io/node-cocoadialog/' ,
1818 title : `${ pkg . name } (node.js)` ,
1919 routing : 'query' ,
2020 entrance : 'content:guide'
You can’t perform that action at this time.
0 commit comments