Commit graph

7 commits

Author SHA1 Message Date
5f6573f36a docs(structure): some refactoring 2025-11-17 10:57:36 +01:00
86073cee7d docs(components): refactored component picture and added the documenttaion system itself 2025-11-17 08:51:44 +01:00
43cbd69c9c refactor(docs): migrate existing content to v1 legacy structure
- Move all existing docs content (concepts, project, solution) to /docs/v1/
- Add legacy banner component to warn users about archived documentation
- Create v1 index page with legacy notice and redirect guidance
- Implement automatic banner display for all v1 paths
- Preserve all original content for reference during migration

This enables incremental content migration while maintaining access to
original documentation.
2025-10-23 14:54:08 +02:00
acbdf33fac chore: configure markdownlint VS Code extension
Install and configure markdownlint extension for in-editor linting with
visual feedback (squiggly lines, Problems panel, quick fixes).

Changes:
- Install davidanson.vscode-markdownlint extension
- Configure .vscode/settings.json to use .markdownlint.json
- Enable immediate visual feedback for markdown style issues

Benefits:
- Real-time markdown linting while editing
- Quick fixes via lightbulb (Ctrl+.)
- Problems panel integration (Ctrl+Shift+M)
- Consistent with CLI linting configuration
2025-10-23 14:30:35 +02:00
908f2c1c93 doc(concepts): building blocks of platforms recommended by John Dietz, CEO of Konstruct 2025-01-23 15:44:55 +01:00
6b37c0b08a feat(poc-structure): added high level design of poc output 2024-11-26 16:50:01 +01:00
afaf0f8049 doc(solution): added design documentation structure and first proposal for agnostic EDF deployments 2024-10-17 11:12:16 +00:00