Skip to content

Commit a430ed2

Browse files
committed
update docma config
1 parent 6698ae1 commit a430ed2

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

docma.config.json

+4-10
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,15 @@
6363
"iconClass": "ico-md ico-download",
6464
"label": "Download",
6565
"items": [
66-
// {
67-
// "label": "Link via CDNJS",
68-
// "href": "https://cdnjs.com/libraries/re",
69-
// "target": "_blank"
70-
// },
71-
// { "separator": true },
7266
{ "label": "<code>npm i accesscontrol --save</code>" },
7367
{ "separator": true },
7468
{
7569
"label": "Download as Archive",
7670
"href": "https://github.com/onury/accesscontrol/releases",
7771
"target": "_blank"
78-
}
79-
// , { "separator": true },
80-
// { "label": "Change Log", "href": "?content=changelog" }
72+
},
73+
{ "separator": true },
74+
{ "label": "Change Log", "href": "?content=changelog" }
8175
]
8276
},
8377
{
@@ -96,7 +90,7 @@
9690
"!./lib/utils.js"
9791
]
9892
},
99-
// "./CHANGELOG.md",
93+
"./CHANGELOG.md",
10094
{
10195
"guide": "./README.md"
10296
}

0 commit comments

Comments
 (0)