Skip to content

Commit

Permalink
update docma config [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
onury committed Nov 26, 2017
1 parent d588e75 commit e275056
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docma.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,16 @@
"iconClass": "ico-md ico-download",
"label": "Download",
"items": [
{ "label": "<code>npm i accesscontrol --save</code>" },
{
"label": "<code>npm i accesscontrol --save</code>",
"href": "https://www.npmjs.com/package/accesscontrol",
"target": "_blank"
},
{
"label": "<code>yarn add accesscontrol</code>",
"href": "https://yarn.pm/accesscontrol",
"target": "_blank"
},
{ "separator": true },
{
"label": "Download as Archive",
Expand Down

0 comments on commit e275056

Please sign in to comment.