Skip to content

Commit

Permalink
Merge pull request #45 from WebDevStudios/feature/WDSUS-38-Documentation
Browse files Browse the repository at this point in the history


Feature/wdsus 38 documentation
  • Loading branch information
khleomix authored Aug 15, 2023
2 parents 5f0ea99 + e8c1f3d commit ff4db8f
Show file tree
Hide file tree
Showing 19 changed files with 5,683 additions and 2 deletions.
1 change: 1 addition & 0 deletions .markdownlintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build
node_modules
vendor
docs
24 changes: 24 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,29 @@
"activityBarBadge.foreground": "#fff",
"statusBar.background": "#f3713c",
"statusBar.foreground": "#fff"
},

"markdownlint.config": {
"MD033": {
"allowed_elements": [
"nobr",
"hr",
"sup",
"details",
"summary",
"h2",
"h3",
"p",
"a",
"b",
"ol",
"ul",
"li",
"br",
"i",
"img",
"code"
]
}
}
}
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"sort-packages": true
},
"require": {
"composer/installers": "^1.5 || ^2.0.0"
"composer/installers": "^1.5 || ^2.0.0",
"erusev/parsedown": "^1.7",
"erusev/parsedown-extra": "^0.8.1"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
Expand Down
Loading

0 comments on commit ff4db8f

Please sign in to comment.