Fix page title, adjust link-check scripts (#324)

This commit is contained in:
Patrice Chalin 2025-06-17 11:39:07 -04:00 committed by GitHub
parent 97a0fffdfd
commit 5b0f892d3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 4 deletions

4
.gitignore vendored
View File

@ -3,6 +3,10 @@
.cache-loader
/build
# Astro
.astro
dist
# npm assets
node_modules/
package-lock.json

View File

@ -1,10 +1,10 @@
---
title: prettier-ignore
title: Doc Versioning with Hugo & Netlify
# prettier-ignore
cSpell:ignore: Batard Brubaker Pursley velero fullversion githubbranch docsbranch Tanzu Rosland Horgan Takahashi
---
# Technical Documentation Versioning with Hugo & Netlify
# Doc Versioning with Hugo & Netlify
Technical Documents Versioning is an intersection of:

View File

@ -7,8 +7,9 @@
"_check:format:any": "npx prettier --check --ignore-path ''",
"_check:format:delta": "npm run _check:format:any -- $(npm run -s _list:git:delta)",
"_check:format": "npx prettier --check .",
"_check:links": "make --keep-going check-links",
"_check:links-md": "bash -c 'for f in *.md `find analyses -name \"*.md\"`; do npx markdown-link-check --config .markdown-link-check.json -p -v $f || exit 1; done'",
"_check:links:internal": "npm run _check:links -- HTMLTEST_ARGS='--skip-external'",
"_check:links": "make --keep-going check-links",
"_check:markdown:all": "npm run -s _list:check:md | xargs -I {} -P 4 npx -p markdownlint-cli markdownlint -c .markdownlint.yaml {}",
"_check:markdown:delta": "npm run -s _list:git:delta | xargs -I {} npx -p markdownlint-cli markdownlint -c .markdownlint.yaml {}",
"_check:markdown:1": "npx -p markdownlint-cli markdownlint -c .markdownlint.yaml",
@ -65,7 +66,7 @@
"typescript": "~5.8.3"
},
"private": true,
"spelling": "cSpell:ignore ACMR loglevel pkgs -",
"spelling": "cSpell:ignore ACMR HTMLTEST loglevel pkgs -",
"prettier": {
"proseWrap": "always",
"singleQuote": true