website-and-documentation/resources/edp-likec4
Stephan Lo df439058a9
Some checks failed
Hugo Site Tests / test (push) Failing after 1s
ci / build (push) Successful in 56s
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
..
deployment refactor(architecture): reorganize LikeC4 projects and consolidate webcomponents 2025-11-07 11:50:17 +01:00
doc/developer-landscape refactor(architecture): reorganize LikeC4 projects and consolidate webcomponents 2025-11-07 11:50:17 +01:00
models docs: replace 'Documentor' with 'Technical Writer' terminology 2025-11-07 15:57:14 +01:00
views refactor(architecture): reorganize LikeC4 projects and consolidate webcomponents 2025-11-07 11:50:17 +01:00
devbox.json refactor(architecture): reorganize LikeC4 projects and consolidate webcomponents 2025-11-07 11:50:17 +01:00
devbox.lock refactor(architecture): reorganize LikeC4 projects and consolidate webcomponents 2025-11-07 11:50:17 +01:00
INTEGRATION.md docs: Update likec4-view shortcode documentation with title parameter 2025-11-07 13:58:04 +01:00
likec4.config.json refactor(architecture): reorganize LikeC4 projects and consolidate webcomponents 2025-11-07 11:50:17 +01:00
package-lock.json chore: Update LikeC4 to version 1.43.0 2025-11-07 15:04:16 +01:00
package.json refactor(architecture): reorganize LikeC4 projects and consolidate webcomponents 2025-11-07 11:50:17 +01:00
README.md refactor(architecture): reorganize LikeC4 projects and consolidate webcomponents 2025-11-07 11:50:17 +01:00

LikeC4 Architecture Documentation - EDP Platform

This folder contains LikeC4 architecture models for the Enterprise Developer Platform (EDP).

Purpose

These models document the platform architecture, not the documentation system itself. (For documentation platform architecture, see resources/doc-likec4/)

Usage

Run npx likec4 start to start dev server

with docker and how to render/export images

// how to create/export c4 images: // see also https://likec4.dev/tooling/cli/

docker run -it --rm --name likec4 --user node -v $PWD:/app node bash npm install likec4 exit

docker commit likec4 likec4 docker run -it --rm --user node -v $PWD:/app -p 5173:5173 likec4 bash

// as root npx playwright install-deps npx playwright install

npm install likec4

// render node@e20899c8046f:/app/content/en/docs/project/onboarding$ ./node_modules/.bin/likec4 export png -o ./images .

trouble shooting

when refactoring you might need to restart the languange server, just that it updates its internal model representation In VSCode it is: ctrl+Shift+P' + 'LikeC4: restart languange server