Commit graph

18 commits

Author SHA1 Message Date
2c981d3ce3 refactor(architecture): Refactor text architecture to likec4 2025-12-23 13:38:07 +01:00
e9b4299696
Remove blog pages 2025-12-19 15:53:23 +01:00
67ef9d8c6e docs(architecture): switched text diagram to likec4 2025-12-19 15:13:04 +01:00
d106cc2b11 docs(documentation): finished documentation entry point 'Edge Connect Cloud' 2025-12-19 13:16:01 +01:00
840c607d27 docs(documentation): finished documentation entry points 'Documentation' and 'Edge Developer platform' 2025-12-19 12:47:20 +01:00
ca8931d5f6 fix(likec4): resolved likec4 validation error 2025-12-19 10:05:34 +01:00
ad0052c0a7
feat(otc): Added OTC overview and intro to deployments 2025-12-18 14:25:26 +01:00
880c0d5ec9
WIP potentially to be dropped 2025-12-18 09:21:05 +01:00
c75aa06d04 chore(resources): updated node modules 2025-12-16 12:13:34 +01:00
3fff08f9d7
feat(provider): Complete first draft of provider docs with diagram 2025-12-04 13:24:53 +01:00
92a1f4c1c5
added seqeuence diagram 2025-12-03 11:54:56 +01:00
f0ca9bbce2 feat(doc-structure): documentation structure ready for team development or writing resp. 2025-11-16 23:10:11 +01:00
5bb475ea26 chore(likec4): removed node depenencies inside the resources 2025-11-12 09:00:31 +01:00
a4d717bdd2 chore() 2025-11-12 00:33:03 +01:00
df439058a9 docs: replace 'Documentor' with 'Technical Writer' terminology
- Renamed README-documentor.md → README-technical-writer.md
- Updated all references from "Documentor" to "Technical Writer" across:
  - README files (README.md, README-developer.md, README-likec4.md)
  - Content pages (documentation section, homepage)
  - LikeC4 models (documentation-platform.c4 in both projects)
- Regenerated LikeC4 webcomponents with updated terminology
- Updated lowercase "documentor" to "technicalWriter" in model IDs

"Technical Writer" is the proper English term for documentation contributors,
replacing the non-standard "Documentor" terminology.
2025-11-07 15:57:14 +01:00
6009132fbc chore: Update LikeC4 to version 1.43.0
- Update likec4 dependency in edp-likec4 project
- Update likec4 dependency in doc-likec4 project
- Regenerate webcomponent with new version
- Includes bug fixes and improvements from LikeC4 1.43.0
2025-11-07 15:04:16 +01:00
97cd265063 docs: Update likec4-view shortcode documentation with title parameter
- Add title parameter documentation to all relevant README files
- Update DOCUMENTOR-GUIDE.md with title parameter example
- Enhance quick-reference.md with complete parameter list
- Update INTEGRATION.md with recommended shortcode usage
- Simplify highlevelarch.md by using shortcode with title parameter
2025-11-07 13:58:04 +01:00
3239cfbc62 refactor(architecture): reorganize LikeC4 projects and consolidate webcomponents
Renamed resources/likec4 to resources/edp-likec4 to better reflect that this
directory contains the Enterprise Developer Platform architecture models,
not documentation platform architecture.

Extended element kinds in edp-likec4/models/spec.c4 to support documentation
platform modeling:
- Added person, tool, process, repository element kinds
- These allow modeling of documentation workflows and processes

Consolidated webcomponent generation:
- Combined both architecture projects (edp-likec4 and doc-likec4) into a
  single webcomponent output at static/js/likec4-webcomponent.js
- Updated Taskfile.yml to generate from edp-likec4 directory
- Removed duplicate webcomponent script loading in head-end.html
- Fixed CustomElementRegistry duplicate registration issue

Embedded TeleNeoOffice corporate fonts:
- Added font files to static/fonts/ and static/ root
- Required for correct rendering of diagrams in webcomponent
- Fonts are embedded in webcomponent but also served from Hugo static paths
- Fixed 404 errors for font loading

Updated architecture documentation:
- Fixed markdown linting issues (trailing spaces, fence spacing)
- Updated all references from resources/likec4 to resources/edp-likec4
- Enhanced setup.md with correct directory structure

This refactoring enables:
1. Clear separation between EDP architecture and documentation platform models
2. Single consolidated webcomponent containing all architecture views
3. Proper font loading for corporate branding in diagrams
4. Foundation for future architecture documentation expansion

Breaking changes: None (paths updated in documentation)
2025-11-07 11:50:17 +01:00