Skip to content

Commit

Permalink
added markdown lint and Url updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Feb 12, 2021
1 parent 4de8488 commit 2e13b07
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"line-length": false,
"single-h1": false,
"no-hard-tabs" : false,
"fenced-code-language" : false,
"no-bare-urls" : false,
"first-line-h1": false,
"no-multiple-blanks": {
"maximum": 2
},
"no-duplicate-header" : {
"siblings_only" : true
},
"no-inline-html" : false
}
6 changes: 3 additions & 3 deletions box.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"version":"@build.version@[email protected]@",
"author":"Ortus Solutions, Corp",
"location":"http://downloads.ortussolutions.com/ortussolutions/docbox/@build.version@/[email protected]@.zip",
"homepage":"https://www.ortussolutions.com",
"documentation":"https://github.com/Ortus-Solutions/DocBox/wiki",
"homepage":"https://forgebox.io/view/docbox",
"documentation":"https://docbox.ortusbooks.com/",
"repository":{
"type":"git",
"url":"https://github.com/Ortus-Solutions/DocBox"
},
"bugs":"https://ortussolutions.atlassian.net/projects/DOCBOX",
"slug":"docbox",
"shortDescription":"API Documentation generator for ColdFusion (CFML) using JavaDocs conventions",
"shortDescription":"CFC API Documentation generator for ColdFusion (CFML) using JavaDoc conventions",
"type":"projects",
"keywords":"apidocs, coldfusion docs, javadocs, cfc docs",
"license":[
Expand Down

0 comments on commit 2e13b07

Please sign in to comment.