Commit graph

7 commits

Author SHA1 Message Date
f797af114b test: configure comprehensive markdown linting with Docsy best practices
Configure markdownlint with rules aligned to technical documentation
standards and Docsy theme conventions.

Design Decisions:
- Enable core quality rules (heading hierarchy, consistent list styles)
- Allow inline HTML for Docsy shortcodes and components
- Permit bare URLs (common in technical documentation)
- Make code block language hints optional (pragmatic for existing content)
- Set maximum 2 consecutive blank lines (balanced readability)
- Enforce single trailing newline (POSIX standard)
- Use asterisk for unordered lists (consistency)
- Allow 2-space list indentation (Markdown standard)

Auto-fixed Issues:
- Converted dash lists to asterisk lists (568 fixes)
- Removed trailing spaces (211 fixes)
- Added missing trailing newlines (74 fixes)
- Added blank lines around lists and headings (100+ fixes)

Remaining Style Warnings (intentionally accepted):
- MD029: List numbering variations in meeting notes (75 instances)
- MD036: Bold text for section headers in ADRs (13 instances)
- MD025: Multiple H1 in notes/brainstorming docs (10 instances)
- MD032/MD022: Minor spacing variations (15 instances)

Test Results:
 Hugo build: 227 pages generated successfully
 HTML validation: No errors
 Link checking: All links valid (except dev-only livereload)
 Markdown linting: Only non-critical style warnings remain

The configuration balances strict quality checks with pragmatic
flexibility for diverse content types (documentation, ADRs, meeting
notes, tutorials).
2025-10-23 14:25:46 +02:00
a8bf2ae252 fix(pos-structure): addid cahrts, refactored 2024-11-27 11:13:36 +01:00
6b37c0b08a feat(poc-structure): added high level design of poc output 2024-11-26 16:50:01 +01:00
741563c236 feat(team-process): IPCEICIS-724, WiP, to be discussed in arch session 2024-11-19 13:24:17 +01:00
73b4a5030c fix() 2024-11-19 09:51:32 +01:00
bd4672c103 WiP 2024-11-18 22:37:37 +01:00
206f67d33c WiP check if confluence gets this included 2024-11-18 16:04:48 +01:00