docs: align with canonical product-pages structure - #77
Merged
rubenvdlinde merged 2 commits intoMay 13, 2026
Conversation
- Create canonical folders: Features/, Technical/, UseCases/, Integrations/ - Rename tutorials/ to user-guide/ (11 files + screenshots) - Move 7 root MDs to canonical locations (FEATURES, ARCHITECTURE, etc.) - Create installation.md with App Store + manual install steps - Create UseCases/index.md + Integrations/index.md stubs (#73) - Em-dash sweep: 0 remaining across all docs files (closes #76) - Fix internal links in intro.md to new canonical paths - Add redocusaurus@^2.0.0 to package.json; mount at /api (/api) (#75) - Create static/oas/scholiq.json placeholder OAS 3.0.3 stub - Add API Documentation navbar link - Scaffold i18n/nl/ directory tree for Dutch translation (#74) - NL locale escape hatch applied: SSR race on Docusaurus 3.9.2; reverted to en-only with TODO #74 comment
3 tasks
Contributor
Quality Report — ConductionNL/scholiq @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ✅ | ||||
| phpcs | ✅ | ||||
| phpmd | ✅ | ||||
| psalm | ✅ | ||||
| phpstan | ✅ | ||||
| phpmetrics | ✅ | ||||
| eslint | ✅ | ||||
| stylelint | ✅ | ||||
| composer | ✅ | ✅ 100/100 | |||
| npm | ✅ | ✅ 429/429 | |||
| PHPUnit | ✅ | ||||
| Newman | ⏭️ | ||||
| Playwright | ⏭️ |
Coverage: 0% (0/136 statements)
Quality workflow — 2026-05-13 08:46 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
Brings the Scholiq docs site into conformance with the canonical Conduction product-pages spec (ADR-030). Based on the audit in
AUDIT-product-pages-2026-05-13.mdand the shillinq pilot (ConductionNL/shillinq#83).Pre-flight note: Upstream PR #72 (journeydoc tutorials) was merged before this branch; tutorials now contain real content and screenshots. The
tutorials/→user-guide/rename is included here.Tier-1 (structural — must-fix)
Features/,Technical/,UseCases/,Integrations/tutorials/→user-guide/(11 MD files + category JSONs + screenshots)FEATURES.md→Features/features.md,ARCHITECTURE.md→Technical/architecture.md, etc.)installation.mdwith real App Store + manual install stepsUseCases/index.md+Integrations/index.mdstub pages (refs [product-pages] Author UseCases/ and Integrations/ canonical content #73)intro.mdto new canonical pathsTier-2 (should-fix)
redocusaurus@^2.0.0; mount at/apiwith placeholder OAS stub (real spec via [product-pages] Ship static/oas/scholiq.json OpenAPI spec for Redocusaurus #75)i18n/nl/docusaurus-plugin-content-docs/current/for Dutch ([product-pages] Dutch translation pass + re-enable nl locale #74)locales: ['en']with// TODO #74commentAcceptance
git grep -E '—' docs/returns 0npm run buildexits 0 (EN locale)tutorials/removed,user-guide/in placeinstallation.mdcreated/apiwith OAS stubi18n/nl/scaffold committedOpen follow-ups
nllocale (tier:3)[product-pages] Em-dash refactor (74+ hits) across FEATURES + intro + ARCHITECTURE #76— Closed by this PR (em-dash refactor complete)🤖 Generated with Claude Code