Initial: ITPP standards repo with templates, CI workflows, .gitignore, and .markdownlint.json
Docs Check / lint (push) Failing after 34s

This commit is contained in:
Germaine Brown
2026-08-09 23:38:14 -04:00
commit 493172dc90
11 changed files with 250 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# ITPP Standards — CHANGELOG
## 2026-08-09 — Initial
- Created repository with documentation templates and CI workflows.
- Added README template, CHANGELOG template, DESIGN.md template, MkDocs config template.
- Added Gitea Actions workflows: docs-check (lint + link check + spell check), docs-publish (aggregated site rebuild).
- Added canonical .gitignore and .markdownlint.json.