docs: align with canonical product-pages structure - #443
Merged
rubenvdlinde merged 2 commits intoMay 13, 2026
Conversation
Audit on 2026-05-13 (consolidated report at apps-extra/AUDIT-product- pages-2026-05-13.md) found procest's docs/ partially conformant to the canonical product-pages spec shipped at https://design-system.conduction.nl/preview/product-pages/. Tier-3 follow-ups tracked separately: #440 UseCases/ + Integrations/ content #441 Dutch translation pass #442 static/oas/procest.json OpenAPI spec Pre-flight: preset bump and tutorial content fills already landed upstream (#433, #437) — scope adjusted accordingly.
Structural changes: - docs/features/ -> docs/Features/ (canonical casing) - docs/tutorials/ -> docs/user-guide/ (canonical name) - 6 root MDs moved to docs/Technical/ (architecture, design-decisions, development-guide, zgw-spec, government-compliance, market-analysis) - docs/README.md -> docs/index.md with id/title/sidebar_position frontmatter - New docs/installation.md (prerequisites, app-store install, ZGW config, troubleshooting) - New docs/UseCases/ + docs/Integrations/ draft stubs (content in #440) - _category_.json for Features (pos 3), UseCases (pos 4), Integrations (pos 5), Technical (pos 6); user-guide label updated to "User Guide" Config changes: - redocusaurus preset added, static/oas/procest.json placeholder OAS shim, /api/ route; "API Documentation" navbar item - i18n.locales expanded to ['en', 'nl'] with localeConfigs for both - Internal links updated: ../../features/ -> ../../Features/ in user-guide/ Em-dash sweep (357 -> 0): - All ` — ` replaced with `: ` across 29 MD files (Features/, Technical/, user-guide/); YAML frontmatter descriptions with colons quoted - Gate verified: git grep -E '—' docs/ returns 0 Build: PASS (en + nl, redocusaurus 2.5.0, Docusaurus 3.9.2)
Contributor
Quality Report — ConductionNL/procest @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ✅ | ||||
| phpcs | ✅ | ||||
| phpmd | ✅ | ||||
| psalm | ✅ | ||||
| phpstan | ✅ | ||||
| phpmetrics | ✅ | ||||
| eslint | ✅ | ||||
| stylelint | ✅ | ||||
| composer | ✅ | ✅ 100/100 | |||
| npm | ✅ | ✅ 420/420 | |||
| PHPUnit | ✅ | ||||
| Newman | ⏭️ | ||||
| Playwright | ❌ |
Coverage: 0% (0/81 statements)
Spec coverage: 7% (30 tests / 456 specs)
Quality workflow — 2026-05-13 08:51 UTC
Download the full PDF report from the workflow artifacts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Aligns procest docs/ with the canonical product-pages structure audited on 2026-05-13, following the pattern of shillinq#83 (live at https://shillinq.conduction.nl/).
Pre-flight adjustments: preset bump dropped (already in #433), tutorial content fills dropped (already in #437).
Tier-1 deliverables (structural)
Tier-2 deliverables (new content + config)
Acceptance criteria
Tier-3 follow-ups
Generated with Claude Code