mirror of
https://github.com/pi-hole/docs.git
synced 2025-12-27 06:30:43 +00:00
Bumps [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) from 0.1.2 to 0.1.3. - [Release notes](https://github.com/DavidAnson/markdownlint-cli2/releases) - [Commits](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.1.2...v0.1.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
29 lines
799 B
JSON
29 lines
799 B
JSON
{
|
|
"name": "docs",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "Source for the official Pi-hole documentation",
|
|
"main": "",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pi-hole/docs.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "CC-BY-SA-4.0",
|
|
"bugs": {
|
|
"url": "https://github.com/pi-hole/docs/issues"
|
|
},
|
|
"homepage": "https://docs.pi-hole.net/",
|
|
"scripts": {
|
|
"build": "mkdocs build --clean",
|
|
"markdownlint": "markdownlint-cli2 \"**/*.md\" \"!**/node_modules/**\"",
|
|
"linkinator": "npm run build && linkinator site --recurse --silent --skip \"^(?!http://localhost)\"",
|
|
"test": "npm run markdownlint && npm run linkinator"
|
|
},
|
|
"devDependencies": {
|
|
"linkinator": "^2.13.6",
|
|
"markdownlint-cli2": "0.1.3"
|
|
}
|
|
}
|